Shades of Caput Mortuum #60241D
Tints of Caput Mortuum #60241D
RGB
CMYK
RGB Variations
Color information
#60241D (or 0x60241D) is known color: Caput Mortuum. HEX triplet: 60, 24 and 1D. RGB value is (96,36,29). Sum of RGB (Red+Green+Blue) = 96+36+29=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #60241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60241D is #9FDBE2. Grayscale: #353535. Windows color (decimal): -10476515 or 1909856. OLE color: 1909856.
HSL color Cylindrical-coordinate representation of color #60241D: hue angle of 6.27º 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 #60241D is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 36 | 29 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.62 |
| HSL | 6.27º | 0.54% | 0.25% | - |
| HSV(B) | 6.27º | 0.7% | 0.38% | - |
| XYZ | 5.68 | 3.84 | 1.6 | - |
| YUV | 53.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 29 | 0 | 0.62 | 0.70 | 0.62 | 6.27 | 0.54 | 0.25 |
| Hex | 60 | 24 | 1D | 0 | 3E | 46 | 3E | 6 | 36 | 19 |
| Octal | 140 | 44 | 35 | 0 | 76 | 106 | 76 | 6 | 66 | 31 |
| Binary | 1100000 | 100100 | 11101 | 0 | 111110 | 1000110 | 111110 | 110 | 110110 | 11001 |
Color Harmonies of #60241D
Complementary color
Monochromatic Colors of #60241D
Black with #60241D
Text Example
Text Example
White with #60241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60241D; }
p { color: rgb(96,36,29); }
H1.HeaderClassName
{
color: #60241D;
}
.AnyTagClassName
{
color: #60241D;
}
</style>
background-color css
<style>
a { background-color: #60241D; }
a { background-color: rgb(96,36,29); }
div.DivClassName
{
background-color: #60241D;
}
.BgClassName
{
background-color: #60241D;
}
</style>
border-color css
<style>
span { border-color: #60241D; }
span { border-color: rgb(96,36,29); }
td.TdClassName
{
border-color: #60241D;
}
.TagClassName
{
border-color: #60241D;
}
</style>