Shades of Caput Mortuum #59281D
Tints of Caput Mortuum #59281D
RGB
CMYK
RGB Variations
Color information
#59281D (or 0x59281D) is known color: Caput Mortuum. HEX triplet: 59, 28 and 1D. RGB value is (89,40,29). Sum of RGB (Red+Green+Blue) = 89+40+29=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #59281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59281D is #A6D7E2. Grayscale: #353535. Windows color (decimal): -10934243 or 1910873. OLE color: 1910873.
HSL color Cylindrical-coordinate representation of color #59281D: hue angle of 11º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #59281D is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 40 | 29 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.65 |
| HSL | 11º | 0.51% | 0.23% | - |
| HSV(B) | 11º | 0.67% | 0.35% | - |
| XYZ | 5.1 | 3.73 | 1.61 | - |
| YUV | 53.4 | 114.23 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 29 | 0 | 0.55 | 0.67 | 0.65 | 11 | 0.51 | 0.23 |
| Hex | 59 | 28 | 1D | 0 | 37 | 43 | 41 | B | 33 | 17 |
| Octal | 131 | 50 | 35 | 0 | 67 | 103 | 101 | 13 | 63 | 27 |
| Binary | 1011001 | 101000 | 11101 | 0 | 110111 | 1000011 | 1000001 | 1011 | 110011 | 10111 |
Color Harmonies of #59281D
Complementary color
Monochromatic Colors of #59281D
Black with #59281D
Text Example
Text Example
White with #59281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59281D; }
p { color: rgb(89,40,29); }
H1.HeaderClassName
{
color: #59281D;
}
.AnyTagClassName
{
color: #59281D;
}
</style>
background-color css
<style>
a { background-color: #59281D; }
a { background-color: rgb(89,40,29); }
div.DivClassName
{
background-color: #59281D;
}
.BgClassName
{
background-color: #59281D;
}
</style>
border-color css
<style>
span { border-color: #59281D; }
span { border-color: rgb(89,40,29); }
td.TdClassName
{
border-color: #59281D;
}
.TagClassName
{
border-color: #59281D;
}
</style>