Shades of Caput Mortuum #592C1D
Tints of Caput Mortuum #592C1D
RGB
CMYK
RGB Variations
Color information
#592C1D (or 0x592C1D) is known color: Caput Mortuum. HEX triplet: 59, 2C and 1D. RGB value is (89,44,29). Sum of RGB (Red+Green+Blue) = 89+44+29=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #592C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C1D is #A6D3E2. Grayscale: #373737. Windows color (decimal): -10933219 or 1911897. OLE color: 1911897.
HSL color Cylindrical-coordinate representation of color #592C1D: hue angle of 15º 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 #592C1D is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 29 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.65 |
| HSL | 15º | 0.51% | 0.23% | - |
| HSV(B) | 15º | 0.67% | 0.35% | - |
| XYZ | 5.24 | 4.01 | 1.66 | - |
| YUV | 55.75 | 112.91 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 29 | 0 | 0.51 | 0.67 | 0.65 | 15 | 0.51 | 0.23 |
| Hex | 59 | 2C | 1D | 0 | 33 | 43 | 41 | F | 33 | 17 |
| Octal | 131 | 54 | 35 | 0 | 63 | 103 | 101 | 17 | 63 | 27 |
| Binary | 1011001 | 101100 | 11101 | 0 | 110011 | 1000011 | 1000001 | 1111 | 110011 | 10111 |
Color Harmonies of #592C1D
Complementary color
Monochromatic Colors of #592C1D
Black with #592C1D
Text Example
Text Example
White with #592C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C1D; }
p { color: rgb(89,44,29); }
H1.HeaderClassName
{
color: #592C1D;
}
.AnyTagClassName
{
color: #592C1D;
}
</style>
background-color css
<style>
a { background-color: #592C1D; }
a { background-color: rgb(89,44,29); }
div.DivClassName
{
background-color: #592C1D;
}
.BgClassName
{
background-color: #592C1D;
}
</style>
border-color css
<style>
span { border-color: #592C1D; }
span { border-color: rgb(89,44,29); }
td.TdClassName
{
border-color: #592C1D;
}
.TagClassName
{
border-color: #592C1D;
}
</style>