Color spaces of #60191f
RGB | 96 | 25 | 31 |
---|---|---|---|
HSL | 0.99 | 0.59 | 0.24 |
HSV | 355° | 74° | 38° |
CMYK | 0.00 | 0.74 | 0.68 0.62 |
XYZ | 5.4188 | 3.2810 | 1.6440 |
Yxy | 3.2810 | 0.5239 | 0.3172 |
Hunter Lab | 18.1135 | 21.7009 | 7.2983 |
CIE-Lab | 21.1359 | 32.3700 | 14.5951 |
#60191f color RGB value is (96,25,31).
#60191f hex color red value is 96, green value is 25 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #60191f hue: 0.99 , saturation: 0.59 and the lightness value of 60191f is 0.24.
The process color (four color CMYK) of #60191f color hex is 0.00, 0.74, 0.68, 0.62. Web safe color of #60191f is #660033. Color #60191f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 00011001 | 00011111 |
Octal | 140 | 31 | 37 |
Decimal | 96 | 25 | 31 |
Hex | 60 | 19 | 1F |
Shades of #60191f
Tints of #60191f
RGB Percentages of Color #60191f
CMYK Percentages of Color #60191f
Complementary Color
#60191f | #19605a |
#60191f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60191f Color Preview on White Background
Lorem ipsum dolor sit amet.
#60191f Color CSS Codes
.mybgcolor {background-color:#60191f; } .myforecolor {color:#60191f; } .mybordercolor {border:3px solid #60191f; }
#60191f Text Font Color
<p style="color:#60191f">Text here</p>
This sample text font color is #60191f
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.
#60191f Background Color
<div style="background-color:#60191f">
Div content here</div>
This div background color is #60191f
#60191f Border Color
<div style="border:3px solid #60191f">
Div here</div>
This div border color is #60191f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,25,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60191f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60191f; -webkit-box-shadow: 1px 1px 3px 2px #60191f; box-shadow: 1px 1px 3px 2px #60191f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,25,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #60191f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60191f; -webkit-box-shadow: 1px 1px 3px 2px #60191f; box-shadow: 1px 1px 3px 2px #60191f;">
Div content here</div>
This div box has shadow with color #60191f
Comments
No comments written yet.
Please login to write comment.