Color spaces of #85120d
RGB | 133 | 18 | 13 |
---|---|---|---|
HSL | 0.01 | 0.82 | 0.29 |
HSV | 2° | 90° | 52° |
CMYK | 0.00 | 0.86 | 0.90 0.48 |
XYZ | 9.9618 | 5.4482 | 0.9073 |
Yxy | 5.4482 | 0.6105 | 0.3339 |
Hunter Lab | 23.3414 | 35.3341 | 14.0343 |
CIE-Lab | 27.9753 | 46.1929 | 35.2558 |
#85120d color RGB value is (133,18,13).
#85120d hex color red value is 133, green value is 18 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #85120d hue: 0.01 , saturation: 0.82 and the lightness value of 85120d is 0.29.
The process color (four color CMYK) of #85120d color hex is 0.00, 0.86, 0.90, 0.48. Web safe color of #85120d is #990000. Color #85120d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 00010010 | 00001101 |
Octal | 205 | 22 | 15 |
Decimal | 133 | 18 | 13 |
Hex | 85 | 12 | D |
Shades of #85120d
Tints of #85120d
RGB Percentages of Color #85120d
CMYK Percentages of Color #85120d
Complementary Color
#85120d | #0d8085 |
#85120d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#85120d Color Preview on White Background
Lorem ipsum dolor sit amet.
#85120d Color CSS Codes
.mybgcolor {background-color:#85120d; } .myforecolor {color:#85120d; } .mybordercolor {border:3px solid #85120d; }
#85120d Text Font Color
<p style="color:#85120d">Text here</p>
This sample text font color is #85120d
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.
#85120d Background Color
<div style="background-color:#85120d">
Div content here</div>
This div background color is #85120d
#85120d Border Color
<div style="border:3px solid #85120d">
Div here</div>
This div border color is #85120d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,18,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #85120d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #85120d; -webkit-box-shadow: 1px 1px 3px 2px #85120d; box-shadow: 1px 1px 3px 2px #85120d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,18,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #85120d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #85120d; -webkit-box-shadow: 1px 1px 3px 2px #85120d; box-shadow: 1px 1px 3px 2px #85120d;">
Div content here</div>
This div box has shadow with color #85120d
Comments
No comments written yet.
Please login to write comment.