Color spaces of #71210c
RGB | 113 | 33 | 12 |
---|---|---|---|
HSL | 0.03 | 0.81 | 0.25 |
HSV | 12° | 89° | 44° |
CMYK | 0.00 | 0.71 | 0.89 0.56 |
XYZ | 7.4203 | 4.6250 | 0.8494 |
Yxy | 4.6250 | 0.5755 | 0.3587 |
Hunter Lab | 21.5058 | 23.9539 | 12.7123 |
CIE-Lab | 25.6385 | 34.2203 | 32.0550 |
#71210c color RGB value is (113,33,12).
#71210c hex color red value is 113, green value is 33 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #71210c hue: 0.03 , saturation: 0.81 and the lightness value of 71210c is 0.25.
The process color (four color CMYK) of #71210c color hex is 0.00, 0.71, 0.89, 0.56. Web safe color of #71210c is #663300. Color #71210c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 00100001 | 00001100 |
Octal | 161 | 41 | 14 |
Decimal | 113 | 33 | 12 |
Hex | 71 | 21 | C |
Shades of #71210c
Tints of #71210c
RGB Percentages of Color #71210c
CMYK Percentages of Color #71210c
Complementary Color
#71210c | #0c5c71 |
#71210c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71210c Color Preview on White Background
Lorem ipsum dolor sit amet.
#71210c Color CSS Codes
.mybgcolor {background-color:#71210c; } .myforecolor {color:#71210c; } .mybordercolor {border:3px solid #71210c; }
#71210c Text Font Color
<p style="color:#71210c">Text here</p>
This sample text font color is #71210c
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.
#71210c Background Color
<div style="background-color:#71210c">
Div content here</div>
This div background color is #71210c
#71210c Border Color
<div style="border:3px solid #71210c">
Div here</div>
This div border color is #71210c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,33,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71210c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71210c; -webkit-box-shadow: 1px 1px 3px 2px #71210c; box-shadow: 1px 1px 3px 2px #71210c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,33,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71210c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71210c; -webkit-box-shadow: 1px 1px 3px 2px #71210c; box-shadow: 1px 1px 3px 2px #71210c;">
Div content here</div>
This div box has shadow with color #71210c
Comments
No comments written yet.
Please login to write comment.