Shades of Caput Mortuum #591A09
Tints of Caput Mortuum #591A09
RGB
CMYK
RGB Variations
Color information
#591A09 (or 0x591A09) is known color: Caput Mortuum. HEX triplet: 59, 1A and 09. RGB value is (89,26,9). Sum of RGB (Red+Green+Blue) = 89+26+9=124 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.77% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 89 - color contains mainly: red. Hex color #591A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591A09 is #A6E5F6. Grayscale: #2B2B2B. Windows color (decimal): -10937847 or 596569. OLE color: 596569.
HSL color Cylindrical-coordinate representation of color #591A09: hue angle of 12.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 #591A09 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 26 | 9 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.65 |
| HSL | 12.75º | 0.82% | 0.19% | - |
| HSV(B) | 12.75º | 0.9% | 0.35% | - |
| XYZ | 4.54 | 2.88 | 0.58 | - |
| YUV | 42.9 | 108.87 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 9 | 0 | 0.71 | 0.90 | 0.65 | 12.75 | 0.82 | 0.19 |
| Hex | 59 | 1A | 9 | 0 | 47 | 5A | 41 | D | 52 | 13 |
| Octal | 131 | 32 | 11 | 0 | 107 | 132 | 101 | 15 | 122 | 23 |
| Binary | 1011001 | 11010 | 1001 | 0 | 1000111 | 1011010 | 1000001 | 1101 | 1010010 | 10011 |
Color Harmonies of #591A09
Complementary color
Monochromatic Colors of #591A09
Black with #591A09
Text Example
Text Example
White with #591A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A09; }
p { color: rgb(89,26,9); }
H1.HeaderClassName
{
color: #591A09;
}
.AnyTagClassName
{
color: #591A09;
}
</style>
background-color css
<style>
a { background-color: #591A09; }
a { background-color: rgb(89,26,9); }
div.DivClassName
{
background-color: #591A09;
}
.BgClassName
{
background-color: #591A09;
}
</style>
border-color css
<style>
span { border-color: #591A09; }
span { border-color: rgb(89,26,9); }
td.TdClassName
{
border-color: #591A09;
}
.TagClassName
{
border-color: #591A09;
}
</style>