Shades of Caput Mortuum #591A08
Tints of Caput Mortuum #591A08
RGB
CMYK
RGB Variations
Color information
#591A08 (or 0x591A08) is known color: Caput Mortuum. HEX triplet: 59, 1A and 08. RGB value is (89,26,8). Sum of RGB (Red+Green+Blue) = 89+26+8=123 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.36% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 89 - color contains mainly: red. Hex color #591A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591A08 is #A6E5F7. Grayscale: #2A2A2A. Windows color (decimal): -10937848 or 531033. OLE color: 531033.
HSL color Cylindrical-coordinate representation of color #591A08: hue angle of 13.33º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #591A08 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 26 | 8 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.65 |
| HSL | 13.33º | 0.84% | 0.19% | - |
| HSV(B) | 13.33º | 0.91% | 0.35% | - |
| XYZ | 4.53 | 2.88 | 0.55 | - |
| YUV | 42.79 | 108.37 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 8 | 0 | 0.71 | 0.91 | 0.65 | 13.33 | 0.84 | 0.19 |
| Hex | 59 | 1A | 8 | 0 | 47 | 5B | 41 | D | 54 | 13 |
| Octal | 131 | 32 | 10 | 0 | 107 | 133 | 101 | 15 | 124 | 23 |
| Binary | 1011001 | 11010 | 1000 | 0 | 1000111 | 1011011 | 1000001 | 1101 | 1010100 | 10011 |
Color Harmonies of #591A08
Complementary color
Monochromatic Colors of #591A08
Black with #591A08
Text Example
Text Example
White with #591A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A08; }
p { color: rgb(89,26,8); }
H1.HeaderClassName
{
color: #591A08;
}
.AnyTagClassName
{
color: #591A08;
}
</style>
background-color css
<style>
a { background-color: #591A08; }
a { background-color: rgb(89,26,8); }
div.DivClassName
{
background-color: #591A08;
}
.BgClassName
{
background-color: #591A08;
}
</style>
border-color css
<style>
span { border-color: #591A08; }
span { border-color: rgb(89,26,8); }
td.TdClassName
{
border-color: #591A08;
}
.TagClassName
{
border-color: #591A08;
}
</style>