Color spaces of #a71713
RGB | 167 | 23 | 19 |
---|---|---|---|
HSL | 0.00 | 0.80 | 0.36 |
HSV | 2° | 89° | 65° |
CMYK | 0.00 | 0.86 | 0.89 0.35 |
XYZ | 16.3603 | 8.8753 | 1.4669 |
Yxy | 8.8753 | 0.6127 | 0.3324 |
Hunter Lab | 29.7914 | 45.8902 | 17.9346 |
CIE-Lab | 35.7431 | 55.1036 | 41.6228 |
#a71713 color RGB value is (167,23,19).
#a71713 hex color red value is 167, green value is 23 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #a71713 hue: 0.00 , saturation: 0.80 and the lightness value of a71713 is 0.36.
The process color (four color CMYK) of #a71713 color hex is 0.00, 0.86, 0.89, 0.35. Web safe color of #a71713 is #990000. Color #a71713 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 00010111 | 00010011 |
Octal | 247 | 27 | 23 |
Decimal | 167 | 23 | 19 |
Hex | A7 | 17 | 13 |
Shades of #a71713
Tints of #a71713
RGB Percentages of Color #a71713
CMYK Percentages of Color #a71713
Complementary Color
#a71713 | #13a3a7 |
#a71713 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a71713 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a71713 Color CSS Codes
.mybgcolor {background-color:#a71713; } .myforecolor {color:#a71713; } .mybordercolor {border:3px solid #a71713; }
#a71713 Text Font Color
<p style="color:#a71713">Text here</p>
This sample text font color is #a71713
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.
#a71713 Background Color
<div style="background-color:#a71713">
Div content here</div>
This div background color is #a71713
#a71713 Border Color
<div style="border:3px solid #a71713">
Div here</div>
This div border color is #a71713
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,23,19, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a71713; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a71713; -webkit-box-shadow: 1px 1px 3px 2px #a71713; box-shadow: 1px 1px 3px 2px #a71713; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,23,19, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a71713">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a71713; -webkit-box-shadow: 1px 1px 3px 2px #a71713; box-shadow: 1px 1px 3px 2px #a71713;">
Div content here</div>
This div box has shadow with color #a71713
Comments
No comments written yet.
Please login to write comment.