Shades of Caput Mortuum #591F11
Tints of Caput Mortuum #591F11
RGB
CMYK
RGB Variations
Color information
#591F11 (or 0x591F11) is known color: Caput Mortuum. HEX triplet: 59, 1F and 11. RGB value is (89,31,17). Sum of RGB (Red+Green+Blue) = 89+31+17=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #591F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591F11 is #A6E0EE. Grayscale: #2E2E2E. Windows color (decimal): -10936559 or 1122137. OLE color: 1122137.
HSL color Cylindrical-coordinate representation of color #591F11: hue angle of 11.67º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591F11 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 31 | 17 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.65 |
| HSL | 11.67º | 0.68% | 0.21% | - |
| HSV(B) | 11.67º | 0.81% | 0.35% | - |
| XYZ | 4.71 | 3.14 | 0.89 | - |
| YUV | 46.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 17 | 0 | 0.65 | 0.81 | 0.65 | 11.67 | 0.68 | 0.21 |
| Hex | 59 | 1F | 11 | 0 | 41 | 51 | 41 | C | 44 | 15 |
| Octal | 131 | 37 | 21 | 0 | 101 | 121 | 101 | 14 | 104 | 25 |
| Binary | 1011001 | 11111 | 10001 | 0 | 1000001 | 1010001 | 1000001 | 1100 | 1000100 | 10101 |
Color Harmonies of #591F11
Complementary color
Monochromatic Colors of #591F11
Black with #591F11
Text Example
Text Example
White with #591F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591F11; }
p { color: rgb(89,31,17); }
H1.HeaderClassName
{
color: #591F11;
}
.AnyTagClassName
{
color: #591F11;
}
</style>
background-color css
<style>
a { background-color: #591F11; }
a { background-color: rgb(89,31,17); }
div.DivClassName
{
background-color: #591F11;
}
.BgClassName
{
background-color: #591F11;
}
</style>
border-color css
<style>
span { border-color: #591F11; }
span { border-color: rgb(89,31,17); }
td.TdClassName
{
border-color: #591F11;
}
.TagClassName
{
border-color: #591F11;
}
</style>