Shades of Caput Mortuum #59200F
Tints of Caput Mortuum #59200F
RGB
CMYK
RGB Variations
Color information
#59200F (or 0x59200F) is known color: Caput Mortuum. HEX triplet: 59, 20 and 0F. RGB value is (89,32,15). Sum of RGB (Red+Green+Blue) = 89+32+15=136 (18% of max value = 765). Red value is 89 (35.16% from 255 or 65.44% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 89 - color contains mainly: red. Hex color #59200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59200F is #A6DFF0. Grayscale: #2F2F2F. Windows color (decimal): -10936305 or 991321. OLE color: 991321.
HSL color Cylindrical-coordinate representation of color #59200F: hue angle of 13.78º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59200F is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 32 | 15 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.65 |
| HSL | 13.78º | 0.71% | 0.2% | - |
| HSV(B) | 13.78º | 0.83% | 0.35% | - |
| XYZ | 4.72 | 3.19 | 0.82 | - |
| YUV | 47.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 15 | 0 | 0.64 | 0.83 | 0.65 | 13.78 | 0.71 | 0.2 |
| Hex | 59 | 20 | F | 0 | 40 | 53 | 41 | E | 47 | 14 |
| Octal | 131 | 40 | 17 | 0 | 100 | 123 | 101 | 16 | 107 | 24 |
| Binary | 1011001 | 100000 | 1111 | 0 | 1000000 | 1010011 | 1000001 | 1110 | 1000111 | 10100 |
Color Harmonies of #59200F
Complementary color
Monochromatic Colors of #59200F
Black with #59200F
Text Example
Text Example
White with #59200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59200F; }
p { color: rgb(89,32,15); }
H1.HeaderClassName
{
color: #59200F;
}
.AnyTagClassName
{
color: #59200F;
}
</style>
background-color css
<style>
a { background-color: #59200F; }
a { background-color: rgb(89,32,15); }
div.DivClassName
{
background-color: #59200F;
}
.BgClassName
{
background-color: #59200F;
}
</style>
border-color css
<style>
span { border-color: #59200F; }
span { border-color: rgb(89,32,15); }
td.TdClassName
{
border-color: #59200F;
}
.TagClassName
{
border-color: #59200F;
}
</style>