Shades of Caput Mortuum #592112
Tints of Caput Mortuum #592112
RGB
CMYK
RGB Variations
Color information
#592112 (or 0x592112) is known color: Caput Mortuum. HEX triplet: 59, 21 and 12. RGB value is (89,33,18). Sum of RGB (Red+Green+Blue) = 89+33+18=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #592112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592112 is #A6DEED. Grayscale: #303030. Windows color (decimal): -10936046 or 1188185. OLE color: 1188185.
HSL color Cylindrical-coordinate representation of color #592112: hue angle of 12.68º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #592112 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 33 | 18 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.65 |
| HSL | 12.68º | 0.66% | 0.21% | - |
| HSV(B) | 12.68º | 0.8% | 0.35% | - |
| XYZ | 4.77 | 3.26 | 0.95 | - |
| YUV | 48.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 18 | 0 | 0.63 | 0.80 | 0.65 | 12.68 | 0.66 | 0.21 |
| Hex | 59 | 21 | 12 | 0 | 3F | 50 | 41 | D | 42 | 15 |
| Octal | 131 | 41 | 22 | 0 | 77 | 120 | 101 | 15 | 102 | 25 |
| Binary | 1011001 | 100001 | 10010 | 0 | 111111 | 1010000 | 1000001 | 1101 | 1000010 | 10101 |
Color Harmonies of #592112
Complementary color
Monochromatic Colors of #592112
Black with #592112
Text Example
Text Example
White with #592112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592112; }
p { color: rgb(89,33,18); }
H1.HeaderClassName
{
color: #592112;
}
.AnyTagClassName
{
color: #592112;
}
</style>
background-color css
<style>
a { background-color: #592112; }
a { background-color: rgb(89,33,18); }
div.DivClassName
{
background-color: #592112;
}
.BgClassName
{
background-color: #592112;
}
</style>
border-color css
<style>
span { border-color: #592112; }
span { border-color: rgb(89,33,18); }
td.TdClassName
{
border-color: #592112;
}
.TagClassName
{
border-color: #592112;
}
</style>