Shades of Caput Mortuum #592C22
Tints of Caput Mortuum #592C22
RGB
CMYK
RGB Variations
Color information
#592C22 (or 0x592C22) is known color: Caput Mortuum. HEX triplet: 59, 2C and 22. RGB value is (89,44,34). Sum of RGB (Red+Green+Blue) = 89+44+34=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #592C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C22 is #A6D3DD. Grayscale: #383838. Windows color (decimal): -10933214 or 2239577. OLE color: 2239577.
HSL color Cylindrical-coordinate representation of color #592C22: hue angle of 10.91º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #592C22 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 34 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.65 |
| HSL | 10.91º | 0.45% | 0.24% | - |
| HSV(B) | 10.91º | 0.62% | 0.35% | - |
| XYZ | 5.31 | 4.04 | 2.01 | - |
| YUV | 56.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 34 | 0 | 0.51 | 0.62 | 0.65 | 10.91 | 0.45 | 0.24 |
| Hex | 59 | 2C | 22 | 0 | 33 | 3E | 41 | B | 2D | 18 |
| Octal | 131 | 54 | 42 | 0 | 63 | 76 | 101 | 13 | 55 | 30 |
| Binary | 1011001 | 101100 | 100010 | 0 | 110011 | 111110 | 1000001 | 1011 | 101101 | 11000 |
Color Harmonies of #592C22
Complementary color
Monochromatic Colors of #592C22
Black with #592C22
Text Example
Text Example
White with #592C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C22; }
p { color: rgb(89,44,34); }
H1.HeaderClassName
{
color: #592C22;
}
.AnyTagClassName
{
color: #592C22;
}
</style>
background-color css
<style>
a { background-color: #592C22; }
a { background-color: rgb(89,44,34); }
div.DivClassName
{
background-color: #592C22;
}
.BgClassName
{
background-color: #592C22;
}
</style>
border-color css
<style>
span { border-color: #592C22; }
span { border-color: rgb(89,44,34); }
td.TdClassName
{
border-color: #592C22;
}
.TagClassName
{
border-color: #592C22;
}
</style>