Shades of Caput Mortuum #60291E
Tints of Caput Mortuum #60291E
RGB
CMYK
RGB Variations
Color information
#60291E (or 0x60291E) is known color: Caput Mortuum. HEX triplet: 60, 29 and 1E. RGB value is (96,41,30). Sum of RGB (Red+Green+Blue) = 96+41+30=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #60291E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60291E is #9FD6E1. Grayscale: #383838. Windows color (decimal): -10475234 or 1976672. OLE color: 1976672.
HSL color Cylindrical-coordinate representation of color #60291E: hue angle of 10º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60291E is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 41 | 30 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.62 |
| HSL | 10º | 0.52% | 0.25% | - |
| HSV(B) | 10º | 0.69% | 0.38% | - |
| XYZ | 5.85 | 4.17 | 1.72 | - |
| YUV | 56.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 30 | 0 | 0.57 | 0.69 | 0.62 | 10 | 0.52 | 0.25 |
| Hex | 60 | 29 | 1E | 0 | 39 | 45 | 3E | A | 34 | 19 |
| Octal | 140 | 51 | 36 | 0 | 71 | 105 | 76 | 12 | 64 | 31 |
| Binary | 1100000 | 101001 | 11110 | 0 | 111001 | 1000101 | 111110 | 1010 | 110100 | 11001 |
Color Harmonies of #60291E
Complementary color
Monochromatic Colors of #60291E
Black with #60291E
Text Example
Text Example
White with #60291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60291E; }
p { color: rgb(96,41,30); }
H1.HeaderClassName
{
color: #60291E;
}
.AnyTagClassName
{
color: #60291E;
}
</style>
background-color css
<style>
a { background-color: #60291E; }
a { background-color: rgb(96,41,30); }
div.DivClassName
{
background-color: #60291E;
}
.BgClassName
{
background-color: #60291E;
}
</style>
border-color css
<style>
span { border-color: #60291E; }
span { border-color: rgb(96,41,30); }
td.TdClassName
{
border-color: #60291E;
}
.TagClassName
{
border-color: #60291E;
}
</style>