Color spaces of #9b062d
RGB | 155 | 6 | 45 |
---|---|---|---|
HSL | 0.96 | 0.93 | 0.32 |
HSV | 344° | 96° | 61° |
CMYK | 0.00 | 0.96 | 0.71 0.39 |
XYZ | 14.0563 | 7.2883 | 3.1485 |
Yxy | 7.2883 | 0.5739 | 0.2976 |
Hunter Lab | 26.9969 | 45.6941 | 11.9831 |
CIE-Lab | 32.4544 | 55.5566 | 22.1549 |
#9b062d color RGB value is (155,6,45).
#9b062d hex color red value is 155, green value is 6 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #9b062d hue: 0.96 , saturation: 0.93 and the lightness value of 9b062d is 0.32.
The process color (four color CMYK) of #9b062d color hex is 0.00, 0.96, 0.71, 0.39. Web safe color of #9b062d is #990033. Color #9b062d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 00000110 | 00101101 |
Octal | 233 | 6 | 55 |
Decimal | 155 | 6 | 45 |
Hex | 9B | 6 | 2D |
Shades of #9b062d
Tints of #9b062d
RGB Percentages of Color #9b062d
CMYK Percentages of Color #9b062d
Complementary Color
#9b062d | #069b74 |
#9b062d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9b062d Color Preview on White Background
Lorem ipsum dolor sit amet.
#9b062d Color CSS Codes
.mybgcolor {background-color:#9b062d; } .myforecolor {color:#9b062d; } .mybordercolor {border:3px solid #9b062d; }
#9b062d Text Font Color
<p style="color:#9b062d">Text here</p>
This sample text font color is #9b062d
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.
#9b062d Background Color
<div style="background-color:#9b062d">
Div content here</div>
This div background color is #9b062d
#9b062d Border Color
<div style="border:3px solid #9b062d">
Div here</div>
This div border color is #9b062d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,6,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9b062d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9b062d; -webkit-box-shadow: 1px 1px 3px 2px #9b062d; box-shadow: 1px 1px 3px 2px #9b062d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,6,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9b062d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9b062d; -webkit-box-shadow: 1px 1px 3px 2px #9b062d; box-shadow: 1px 1px 3px 2px #9b062d;">
Div content here</div>
This div box has shadow with color #9b062d
Comments
No comments written yet.
Please login to write comment.