Shades of Caput Mortuum #592A1D
Tints of Caput Mortuum #592A1D
RGB
CMYK
RGB Variations
Color information
#592A1D (or 0x592A1D) is known color: Caput Mortuum. HEX triplet: 59, 2A and 1D. RGB value is (89,42,29). Sum of RGB (Red+Green+Blue) = 89+42+29=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #592A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A1D is #A6D5E2. Grayscale: #363636. Windows color (decimal): -10933731 or 1911385. OLE color: 1911385.
HSL color Cylindrical-coordinate representation of color #592A1D: hue angle of 13º 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 #592A1D is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 42 | 29 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.65 |
| HSL | 13º | 0.51% | 0.23% | - |
| HSV(B) | 13º | 0.67% | 0.35% | - |
| XYZ | 5.17 | 3.87 | 1.64 | - |
| YUV | 54.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 29 | 0 | 0.53 | 0.67 | 0.65 | 13 | 0.51 | 0.23 |
| Hex | 59 | 2A | 1D | 0 | 35 | 43 | 41 | D | 33 | 17 |
| Octal | 131 | 52 | 35 | 0 | 65 | 103 | 101 | 15 | 63 | 27 |
| Binary | 1011001 | 101010 | 11101 | 0 | 110101 | 1000011 | 1000001 | 1101 | 110011 | 10111 |
Color Harmonies of #592A1D
Complementary color
Monochromatic Colors of #592A1D
Black with #592A1D
Text Example
Text Example
White with #592A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592A1D; }
p { color: rgb(89,42,29); }
H1.HeaderClassName
{
color: #592A1D;
}
.AnyTagClassName
{
color: #592A1D;
}
</style>
background-color css
<style>
a { background-color: #592A1D; }
a { background-color: rgb(89,42,29); }
div.DivClassName
{
background-color: #592A1D;
}
.BgClassName
{
background-color: #592A1D;
}
</style>
border-color css
<style>
span { border-color: #592A1D; }
span { border-color: rgb(89,42,29); }
td.TdClassName
{
border-color: #592A1D;
}
.TagClassName
{
border-color: #592A1D;
}
</style>