Shades of Caput Mortuum #60271D
Tints of Caput Mortuum #60271D
RGB
CMYK
RGB Variations
Color information
#60271D (or 0x60271D) is known color: Caput Mortuum. HEX triplet: 60, 27 and 1D. RGB value is (96,39,29). Sum of RGB (Red+Green+Blue) = 96+39+29=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #60271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60271D is #9FD8E2. Grayscale: #363636. Windows color (decimal): -10475747 or 1910624. OLE color: 1910624.
HSL color Cylindrical-coordinate representation of color #60271D: hue angle of 8.96º 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 #60271D is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 39 | 29 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.62 |
| HSL | 8.96º | 0.54% | 0.25% | - |
| HSV(B) | 8.96º | 0.7% | 0.38% | - |
| XYZ | 5.77 | 4.03 | 1.64 | - |
| YUV | 54.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 29 | 0 | 0.59 | 0.70 | 0.62 | 8.96 | 0.54 | 0.25 |
| Hex | 60 | 27 | 1D | 0 | 3B | 46 | 3E | 9 | 36 | 19 |
| Octal | 140 | 47 | 35 | 0 | 73 | 106 | 76 | 11 | 66 | 31 |
| Binary | 1100000 | 100111 | 11101 | 0 | 111011 | 1000110 | 111110 | 1001 | 110110 | 11001 |
Color Harmonies of #60271D
Complementary color
Monochromatic Colors of #60271D
Black with #60271D
Text Example
Text Example
White with #60271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60271D; }
p { color: rgb(96,39,29); }
H1.HeaderClassName
{
color: #60271D;
}
.AnyTagClassName
{
color: #60271D;
}
</style>
background-color css
<style>
a { background-color: #60271D; }
a { background-color: rgb(96,39,29); }
div.DivClassName
{
background-color: #60271D;
}
.BgClassName
{
background-color: #60271D;
}
</style>
border-color css
<style>
span { border-color: #60271D; }
span { border-color: rgb(96,39,29); }
td.TdClassName
{
border-color: #60271D;
}
.TagClassName
{
border-color: #60271D;
}
</style>