Shades of Caput Mortuum #60210D
Tints of Caput Mortuum #60210D
RGB
CMYK
RGB Variations
Color information
#60210D (or 0x60210D) is known color: Caput Mortuum. HEX triplet: 60, 21 and 0D. RGB value is (96,33,13). Sum of RGB (Red+Green+Blue) = 96+33+13=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #60210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60210D is #9FDEF2. Grayscale: #313131. Windows color (decimal): -10477299 or 860512. OLE color: 860512.
HSL color Cylindrical-coordinate representation of color #60210D: hue angle of 14.46º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60210D is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 33 | 13 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.62 |
| HSL | 14.46º | 0.76% | 0.21% | - |
| HSV(B) | 14.46º | 0.86% | 0.38% | - |
| XYZ | 5.44 | 3.6 | 0.79 | - |
| YUV | 49.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 13 | 0 | 0.66 | 0.86 | 0.62 | 14.46 | 0.76 | 0.21 |
| Hex | 60 | 21 | D | 0 | 42 | 56 | 3E | E | 4C | 15 |
| Octal | 140 | 41 | 15 | 0 | 102 | 126 | 76 | 16 | 114 | 25 |
| Binary | 1100000 | 100001 | 1101 | 0 | 1000010 | 1010110 | 111110 | 1110 | 1001100 | 10101 |
Color Harmonies of #60210D
Complementary color
Monochromatic Colors of #60210D
Black with #60210D
Text Example
Text Example
White with #60210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60210D; }
p { color: rgb(96,33,13); }
H1.HeaderClassName
{
color: #60210D;
}
.AnyTagClassName
{
color: #60210D;
}
</style>
background-color css
<style>
a { background-color: #60210D; }
a { background-color: rgb(96,33,13); }
div.DivClassName
{
background-color: #60210D;
}
.BgClassName
{
background-color: #60210D;
}
</style>
border-color css
<style>
span { border-color: #60210D; }
span { border-color: rgb(96,33,13); }
td.TdClassName
{
border-color: #60210D;
}
.TagClassName
{
border-color: #60210D;
}
</style>