Shades of Caput Mortuum #592019
Tints of Caput Mortuum #592019
RGB
CMYK
RGB Variations
Color information
#592019 (or 0x592019) is known color: Caput Mortuum. HEX triplet: 59, 20 and 19. RGB value is (89,32,25). Sum of RGB (Red+Green+Blue) = 89+32+25=146 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.96% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 89 - color contains mainly: red. Hex color #592019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592019 is #A6DFE6. Grayscale: #303030. Windows color (decimal): -10936295 or 1646681. OLE color: 1646681.
HSL color Cylindrical-coordinate representation of color #592019: hue angle of 6.56º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #592019 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 32 | 25 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.65 |
| HSL | 6.56º | 0.56% | 0.22% | - |
| HSV(B) | 6.56º | 0.72% | 0.35% | - |
| XYZ | 4.81 | 3.23 | 1.29 | - |
| YUV | 48.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 25 | 0 | 0.64 | 0.72 | 0.65 | 6.56 | 0.56 | 0.22 |
| Hex | 59 | 20 | 19 | 0 | 40 | 48 | 41 | 7 | 38 | 16 |
| Octal | 131 | 40 | 31 | 0 | 100 | 110 | 101 | 7 | 70 | 26 |
| Binary | 1011001 | 100000 | 11001 | 0 | 1000000 | 1001000 | 1000001 | 111 | 111000 | 10110 |
Color Harmonies of #592019
Complementary color
Monochromatic Colors of #592019
Black with #592019
Text Example
Text Example
White with #592019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592019; }
p { color: rgb(89,32,25); }
H1.HeaderClassName
{
color: #592019;
}
.AnyTagClassName
{
color: #592019;
}
</style>
background-color css
<style>
a { background-color: #592019; }
a { background-color: rgb(89,32,25); }
div.DivClassName
{
background-color: #592019;
}
.BgClassName
{
background-color: #592019;
}
</style>
border-color css
<style>
span { border-color: #592019; }
span { border-color: rgb(89,32,25); }
td.TdClassName
{
border-color: #592019;
}
.TagClassName
{
border-color: #592019;
}
</style>