Shades of Caput Mortuum #59231F
Tints of Caput Mortuum #59231F
RGB
CMYK
RGB Variations
Color information
#59231F (or 0x59231F) is known color: Caput Mortuum. HEX triplet: 59, 23 and 1F. RGB value is (89,35,31). Sum of RGB (Red+Green+Blue) = 89+35+31=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59231F is #A6DCE0. Grayscale: #323232. Windows color (decimal): -10935521 or 2040665. OLE color: 2040665.
HSL color Cylindrical-coordinate representation of color #59231F: hue angle of 4.14º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59231F is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 35 | 31 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.65 |
| HSL | 4.14º | 0.48% | 0.24% | - |
| HSV(B) | 4.14º | 0.65% | 0.35% | - |
| XYZ | 4.97 | 3.42 | 1.7 | - |
| YUV | 50.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 35 | 31 | 0 | 0.61 | 0.65 | 0.65 | 4.14 | 0.48 | 0.24 |
| Hex | 59 | 23 | 1F | 0 | 3D | 41 | 41 | 4 | 30 | 18 |
| Octal | 131 | 43 | 37 | 0 | 75 | 101 | 101 | 4 | 60 | 30 |
| Binary | 1011001 | 100011 | 11111 | 0 | 111101 | 1000001 | 1000001 | 100 | 110000 | 11000 |
Color Harmonies of #59231F
Complementary color
Monochromatic Colors of #59231F
Black with #59231F
Text Example
Text Example
White with #59231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59231F; }
p { color: rgb(89,35,31); }
H1.HeaderClassName
{
color: #59231F;
}
.AnyTagClassName
{
color: #59231F;
}
</style>
background-color css
<style>
a { background-color: #59231F; }
a { background-color: rgb(89,35,31); }
div.DivClassName
{
background-color: #59231F;
}
.BgClassName
{
background-color: #59231F;
}
</style>
border-color css
<style>
span { border-color: #59231F; }
span { border-color: rgb(89,35,31); }
td.TdClassName
{
border-color: #59231F;
}
.TagClassName
{
border-color: #59231F;
}
</style>