Shades of Caput Mortuum #602C1F
Tints of Caput Mortuum #602C1F
RGB
CMYK
RGB Variations
Color information
#602C1F (or 0x602C1F) is known color: Caput Mortuum. HEX triplet: 60, 2C and 1F. RGB value is (96,44,31). Sum of RGB (Red+Green+Blue) = 96+44+31=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #602C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C1F is #9FD3E0. Grayscale: #3A3A3A. Windows color (decimal): -10474465 or 2042976. OLE color: 2042976.
HSL color Cylindrical-coordinate representation of color #602C1F: hue angle of 12º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #602C1F is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 44 | 31 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.62 |
| HSL | 12º | 0.51% | 0.25% | - |
| HSV(B) | 12º | 0.68% | 0.38% | - |
| XYZ | 5.97 | 4.39 | 1.83 | - |
| YUV | 58.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 31 | 0 | 0.54 | 0.68 | 0.62 | 12 | 0.51 | 0.25 |
| Hex | 60 | 2C | 1F | 0 | 36 | 44 | 3E | C | 33 | 19 |
| Octal | 140 | 54 | 37 | 0 | 66 | 104 | 76 | 14 | 63 | 31 |
| Binary | 1100000 | 101100 | 11111 | 0 | 110110 | 1000100 | 111110 | 1100 | 110011 | 11001 |
Color Harmonies of #602C1F
Complementary color
Monochromatic Colors of #602C1F
Black with #602C1F
Text Example
Text Example
White with #602C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C1F; }
p { color: rgb(96,44,31); }
H1.HeaderClassName
{
color: #602C1F;
}
.AnyTagClassName
{
color: #602C1F;
}
</style>
background-color css
<style>
a { background-color: #602C1F; }
a { background-color: rgb(96,44,31); }
div.DivClassName
{
background-color: #602C1F;
}
.BgClassName
{
background-color: #602C1F;
}
</style>
border-color css
<style>
span { border-color: #602C1F; }
span { border-color: rgb(96,44,31); }
td.TdClassName
{
border-color: #602C1F;
}
.TagClassName
{
border-color: #602C1F;
}
</style>