Shades of Caput Mortuum #602A1E
Tints of Caput Mortuum #602A1E
RGB
CMYK
RGB Variations
Color information
#602A1E (or 0x602A1E) is known color: Caput Mortuum. HEX triplet: 60, 2A and 1E. RGB value is (96,42,30). Sum of RGB (Red+Green+Blue) = 96+42+30=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #602A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602A1E is #9FD5E1. Grayscale: #383838. Windows color (decimal): -10474978 or 1976928. OLE color: 1976928.
HSL color Cylindrical-coordinate representation of color #602A1E: hue angle of 10.91º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #602A1E is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 42 | 30 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.62 |
| HSL | 10.91º | 0.52% | 0.25% | - |
| HSV(B) | 10.91º | 0.69% | 0.38% | - |
| XYZ | 5.89 | 4.24 | 1.74 | - |
| YUV | 56.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 30 | 0 | 0.56 | 0.69 | 0.62 | 10.91 | 0.52 | 0.25 |
| Hex | 60 | 2A | 1E | 0 | 38 | 45 | 3E | B | 34 | 19 |
| Octal | 140 | 52 | 36 | 0 | 70 | 105 | 76 | 13 | 64 | 31 |
| Binary | 1100000 | 101010 | 11110 | 0 | 111000 | 1000101 | 111110 | 1011 | 110100 | 11001 |
Color Harmonies of #602A1E
Complementary color
Monochromatic Colors of #602A1E
Black with #602A1E
Text Example
Text Example
White with #602A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602A1E; }
p { color: rgb(96,42,30); }
H1.HeaderClassName
{
color: #602A1E;
}
.AnyTagClassName
{
color: #602A1E;
}
</style>
background-color css
<style>
a { background-color: #602A1E; }
a { background-color: rgb(96,42,30); }
div.DivClassName
{
background-color: #602A1E;
}
.BgClassName
{
background-color: #602A1E;
}
</style>
border-color css
<style>
span { border-color: #602A1E; }
span { border-color: rgb(96,42,30); }
td.TdClassName
{
border-color: #602A1E;
}
.TagClassName
{
border-color: #602A1E;
}
</style>