Shades of Caput Mortuum #591E0F
Tints of Caput Mortuum #591E0F
RGB
CMYK
RGB Variations
Color information
#591E0F (or 0x591E0F) is known color: Caput Mortuum. HEX triplet: 59, 1E and 0F. RGB value is (89,30,15). Sum of RGB (Red+Green+Blue) = 89+30+15=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #591E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591E0F is #A6E1F0. Grayscale: #2E2E2E. Windows color (decimal): -10936817 or 990809. OLE color: 990809.
HSL color Cylindrical-coordinate representation of color #591E0F: hue angle of 12.16º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #591E0F is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 30 | 15 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.65 |
| HSL | 12.16º | 0.71% | 0.2% | - |
| HSV(B) | 12.16º | 0.83% | 0.35% | - |
| XYZ | 4.67 | 3.09 | 0.8 | - |
| YUV | 45.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 15 | 0 | 0.66 | 0.83 | 0.65 | 12.16 | 0.71 | 0.2 |
| Hex | 59 | 1E | F | 0 | 42 | 53 | 41 | C | 47 | 14 |
| Octal | 131 | 36 | 17 | 0 | 102 | 123 | 101 | 14 | 107 | 24 |
| Binary | 1011001 | 11110 | 1111 | 0 | 1000010 | 1010011 | 1000001 | 1100 | 1000111 | 10100 |
Color Harmonies of #591E0F
Complementary color
Monochromatic Colors of #591E0F
Black with #591E0F
Text Example
Text Example
White with #591E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591E0F; }
p { color: rgb(89,30,15); }
H1.HeaderClassName
{
color: #591E0F;
}
.AnyTagClassName
{
color: #591E0F;
}
</style>
background-color css
<style>
a { background-color: #591E0F; }
a { background-color: rgb(89,30,15); }
div.DivClassName
{
background-color: #591E0F;
}
.BgClassName
{
background-color: #591E0F;
}
</style>
border-color css
<style>
span { border-color: #591E0F; }
span { border-color: rgb(89,30,15); }
td.TdClassName
{
border-color: #591E0F;
}
.TagClassName
{
border-color: #591E0F;
}
</style>