Color spaces of #99136d
RGB | 153 | 19 | 109 |
---|---|---|---|
HSL | 0.89 | 0.78 | 0.34 |
HSV | 320° | 88° | 60° |
CMYK | 0.00 | 0.88 | 0.29 0.40 |
XYZ | 16.1301 | 8.3422 | 15.2281 |
Yxy | 8.3422 | 0.4063 | 0.2101 |
Hunter Lab | 28.8829 | 49.1412 | -11.0418 |
CIE-Lab | 34.6856 | 58.3509 | -16.4256 |
#99136d color RGB value is (153,19,109).
#99136d hex color red value is 153, green value is 19 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #99136d hue: 0.89 , saturation: 0.78 and the lightness value of 99136d is 0.34.
The process color (four color CMYK) of #99136d color hex is 0.00, 0.88, 0.29, 0.40. Web safe color of #99136d is #990066. Color #99136d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 00010011 | 01101101 |
Octal | 231 | 23 | 155 |
Decimal | 153 | 19 | 109 |
Hex | 99 | 13 | 6D |
Shades of #99136d
Tints of #99136d
RGB Percentages of Color #99136d
CMYK Percentages of Color #99136d
Complementary Color
#99136d | #13993f |
#99136d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#99136d Color Preview on White Background
Lorem ipsum dolor sit amet.
#99136d Color CSS Codes
.mybgcolor {background-color:#99136d; } .myforecolor {color:#99136d; } .mybordercolor {border:3px solid #99136d; }
#99136d Text Font Color
<p style="color:#99136d">Text here</p>
This sample text font color is #99136d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#99136d Background Color
<div style="background-color:#99136d">
Div content here</div>
This div background color is #99136d
#99136d Border Color
<div style="border:3px solid #99136d">
Div here</div>
This div border color is #99136d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,19,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #99136d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #99136d; -webkit-box-shadow: 1px 1px 3px 2px #99136d; box-shadow: 1px 1px 3px 2px #99136d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,19,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #99136d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #99136d; -webkit-box-shadow: 1px 1px 3px 2px #99136d; box-shadow: 1px 1px 3px 2px #99136d;">
Div content here</div>
This div box has shadow with color #99136d
Comments
No comments written yet.
Please login to write comment.