Shades of Caput Mortuum #591F14
Tints of Caput Mortuum #591F14
RGB
CMYK
RGB Variations
Color information
#591F14 (or 0x591F14) is known color: Caput Mortuum. HEX triplet: 59, 1F and 14. RGB value is (89,31,20). Sum of RGB (Red+Green+Blue) = 89+31+20=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #591F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591F14 is #A6E0EB. Grayscale: #2F2F2F. Windows color (decimal): -10936556 or 1318745. OLE color: 1318745.
HSL color Cylindrical-coordinate representation of color #591F14: hue angle of 9.57º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #591F14 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 31 | 20 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.65 |
| HSL | 9.57º | 0.63% | 0.21% | - |
| HSV(B) | 9.57º | 0.78% | 0.35% | - |
| XYZ | 4.74 | 3.15 | 1.02 | - |
| YUV | 47.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 20 | 0 | 0.65 | 0.78 | 0.65 | 9.57 | 0.63 | 0.21 |
| Hex | 59 | 1F | 14 | 0 | 41 | 4E | 41 | A | 3F | 15 |
| Octal | 131 | 37 | 24 | 0 | 101 | 116 | 101 | 12 | 77 | 25 |
| Binary | 1011001 | 11111 | 10100 | 0 | 1000001 | 1001110 | 1000001 | 1010 | 111111 | 10101 |
Color Harmonies of #591F14
Complementary color
Monochromatic Colors of #591F14
Black with #591F14
Text Example
Text Example
White with #591F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591F14; }
p { color: rgb(89,31,20); }
H1.HeaderClassName
{
color: #591F14;
}
.AnyTagClassName
{
color: #591F14;
}
</style>
background-color css
<style>
a { background-color: #591F14; }
a { background-color: rgb(89,31,20); }
div.DivClassName
{
background-color: #591F14;
}
.BgClassName
{
background-color: #591F14;
}
</style>
border-color css
<style>
span { border-color: #591F14; }
span { border-color: rgb(89,31,20); }
td.TdClassName
{
border-color: #591F14;
}
.TagClassName
{
border-color: #591F14;
}
</style>