Shades of Caput Mortuum #59271B
Tints of Caput Mortuum #59271B
RGB
CMYK
RGB Variations
Color information
#59271B (or 0x59271B) is known color: Caput Mortuum. HEX triplet: 59, 27 and 1B. RGB value is (89,39,27). Sum of RGB (Red+Green+Blue) = 89+39+27=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59271B is #A6D8E4. Grayscale: #343434. Windows color (decimal): -10934501 or 1779545. OLE color: 1779545.
HSL color Cylindrical-coordinate representation of color #59271B: hue angle of 11.61º 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 #59271B is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 39 | 27 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.65 |
| HSL | 11.61º | 0.53% | 0.23% | - |
| HSV(B) | 11.61º | 0.7% | 0.35% | - |
| XYZ | 5.04 | 3.65 | 1.48 | - |
| YUV | 52.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 39 | 27 | 0 | 0.56 | 0.70 | 0.65 | 11.61 | 0.53 | 0.23 |
| Hex | 59 | 27 | 1B | 0 | 38 | 46 | 41 | C | 35 | 17 |
| Octal | 131 | 47 | 33 | 0 | 70 | 106 | 101 | 14 | 65 | 27 |
| Binary | 1011001 | 100111 | 11011 | 0 | 111000 | 1000110 | 1000001 | 1100 | 110101 | 10111 |
Color Harmonies of #59271B
Complementary color
Monochromatic Colors of #59271B
Black with #59271B
Text Example
Text Example
White with #59271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59271B; }
p { color: rgb(89,39,27); }
H1.HeaderClassName
{
color: #59271B;
}
.AnyTagClassName
{
color: #59271B;
}
</style>
background-color css
<style>
a { background-color: #59271B; }
a { background-color: rgb(89,39,27); }
div.DivClassName
{
background-color: #59271B;
}
.BgClassName
{
background-color: #59271B;
}
</style>
border-color css
<style>
span { border-color: #59271B; }
span { border-color: rgb(89,39,27); }
td.TdClassName
{
border-color: #59271B;
}
.TagClassName
{
border-color: #59271B;
}
</style>