Shades of Caput Mortuum #59211B
Tints of Caput Mortuum #59211B
RGB
CMYK
RGB Variations
Color information
#59211B (or 0x59211B) is known color: Caput Mortuum. HEX triplet: 59, 21 and 1B. RGB value is (89,33,27). Sum of RGB (Red+Green+Blue) = 89+33+27=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #59211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59211B is #A6DEE4. Grayscale: #313131. Windows color (decimal): -10936037 or 1778009. OLE color: 1778009.
HSL color Cylindrical-coordinate representation of color #59211B: hue angle of 5.81º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #59211B is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 33 | 27 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.65 |
| HSL | 5.81º | 0.53% | 0.23% | - |
| HSV(B) | 5.81º | 0.7% | 0.35% | - |
| XYZ | 4.86 | 3.29 | 1.42 | - |
| YUV | 49.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 27 | 0 | 0.63 | 0.70 | 0.65 | 5.81 | 0.53 | 0.23 |
| Hex | 59 | 21 | 1B | 0 | 3F | 46 | 41 | 6 | 35 | 17 |
| Octal | 131 | 41 | 33 | 0 | 77 | 106 | 101 | 6 | 65 | 27 |
| Binary | 1011001 | 100001 | 11011 | 0 | 111111 | 1000110 | 1000001 | 110 | 110101 | 10111 |
Color Harmonies of #59211B
Complementary color
Monochromatic Colors of #59211B
Black with #59211B
Text Example
Text Example
White with #59211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59211B; }
p { color: rgb(89,33,27); }
H1.HeaderClassName
{
color: #59211B;
}
.AnyTagClassName
{
color: #59211B;
}
</style>
background-color css
<style>
a { background-color: #59211B; }
a { background-color: rgb(89,33,27); }
div.DivClassName
{
background-color: #59211B;
}
.BgClassName
{
background-color: #59211B;
}
</style>
border-color css
<style>
span { border-color: #59211B; }
span { border-color: rgb(89,33,27); }
td.TdClassName
{
border-color: #59211B;
}
.TagClassName
{
border-color: #59211B;
}
</style>