Shades of Caput Mortuum #602C24
Tints of Caput Mortuum #602C24
RGB
CMYK
RGB Variations
Color information
#602C24 (or 0x602C24) is known color: Caput Mortuum. HEX triplet: 60, 2C and 24. RGB value is (96,44,36). Sum of RGB (Red+Green+Blue) = 96+44+36=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #602C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C24 is #9FD3DB. Grayscale: #3A3A3A. Windows color (decimal): -10474460 or 2370656. OLE color: 2370656.
HSL color Cylindrical-coordinate representation of color #602C24: hue angle of 8º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #602C24 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 44 | 36 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.62 |
| HSL | 8º | 0.45% | 0.26% | - |
| HSV(B) | 8º | 0.63% | 0.38% | - |
| XYZ | 6.04 | 4.42 | 2.2 | - |
| YUV | 58.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 36 | 0 | 0.54 | 0.62 | 0.62 | 8 | 0.45 | 0.26 |
| Hex | 60 | 2C | 24 | 0 | 36 | 3E | 3E | 8 | 2D | 1A |
| Octal | 140 | 54 | 44 | 0 | 66 | 76 | 76 | 10 | 55 | 32 |
| Binary | 1100000 | 101100 | 100100 | 0 | 110110 | 111110 | 111110 | 1000 | 101101 | 11010 |
Color Harmonies of #602C24
Complementary color
Monochromatic Colors of #602C24
Black with #602C24
Text Example
Text Example
White with #602C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C24; }
p { color: rgb(96,44,36); }
H1.HeaderClassName
{
color: #602C24;
}
.AnyTagClassName
{
color: #602C24;
}
</style>
background-color css
<style>
a { background-color: #602C24; }
a { background-color: rgb(96,44,36); }
div.DivClassName
{
background-color: #602C24;
}
.BgClassName
{
background-color: #602C24;
}
</style>
border-color css
<style>
span { border-color: #602C24; }
span { border-color: rgb(96,44,36); }
td.TdClassName
{
border-color: #602C24;
}
.TagClassName
{
border-color: #602C24;
}
</style>