Shades of Caput Mortuum #60291D
Tints of Caput Mortuum #60291D
RGB
CMYK
RGB Variations
Color information
#60291D (or 0x60291D) is known color: Caput Mortuum. HEX triplet: 60, 29 and 1D. RGB value is (96,41,29). Sum of RGB (Red+Green+Blue) = 96+41+29=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #60291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60291D is #9FD6E2. Grayscale: #383838. Windows color (decimal): -10475235 or 1911136. OLE color: 1911136.
HSL color Cylindrical-coordinate representation of color #60291D: hue angle of 10.75º 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 #60291D is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 41 | 29 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.62 |
| HSL | 10.75º | 0.54% | 0.25% | - |
| HSV(B) | 10.75º | 0.7% | 0.38% | - |
| XYZ | 5.84 | 4.16 | 1.66 | - |
| YUV | 56.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 29 | 0 | 0.57 | 0.70 | 0.62 | 10.75 | 0.54 | 0.25 |
| Hex | 60 | 29 | 1D | 0 | 39 | 46 | 3E | B | 36 | 19 |
| Octal | 140 | 51 | 35 | 0 | 71 | 106 | 76 | 13 | 66 | 31 |
| Binary | 1100000 | 101001 | 11101 | 0 | 111001 | 1000110 | 111110 | 1011 | 110110 | 11001 |
Color Harmonies of #60291D
Complementary color
Monochromatic Colors of #60291D
Black with #60291D
Text Example
Text Example
White with #60291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60291D; }
p { color: rgb(96,41,29); }
H1.HeaderClassName
{
color: #60291D;
}
.AnyTagClassName
{
color: #60291D;
}
</style>
background-color css
<style>
a { background-color: #60291D; }
a { background-color: rgb(96,41,29); }
div.DivClassName
{
background-color: #60291D;
}
.BgClassName
{
background-color: #60291D;
}
</style>
border-color css
<style>
span { border-color: #60291D; }
span { border-color: rgb(96,41,29); }
td.TdClassName
{
border-color: #60291D;
}
.TagClassName
{
border-color: #60291D;
}
</style>