Shades of Caput Mortuum #591F0A
Tints of Caput Mortuum #591F0A
RGB
CMYK
RGB Variations
Color information
#591F0A (or 0x591F0A) is known color: Caput Mortuum. HEX triplet: 59, 1F and 0A. RGB value is (89,31,10). Sum of RGB (Red+Green+Blue) = 89+31+10=130 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.46% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 89 - color contains mainly: red. Hex color #591F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591F0A is #A6E0F5. Grayscale: #2E2E2E. Windows color (decimal): -10936566 or 663385. OLE color: 663385.
HSL color Cylindrical-coordinate representation of color #591F0A: hue angle of 15.95º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #591F0A is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 31 | 10 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.65 |
| HSL | 15.95º | 0.8% | 0.19% | - |
| HSV(B) | 15.95º | 0.89% | 0.35% | - |
| XYZ | 4.66 | 3.13 | 0.64 | - |
| YUV | 45.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 10 | 0 | 0.65 | 0.89 | 0.65 | 15.95 | 0.8 | 0.19 |
| Hex | 59 | 1F | A | 0 | 41 | 59 | 41 | 10 | 50 | 13 |
| Octal | 131 | 37 | 12 | 0 | 101 | 131 | 101 | 20 | 120 | 23 |
| Binary | 1011001 | 11111 | 1010 | 0 | 1000001 | 1011001 | 1000001 | 10000 | 1010000 | 10011 |
Color Harmonies of #591F0A
Complementary color
Monochromatic Colors of #591F0A
Black with #591F0A
Text Example
Text Example
White with #591F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591F0A; }
p { color: rgb(89,31,10); }
H1.HeaderClassName
{
color: #591F0A;
}
.AnyTagClassName
{
color: #591F0A;
}
</style>
background-color css
<style>
a { background-color: #591F0A; }
a { background-color: rgb(89,31,10); }
div.DivClassName
{
background-color: #591F0A;
}
.BgClassName
{
background-color: #591F0A;
}
</style>
border-color css
<style>
span { border-color: #591F0A; }
span { border-color: rgb(89,31,10); }
td.TdClassName
{
border-color: #591F0A;
}
.TagClassName
{
border-color: #591F0A;
}
</style>