Shades of Caput Mortuum #59211A
Tints of Caput Mortuum #59211A
RGB
CMYK
RGB Variations
Color information
#59211A (or 0x59211A) is known color: Caput Mortuum. HEX triplet: 59, 21 and 1A. RGB value is (89,33,26). Sum of RGB (Red+Green+Blue) = 89+33+26=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #59211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59211A is #A6DEE5. Grayscale: #313131. Windows color (decimal): -10936038 or 1712473. OLE color: 1712473.
HSL color Cylindrical-coordinate representation of color #59211A: hue angle of 6.67º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59211A is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 33 | 26 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.65 |
| HSL | 6.67º | 0.55% | 0.23% | - |
| HSV(B) | 6.67º | 0.71% | 0.35% | - |
| XYZ | 4.85 | 3.29 | 1.36 | - |
| YUV | 48.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 26 | 0 | 0.63 | 0.71 | 0.65 | 6.67 | 0.55 | 0.23 |
| Hex | 59 | 21 | 1A | 0 | 3F | 47 | 41 | 7 | 37 | 17 |
| Octal | 131 | 41 | 32 | 0 | 77 | 107 | 101 | 7 | 67 | 27 |
| Binary | 1011001 | 100001 | 11010 | 0 | 111111 | 1000111 | 1000001 | 111 | 110111 | 10111 |
Color Harmonies of #59211A
Complementary color
Monochromatic Colors of #59211A
Black with #59211A
Text Example
Text Example
White with #59211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59211A; }
p { color: rgb(89,33,26); }
H1.HeaderClassName
{
color: #59211A;
}
.AnyTagClassName
{
color: #59211A;
}
</style>
background-color css
<style>
a { background-color: #59211A; }
a { background-color: rgb(89,33,26); }
div.DivClassName
{
background-color: #59211A;
}
.BgClassName
{
background-color: #59211A;
}
</style>
border-color css
<style>
span { border-color: #59211A; }
span { border-color: rgb(89,33,26); }
td.TdClassName
{
border-color: #59211A;
}
.TagClassName
{
border-color: #59211A;
}
</style>