Shades of Caput Mortuum #591B0B
Tints of Caput Mortuum #591B0B
RGB
CMYK
RGB Variations
Color information
#591B0B (or 0x591B0B) is known color: Caput Mortuum. HEX triplet: 59, 1B and 0B. RGB value is (89,27,11). Sum of RGB (Red+Green+Blue) = 89+27+11=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #591B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591B0B is #A6E4F4. Grayscale: #2B2B2B. Windows color (decimal): -10937589 or 727897. OLE color: 727897.
HSL color Cylindrical-coordinate representation of color #591B0B: hue angle of 12.31º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #591B0B is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 27 | 11 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.65 |
| HSL | 12.31º | 0.78% | 0.2% | - |
| HSV(B) | 12.31º | 0.88% | 0.35% | - |
| XYZ | 4.57 | 2.93 | 0.64 | - |
| YUV | 43.71 | 109.54 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 11 | 0 | 0.70 | 0.88 | 0.65 | 12.31 | 0.78 | 0.2 |
| Hex | 59 | 1B | B | 0 | 46 | 58 | 41 | C | 4E | 14 |
| Octal | 131 | 33 | 13 | 0 | 106 | 130 | 101 | 14 | 116 | 24 |
| Binary | 1011001 | 11011 | 1011 | 0 | 1000110 | 1011000 | 1000001 | 1100 | 1001110 | 10100 |
Color Harmonies of #591B0B
Complementary color
Monochromatic Colors of #591B0B
Black with #591B0B
Text Example
Text Example
White with #591B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B0B; }
p { color: rgb(89,27,11); }
H1.HeaderClassName
{
color: #591B0B;
}
.AnyTagClassName
{
color: #591B0B;
}
</style>
background-color css
<style>
a { background-color: #591B0B; }
a { background-color: rgb(89,27,11); }
div.DivClassName
{
background-color: #591B0B;
}
.BgClassName
{
background-color: #591B0B;
}
</style>
border-color css
<style>
span { border-color: #591B0B; }
span { border-color: rgb(89,27,11); }
td.TdClassName
{
border-color: #591B0B;
}
.TagClassName
{
border-color: #591B0B;
}
</style>