Shades of Caput Mortuum #59271F
Tints of Caput Mortuum #59271F
RGB
CMYK
RGB Variations
Color information
#59271F (or 0x59271F) is known color: Caput Mortuum. HEX triplet: 59, 27 and 1F. RGB value is (89,39,31). Sum of RGB (Red+Green+Blue) = 89+39+31=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #59271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59271F is #A6D8E0. Grayscale: #353535. Windows color (decimal): -10934497 or 2041689. OLE color: 2041689.
HSL color Cylindrical-coordinate representation of color #59271F: hue angle of 8.28º 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 #59271F is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 39 | 31 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.65 |
| HSL | 8.28º | 0.48% | 0.24% | - |
| HSV(B) | 8.28º | 0.65% | 0.35% | - |
| XYZ | 5.09 | 3.67 | 1.74 | - |
| YUV | 53.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 39 | 31 | 0 | 0.56 | 0.65 | 0.65 | 8.28 | 0.48 | 0.24 |
| Hex | 59 | 27 | 1F | 0 | 38 | 41 | 41 | 8 | 30 | 18 |
| Octal | 131 | 47 | 37 | 0 | 70 | 101 | 101 | 10 | 60 | 30 |
| Binary | 1011001 | 100111 | 11111 | 0 | 111000 | 1000001 | 1000001 | 1000 | 110000 | 11000 |
Color Harmonies of #59271F
Complementary color
Monochromatic Colors of #59271F
Black with #59271F
Text Example
Text Example
White with #59271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59271F; }
p { color: rgb(89,39,31); }
H1.HeaderClassName
{
color: #59271F;
}
.AnyTagClassName
{
color: #59271F;
}
</style>
background-color css
<style>
a { background-color: #59271F; }
a { background-color: rgb(89,39,31); }
div.DivClassName
{
background-color: #59271F;
}
.BgClassName
{
background-color: #59271F;
}
</style>
border-color css
<style>
span { border-color: #59271F; }
span { border-color: rgb(89,39,31); }
td.TdClassName
{
border-color: #59271F;
}
.TagClassName
{
border-color: #59271F;
}
</style>