Shades of Caput Mortuum #592018
Tints of Caput Mortuum #592018
RGB
CMYK
RGB Variations
Color information
#592018 (or 0x592018) is known color: Caput Mortuum. HEX triplet: 59, 20 and 18. RGB value is (89,32,24). Sum of RGB (Red+Green+Blue) = 89+32+24=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #592018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592018 is #A6DFE7. Grayscale: #303030. Windows color (decimal): -10936296 or 1581145. OLE color: 1581145.
HSL color Cylindrical-coordinate representation of color #592018: hue angle of 7.38º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #592018 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 32 | 24 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.65 |
| HSL | 7.38º | 0.58% | 0.22% | - |
| HSV(B) | 7.38º | 0.73% | 0.35% | - |
| XYZ | 4.8 | 3.22 | 1.23 | - |
| YUV | 48.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 24 | 0 | 0.64 | 0.73 | 0.65 | 7.38 | 0.58 | 0.22 |
| Hex | 59 | 20 | 18 | 0 | 40 | 49 | 41 | 7 | 3A | 16 |
| Octal | 131 | 40 | 30 | 0 | 100 | 111 | 101 | 7 | 72 | 26 |
| Binary | 1011001 | 100000 | 11000 | 0 | 1000000 | 1001001 | 1000001 | 111 | 111010 | 10110 |
Color Harmonies of #592018
Complementary color
Monochromatic Colors of #592018
Black with #592018
Text Example
Text Example
White with #592018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592018; }
p { color: rgb(89,32,24); }
H1.HeaderClassName
{
color: #592018;
}
.AnyTagClassName
{
color: #592018;
}
</style>
background-color css
<style>
a { background-color: #592018; }
a { background-color: rgb(89,32,24); }
div.DivClassName
{
background-color: #592018;
}
.BgClassName
{
background-color: #592018;
}
</style>
border-color css
<style>
span { border-color: #592018; }
span { border-color: rgb(89,32,24); }
td.TdClassName
{
border-color: #592018;
}
.TagClassName
{
border-color: #592018;
}
</style>