Shades of Caput Mortuum #602D1D
Tints of Caput Mortuum #602D1D
RGB
CMYK
RGB Variations
Color information
#602D1D (or 0x602D1D) is known color: Caput Mortuum. HEX triplet: 60, 2D and 1D. RGB value is (96,45,29). Sum of RGB (Red+Green+Blue) = 96+45+29=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #602D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D1D is #9FD2E2. Grayscale: #3A3A3A. Windows color (decimal): -10474211 or 1912160. OLE color: 1912160.
HSL color Cylindrical-coordinate representation of color #602D1D: hue angle of 14.33º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #602D1D is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 29 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.62 |
| HSL | 14.33º | 0.54% | 0.25% | - |
| HSV(B) | 14.33º | 0.7% | 0.38% | - |
| XYZ | 5.98 | 4.45 | 1.71 | - |
| YUV | 58.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 29 | 0 | 0.53 | 0.70 | 0.62 | 14.33 | 0.54 | 0.25 |
| Hex | 60 | 2D | 1D | 0 | 35 | 46 | 3E | E | 36 | 19 |
| Octal | 140 | 55 | 35 | 0 | 65 | 106 | 76 | 16 | 66 | 31 |
| Binary | 1100000 | 101101 | 11101 | 0 | 110101 | 1000110 | 111110 | 1110 | 110110 | 11001 |
Color Harmonies of #602D1D
Complementary color
Monochromatic Colors of #602D1D
Black with #602D1D
Text Example
Text Example
White with #602D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D1D; }
p { color: rgb(96,45,29); }
H1.HeaderClassName
{
color: #602D1D;
}
.AnyTagClassName
{
color: #602D1D;
}
</style>
background-color css
<style>
a { background-color: #602D1D; }
a { background-color: rgb(96,45,29); }
div.DivClassName
{
background-color: #602D1D;
}
.BgClassName
{
background-color: #602D1D;
}
</style>
border-color css
<style>
span { border-color: #602D1D; }
span { border-color: rgb(96,45,29); }
td.TdClassName
{
border-color: #602D1D;
}
.TagClassName
{
border-color: #602D1D;
}
</style>