Shades of Caput Mortuum #591E09
Tints of Caput Mortuum #591E09
RGB
CMYK
RGB Variations
Color information
#591E09 (or 0x591E09) is known color: Caput Mortuum. HEX triplet: 59, 1E and 09. RGB value is (89,30,9). Sum of RGB (Red+Green+Blue) = 89+30+9=128 (16% of max value = 765). Red value is 89 (35.16% from 255 or 69.53% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 89 - color contains mainly: red. Hex color #591E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591E09 is #A6E1F6. Grayscale: #2D2D2D. Windows color (decimal): -10936823 or 597593. OLE color: 597593.
HSL color Cylindrical-coordinate representation of color #591E09: hue angle of 15.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #591E09 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 30 | 9 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.65 |
| HSL | 15.75º | 0.82% | 0.19% | - |
| HSV(B) | 15.75º | 0.9% | 0.35% | - |
| XYZ | 4.63 | 3.07 | 0.61 | - |
| YUV | 45.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 9 | 0 | 0.66 | 0.90 | 0.65 | 15.75 | 0.82 | 0.19 |
| Hex | 59 | 1E | 9 | 0 | 42 | 5A | 41 | 10 | 52 | 13 |
| Octal | 131 | 36 | 11 | 0 | 102 | 132 | 101 | 20 | 122 | 23 |
| Binary | 1011001 | 11110 | 1001 | 0 | 1000010 | 1011010 | 1000001 | 10000 | 1010010 | 10011 |
Color Harmonies of #591E09
Complementary color
Monochromatic Colors of #591E09
Black with #591E09
Text Example
Text Example
White with #591E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591E09; }
p { color: rgb(89,30,9); }
H1.HeaderClassName
{
color: #591E09;
}
.AnyTagClassName
{
color: #591E09;
}
</style>
background-color css
<style>
a { background-color: #591E09; }
a { background-color: rgb(89,30,9); }
div.DivClassName
{
background-color: #591E09;
}
.BgClassName
{
background-color: #591E09;
}
</style>
border-color css
<style>
span { border-color: #591E09; }
span { border-color: rgb(89,30,9); }
td.TdClassName
{
border-color: #591E09;
}
.TagClassName
{
border-color: #591E09;
}
</style>