Shades of Caput Mortuum #57210F
Tints of Caput Mortuum #57210F
RGB
CMYK
RGB Variations
Color information
#57210F (or 0x57210F) is known color: Caput Mortuum. HEX triplet: 57, 21 and 0F. RGB value is (87,33,15). Sum of RGB (Red+Green+Blue) = 87+33+15=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #57210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57210F is #A8DEF0. Grayscale: #2F2F2F. Windows color (decimal): -11067121 or 991575. OLE color: 991575.
HSL color Cylindrical-coordinate representation of color #57210F: hue angle of 15º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57210F is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 33 | 15 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.66 |
| HSL | 15º | 0.71% | 0.2% | - |
| HSV(B) | 15º | 0.83% | 0.34% | - |
| XYZ | 4.56 | 3.15 | 0.82 | - |
| YUV | 47.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 15 | 0 | 0.62 | 0.83 | 0.66 | 15 | 0.71 | 0.2 |
| Hex | 57 | 21 | F | 0 | 3E | 53 | 42 | F | 47 | 14 |
| Octal | 127 | 41 | 17 | 0 | 76 | 123 | 102 | 17 | 107 | 24 |
| Binary | 1010111 | 100001 | 1111 | 0 | 111110 | 1010011 | 1000010 | 1111 | 1000111 | 10100 |
Color Harmonies of #57210F
Complementary color
Monochromatic Colors of #57210F
Black with #57210F
Text Example
Text Example
White with #57210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57210F; }
p { color: rgb(87,33,15); }
H1.HeaderClassName
{
color: #57210F;
}
.AnyTagClassName
{
color: #57210F;
}
</style>
background-color css
<style>
a { background-color: #57210F; }
a { background-color: rgb(87,33,15); }
div.DivClassName
{
background-color: #57210F;
}
.BgClassName
{
background-color: #57210F;
}
</style>
border-color css
<style>
span { border-color: #57210F; }
span { border-color: rgb(87,33,15); }
td.TdClassName
{
border-color: #57210F;
}
.TagClassName
{
border-color: #57210F;
}
</style>