Shades of Caput Mortuum #59210D
Tints of Caput Mortuum #59210D
RGB
CMYK
RGB Variations
Color information
#59210D (or 0x59210D) is known color: Caput Mortuum. HEX triplet: 59, 21 and 0D. RGB value is (89,33,13). Sum of RGB (Red+Green+Blue) = 89+33+13=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #59210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59210D is #A6DEF2. Grayscale: #2F2F2F. Windows color (decimal): -10936051 or 860505. OLE color: 860505.
HSL color Cylindrical-coordinate representation of color #59210D: hue angle of 15.79º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59210D is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 33 | 13 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.65 |
| HSL | 15.79º | 0.75% | 0.2% | - |
| HSV(B) | 15.79º | 0.85% | 0.35% | - |
| XYZ | 4.74 | 3.24 | 0.76 | - |
| YUV | 47.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 13 | 0 | 0.63 | 0.85 | 0.65 | 15.79 | 0.75 | 0.2 |
| Hex | 59 | 21 | D | 0 | 3F | 55 | 41 | 10 | 4B | 14 |
| Octal | 131 | 41 | 15 | 0 | 77 | 125 | 101 | 20 | 113 | 24 |
| Binary | 1011001 | 100001 | 1101 | 0 | 111111 | 1010101 | 1000001 | 10000 | 1001011 | 10100 |
Color Harmonies of #59210D
Complementary color
Monochromatic Colors of #59210D
Black with #59210D
Text Example
Text Example
White with #59210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59210D; }
p { color: rgb(89,33,13); }
H1.HeaderClassName
{
color: #59210D;
}
.AnyTagClassName
{
color: #59210D;
}
</style>
background-color css
<style>
a { background-color: #59210D; }
a { background-color: rgb(89,33,13); }
div.DivClassName
{
background-color: #59210D;
}
.BgClassName
{
background-color: #59210D;
}
</style>
border-color css
<style>
span { border-color: #59210D; }
span { border-color: rgb(89,33,13); }
td.TdClassName
{
border-color: #59210D;
}
.TagClassName
{
border-color: #59210D;
}
</style>