Shades of Caput Mortuum #60291C
Tints of Caput Mortuum #60291C
RGB
CMYK
RGB Variations
Color information
#60291C (or 0x60291C) is known color: Caput Mortuum. HEX triplet: 60, 29 and 1C. RGB value is (96,41,28). Sum of RGB (Red+Green+Blue) = 96+41+28=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #60291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60291C is #9FD6E3. Grayscale: #383838. Windows color (decimal): -10475236 or 1845600. OLE color: 1845600.
HSL color Cylindrical-coordinate representation of color #60291C: hue angle of 11.47º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60291C is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 41 | 28 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.62 |
| HSL | 11.47º | 0.55% | 0.24% | - |
| HSV(B) | 11.47º | 0.71% | 0.38% | - |
| XYZ | 5.83 | 4.16 | 1.59 | - |
| YUV | 55.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 28 | 0 | 0.57 | 0.71 | 0.62 | 11.47 | 0.55 | 0.24 |
| Hex | 60 | 29 | 1C | 0 | 39 | 47 | 3E | B | 37 | 18 |
| Octal | 140 | 51 | 34 | 0 | 71 | 107 | 76 | 13 | 67 | 30 |
| Binary | 1100000 | 101001 | 11100 | 0 | 111001 | 1000111 | 111110 | 1011 | 110111 | 11000 |
Color Harmonies of #60291C
Complementary color
Monochromatic Colors of #60291C
Black with #60291C
Text Example
Text Example
White with #60291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60291C; }
p { color: rgb(96,41,28); }
H1.HeaderClassName
{
color: #60291C;
}
.AnyTagClassName
{
color: #60291C;
}
</style>
background-color css
<style>
a { background-color: #60291C; }
a { background-color: rgb(96,41,28); }
div.DivClassName
{
background-color: #60291C;
}
.BgClassName
{
background-color: #60291C;
}
</style>
border-color css
<style>
span { border-color: #60291C; }
span { border-color: rgb(96,41,28); }
td.TdClassName
{
border-color: #60291C;
}
.TagClassName
{
border-color: #60291C;
}
</style>