Shades of Caput Mortuum #57291F
Tints of Caput Mortuum #57291F
RGB
CMYK
RGB Variations
Color information
#57291F (or 0x57291F) is known color: Caput Mortuum. HEX triplet: 57, 29 and 1F. RGB value is (87,41,31). Sum of RGB (Red+Green+Blue) = 87+41+31=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #57291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57291F is #A8D6E0. Grayscale: #353535. Windows color (decimal): -11065057 or 2042199. OLE color: 2042199.
HSL color Cylindrical-coordinate representation of color #57291F: hue angle of 10.71º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57291F is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 41 | 31 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.66 |
| HSL | 10.71º | 0.47% | 0.23% | - |
| HSV(B) | 10.71º | 0.64% | 0.34% | - |
| XYZ | 4.97 | 3.71 | 1.75 | - |
| YUV | 53.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 31 | 0 | 0.53 | 0.64 | 0.66 | 10.71 | 0.47 | 0.23 |
| Hex | 57 | 29 | 1F | 0 | 35 | 40 | 42 | B | 2F | 17 |
| Octal | 127 | 51 | 37 | 0 | 65 | 100 | 102 | 13 | 57 | 27 |
| Binary | 1010111 | 101001 | 11111 | 0 | 110101 | 1000000 | 1000010 | 1011 | 101111 | 10111 |
Color Harmonies of #57291F
Complementary color
Monochromatic Colors of #57291F
Black with #57291F
Text Example
Text Example
White with #57291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57291F; }
p { color: rgb(87,41,31); }
H1.HeaderClassName
{
color: #57291F;
}
.AnyTagClassName
{
color: #57291F;
}
</style>
background-color css
<style>
a { background-color: #57291F; }
a { background-color: rgb(87,41,31); }
div.DivClassName
{
background-color: #57291F;
}
.BgClassName
{
background-color: #57291F;
}
</style>
border-color css
<style>
span { border-color: #57291F; }
span { border-color: rgb(87,41,31); }
td.TdClassName
{
border-color: #57291F;
}
.TagClassName
{
border-color: #57291F;
}
</style>