Shades of Caput Mortuum #591D0D
Tints of Caput Mortuum #591D0D
RGB
CMYK
RGB Variations
Color information
#591D0D (or 0x591D0D) is known color: Caput Mortuum. HEX triplet: 59, 1D and 0D. RGB value is (89,29,13). Sum of RGB (Red+Green+Blue) = 89+29+13=131 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.94% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 89 - color contains mainly: red. Hex color #591D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591D0D is #A6E2F2. Grayscale: #2D2D2D. Windows color (decimal): -10937075 or 859481. OLE color: 859481.
HSL color Cylindrical-coordinate representation of color #591D0D: hue angle of 12.63º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591D0D is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 29 | 13 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.65 |
| HSL | 12.63º | 0.75% | 0.2% | - |
| HSV(B) | 12.63º | 0.85% | 0.35% | - |
| XYZ | 4.63 | 3.03 | 0.72 | - |
| YUV | 45.12 | 109.88 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 13 | 0 | 0.67 | 0.85 | 0.65 | 12.63 | 0.75 | 0.2 |
| Hex | 59 | 1D | D | 0 | 43 | 55 | 41 | D | 4B | 14 |
| Octal | 131 | 35 | 15 | 0 | 103 | 125 | 101 | 15 | 113 | 24 |
| Binary | 1011001 | 11101 | 1101 | 0 | 1000011 | 1010101 | 1000001 | 1101 | 1001011 | 10100 |
Color Harmonies of #591D0D
Complementary color
Monochromatic Colors of #591D0D
Black with #591D0D
Text Example
Text Example
White with #591D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D0D; }
p { color: rgb(89,29,13); }
H1.HeaderClassName
{
color: #591D0D;
}
.AnyTagClassName
{
color: #591D0D;
}
</style>
background-color css
<style>
a { background-color: #591D0D; }
a { background-color: rgb(89,29,13); }
div.DivClassName
{
background-color: #591D0D;
}
.BgClassName
{
background-color: #591D0D;
}
</style>
border-color css
<style>
span { border-color: #591D0D; }
span { border-color: rgb(89,29,13); }
td.TdClassName
{
border-color: #591D0D;
}
.TagClassName
{
border-color: #591D0D;
}
</style>