Shades of Caput Mortuum #57241D
Tints of Caput Mortuum #57241D
RGB
CMYK
RGB Variations
Color information
#57241D (or 0x57241D) is known color: Caput Mortuum. HEX triplet: 57, 24 and 1D. RGB value is (87,36,29). Sum of RGB (Red+Green+Blue) = 87+36+29=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #57241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57241D is #A8DBE2. Grayscale: #323232. Windows color (decimal): -11066339 or 1909847. OLE color: 1909847.
HSL color Cylindrical-coordinate representation of color #57241D: hue angle of 7.24º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #57241D is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 36 | 29 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.66 |
| HSL | 7.24º | 0.5% | 0.23% | - |
| HSV(B) | 7.24º | 0.67% | 0.34% | - |
| XYZ | 4.78 | 3.38 | 1.56 | - |
| YUV | 50.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 36 | 29 | 0 | 0.59 | 0.67 | 0.66 | 7.24 | 0.5 | 0.23 |
| Hex | 57 | 24 | 1D | 0 | 3B | 43 | 42 | 7 | 32 | 17 |
| Octal | 127 | 44 | 35 | 0 | 73 | 103 | 102 | 7 | 62 | 27 |
| Binary | 1010111 | 100100 | 11101 | 0 | 111011 | 1000011 | 1000010 | 111 | 110010 | 10111 |
Color Harmonies of #57241D
Complementary color
Monochromatic Colors of #57241D
Black with #57241D
Text Example
Text Example
White with #57241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57241D; }
p { color: rgb(87,36,29); }
H1.HeaderClassName
{
color: #57241D;
}
.AnyTagClassName
{
color: #57241D;
}
</style>
background-color css
<style>
a { background-color: #57241D; }
a { background-color: rgb(87,36,29); }
div.DivClassName
{
background-color: #57241D;
}
.BgClassName
{
background-color: #57241D;
}
</style>
border-color css
<style>
span { border-color: #57241D; }
span { border-color: rgb(87,36,29); }
td.TdClassName
{
border-color: #57241D;
}
.TagClassName
{
border-color: #57241D;
}
</style>