Shades of Caput Mortuum #592A23
Tints of Caput Mortuum #592A23
RGB
CMYK
RGB Variations
Color information
#592A23 (or 0x592A23) is known color: Caput Mortuum. HEX triplet: 59, 2A and 23. RGB value is (89,42,35). Sum of RGB (Red+Green+Blue) = 89+42+35=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #592A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A23 is #A6D5DC. Grayscale: #373737. Windows color (decimal): -10933725 or 2304601. OLE color: 2304601.
HSL color Cylindrical-coordinate representation of color #592A23: hue angle of 7.78º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #592A23 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 42 | 35 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.65 |
| HSL | 7.78º | 0.44% | 0.24% | - |
| HSV(B) | 7.78º | 0.61% | 0.35% | - |
| XYZ | 5.25 | 3.9 | 2.07 | - |
| YUV | 55.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 35 | 0 | 0.53 | 0.61 | 0.65 | 7.78 | 0.44 | 0.24 |
| Hex | 59 | 2A | 23 | 0 | 35 | 3D | 41 | 8 | 2C | 18 |
| Octal | 131 | 52 | 43 | 0 | 65 | 75 | 101 | 10 | 54 | 30 |
| Binary | 1011001 | 101010 | 100011 | 0 | 110101 | 111101 | 1000001 | 1000 | 101100 | 11000 |
Color Harmonies of #592A23
Complementary color
Monochromatic Colors of #592A23
Black with #592A23
Text Example
Text Example
White with #592A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592A23; }
p { color: rgb(89,42,35); }
H1.HeaderClassName
{
color: #592A23;
}
.AnyTagClassName
{
color: #592A23;
}
</style>
background-color css
<style>
a { background-color: #592A23; }
a { background-color: rgb(89,42,35); }
div.DivClassName
{
background-color: #592A23;
}
.BgClassName
{
background-color: #592A23;
}
</style>
border-color css
<style>
span { border-color: #592A23; }
span { border-color: rgb(89,42,35); }
td.TdClassName
{
border-color: #592A23;
}
.TagClassName
{
border-color: #592A23;
}
</style>