Color spaces of #85071d
RGB | 133 | 7 | 29 |
---|---|---|---|
HSL | 0.97 | 0.90 | 0.27 |
HSV | 350° | 95° | 52° |
CMYK | 0.00 | 0.95 | 0.78 0.48 |
XYZ | 9.9706 | 5.2272 | 1.6458 |
Yxy | 5.2272 | 0.5920 | 0.3103 |
Hunter Lab | 22.8631 | 37.8336 | 11.7362 |
CIE-Lab | 27.3725 | 48.8607 | 25.3298 |
#85071d color RGB value is (133,7,29).
#85071d hex color red value is 133, green value is 7 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #85071d hue: 0.97 , saturation: 0.90 and the lightness value of 85071d is 0.27.
The process color (four color CMYK) of #85071d color hex is 0.00, 0.95, 0.78, 0.48. Web safe color of #85071d is #990033. Color #85071d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 00000111 | 00011101 |
Octal | 205 | 7 | 35 |
Decimal | 133 | 7 | 29 |
Hex | 85 | 7 | 1D |
Shades of #85071d
Tints of #85071d
RGB Percentages of Color #85071d
CMYK Percentages of Color #85071d
Complementary Color
#85071d | #07856f |
#85071d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#85071d Color Preview on White Background
Lorem ipsum dolor sit amet.
#85071d Color CSS Codes
.mybgcolor {background-color:#85071d; } .myforecolor {color:#85071d; } .mybordercolor {border:3px solid #85071d; }
#85071d Text Font Color
<p style="color:#85071d">Text here</p>
This sample text font color is #85071d
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.
#85071d Background Color
<div style="background-color:#85071d">
Div content here</div>
This div background color is #85071d
#85071d Border Color
<div style="border:3px solid #85071d">
Div here</div>
This div border color is #85071d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,7,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #85071d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #85071d; -webkit-box-shadow: 1px 1px 3px 2px #85071d; box-shadow: 1px 1px 3px 2px #85071d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,7,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #85071d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #85071d; -webkit-box-shadow: 1px 1px 3px 2px #85071d; box-shadow: 1px 1px 3px 2px #85071d;">
Div content here</div>
This div box has shadow with color #85071d
Comments
No comments written yet.
Please login to write comment.