Shades of Caput Mortuum #591D11
Tints of Caput Mortuum #591D11
RGB
CMYK
RGB Variations
Color information
#591D11 (or 0x591D11) is known color: Caput Mortuum. HEX triplet: 59, 1D and 11. RGB value is (89,29,17). Sum of RGB (Red+Green+Blue) = 89+29+17=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #591D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591D11 is #A6E2EE. Grayscale: #2D2D2D. Windows color (decimal): -10937071 or 1121625. OLE color: 1121625.
HSL color Cylindrical-coordinate representation of color #591D11: hue angle of 10º 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 #591D11 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 29 | 17 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.65 |
| HSL | 10º | 0.68% | 0.21% | - |
| HSV(B) | 10º | 0.81% | 0.35% | - |
| XYZ | 4.66 | 3.04 | 0.87 | - |
| YUV | 45.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 17 | 0 | 0.67 | 0.81 | 0.65 | 10 | 0.68 | 0.21 |
| Hex | 59 | 1D | 11 | 0 | 43 | 51 | 41 | A | 44 | 15 |
| Octal | 131 | 35 | 21 | 0 | 103 | 121 | 101 | 12 | 104 | 25 |
| Binary | 1011001 | 11101 | 10001 | 0 | 1000011 | 1010001 | 1000001 | 1010 | 1000100 | 10101 |
Color Harmonies of #591D11
Complementary color
Monochromatic Colors of #591D11
Black with #591D11
Text Example
Text Example
White with #591D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D11; }
p { color: rgb(89,29,17); }
H1.HeaderClassName
{
color: #591D11;
}
.AnyTagClassName
{
color: #591D11;
}
</style>
background-color css
<style>
a { background-color: #591D11; }
a { background-color: rgb(89,29,17); }
div.DivClassName
{
background-color: #591D11;
}
.BgClassName
{
background-color: #591D11;
}
</style>
border-color css
<style>
span { border-color: #591D11; }
span { border-color: rgb(89,29,17); }
td.TdClassName
{
border-color: #591D11;
}
.TagClassName
{
border-color: #591D11;
}
</style>