Shades of Caput Mortuum #59200B
Tints of Caput Mortuum #59200B
RGB
CMYK
RGB Variations
Color information
#59200B (or 0x59200B) is known color: Caput Mortuum. HEX triplet: 59, 20 and 0B. RGB value is (89,32,11). Sum of RGB (Red+Green+Blue) = 89+32+11=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #59200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59200B is #A6DFF4. Grayscale: #2E2E2E. Windows color (decimal): -10936309 or 729177. OLE color: 729177.
HSL color Cylindrical-coordinate representation of color #59200B: hue angle of 16.15º 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 #59200B is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 32 | 11 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.65 |
| HSL | 16.15º | 0.78% | 0.2% | - |
| HSV(B) | 16.15º | 0.88% | 0.35% | - |
| XYZ | 4.7 | 3.18 | 0.68 | - |
| YUV | 46.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 11 | 0 | 0.64 | 0.88 | 0.65 | 16.15 | 0.78 | 0.2 |
| Hex | 59 | 20 | B | 0 | 40 | 58 | 41 | 10 | 4E | 14 |
| Octal | 131 | 40 | 13 | 0 | 100 | 130 | 101 | 20 | 116 | 24 |
| Binary | 1011001 | 100000 | 1011 | 0 | 1000000 | 1011000 | 1000001 | 10000 | 1001110 | 10100 |
Color Harmonies of #59200B
Complementary color
Monochromatic Colors of #59200B
Black with #59200B
Text Example
Text Example
White with #59200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59200B; }
p { color: rgb(89,32,11); }
H1.HeaderClassName
{
color: #59200B;
}
.AnyTagClassName
{
color: #59200B;
}
</style>
background-color css
<style>
a { background-color: #59200B; }
a { background-color: rgb(89,32,11); }
div.DivClassName
{
background-color: #59200B;
}
.BgClassName
{
background-color: #59200B;
}
</style>
border-color css
<style>
span { border-color: #59200B; }
span { border-color: rgb(89,32,11); }
td.TdClassName
{
border-color: #59200B;
}
.TagClassName
{
border-color: #59200B;
}
</style>