Shades of Caput Mortuum #592B1B
Tints of Caput Mortuum #592B1B
RGB
CMYK
RGB Variations
Color information
#592B1B (or 0x592B1B) is known color: Caput Mortuum. HEX triplet: 59, 2B and 1B. RGB value is (89,43,27). Sum of RGB (Red+Green+Blue) = 89+43+27=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #592B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592B1B is #A6D4E4. Grayscale: #373737. Windows color (decimal): -10933477 or 1780569. OLE color: 1780569.
HSL color Cylindrical-coordinate representation of color #592B1B: hue angle of 15.48º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #592B1B is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 43 | 27 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.65 |
| HSL | 15.48º | 0.53% | 0.23% | - |
| HSV(B) | 15.48º | 0.7% | 0.35% | - |
| XYZ | 5.18 | 3.93 | 1.52 | - |
| YUV | 54.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 27 | 0 | 0.52 | 0.70 | 0.65 | 15.48 | 0.53 | 0.23 |
| Hex | 59 | 2B | 1B | 0 | 34 | 46 | 41 | F | 35 | 17 |
| Octal | 131 | 53 | 33 | 0 | 64 | 106 | 101 | 17 | 65 | 27 |
| Binary | 1011001 | 101011 | 11011 | 0 | 110100 | 1000110 | 1000001 | 1111 | 110101 | 10111 |
Color Harmonies of #592B1B
Complementary color
Monochromatic Colors of #592B1B
Black with #592B1B
Text Example
Text Example
White with #592B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592B1B; }
p { color: rgb(89,43,27); }
H1.HeaderClassName
{
color: #592B1B;
}
.AnyTagClassName
{
color: #592B1B;
}
</style>
background-color css
<style>
a { background-color: #592B1B; }
a { background-color: rgb(89,43,27); }
div.DivClassName
{
background-color: #592B1B;
}
.BgClassName
{
background-color: #592B1B;
}
</style>
border-color css
<style>
span { border-color: #592B1B; }
span { border-color: rgb(89,43,27); }
td.TdClassName
{
border-color: #592B1B;
}
.TagClassName
{
border-color: #592B1B;
}
</style>