Shades of Caput Mortuum #60251D
Tints of Caput Mortuum #60251D
RGB
CMYK
RGB Variations
Color information
#60251D (or 0x60251D) is known color: Caput Mortuum. HEX triplet: 60, 25 and 1D. RGB value is (96,37,29). Sum of RGB (Red+Green+Blue) = 96+37+29=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60251D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60251D is #9FDAE2. Grayscale: #353535. Windows color (decimal): -10476259 or 1910112. OLE color: 1910112.
HSL color Cylindrical-coordinate representation of color #60251D: hue angle of 7.16º 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 #60251D is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 29 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.62 |
| HSL | 7.16º | 0.54% | 0.25% | - |
| HSV(B) | 7.16º | 0.7% | 0.38% | - |
| XYZ | 5.71 | 3.9 | 1.61 | - |
| YUV | 53.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 29 | 0 | 0.61 | 0.70 | 0.62 | 7.16 | 0.54 | 0.25 |
| Hex | 60 | 25 | 1D | 0 | 3D | 46 | 3E | 7 | 36 | 19 |
| Octal | 140 | 45 | 35 | 0 | 75 | 106 | 76 | 7 | 66 | 31 |
| Binary | 1100000 | 100101 | 11101 | 0 | 111101 | 1000110 | 111110 | 111 | 110110 | 11001 |
Color Harmonies of #60251D
Complementary color
Monochromatic Colors of #60251D
Black with #60251D
Text Example
Text Example
White with #60251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60251D; }
p { color: rgb(96,37,29); }
H1.HeaderClassName
{
color: #60251D;
}
.AnyTagClassName
{
color: #60251D;
}
</style>
background-color css
<style>
a { background-color: #60251D; }
a { background-color: rgb(96,37,29); }
div.DivClassName
{
background-color: #60251D;
}
.BgClassName
{
background-color: #60251D;
}
</style>
border-color css
<style>
span { border-color: #60251D; }
span { border-color: rgb(96,37,29); }
td.TdClassName
{
border-color: #60251D;
}
.TagClassName
{
border-color: #60251D;
}
</style>