Shades of Caput Mortuum #57211B
Tints of Caput Mortuum #57211B
RGB
CMYK
RGB Variations
Color information
#57211B (or 0x57211B) is known color: Caput Mortuum. HEX triplet: 57, 21 and 1B. RGB value is (87,33,27). Sum of RGB (Red+Green+Blue) = 87+33+27=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #57211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57211B is #A8DEE4. Grayscale: #303030. Windows color (decimal): -11067109 or 1778007. OLE color: 1778007.
HSL color Cylindrical-coordinate representation of color #57211B: hue angle of 6º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57211B is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 33 | 27 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.66 |
| HSL | 6º | 0.53% | 0.22% | - |
| HSV(B) | 6º | 0.69% | 0.34% | - |
| XYZ | 4.67 | 3.19 | 1.41 | - |
| YUV | 48.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 27 | 0 | 0.62 | 0.69 | 0.66 | 6 | 0.53 | 0.22 |
| Hex | 57 | 21 | 1B | 0 | 3E | 45 | 42 | 6 | 35 | 16 |
| Octal | 127 | 41 | 33 | 0 | 76 | 105 | 102 | 6 | 65 | 26 |
| Binary | 1010111 | 100001 | 11011 | 0 | 111110 | 1000101 | 1000010 | 110 | 110101 | 10110 |
Color Harmonies of #57211B
Complementary color
Monochromatic Colors of #57211B
Black with #57211B
Text Example
Text Example
White with #57211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57211B; }
p { color: rgb(87,33,27); }
H1.HeaderClassName
{
color: #57211B;
}
.AnyTagClassName
{
color: #57211B;
}
</style>
background-color css
<style>
a { background-color: #57211B; }
a { background-color: rgb(87,33,27); }
div.DivClassName
{
background-color: #57211B;
}
.BgClassName
{
background-color: #57211B;
}
</style>
border-color css
<style>
span { border-color: #57211B; }
span { border-color: rgb(87,33,27); }
td.TdClassName
{
border-color: #57211B;
}
.TagClassName
{
border-color: #57211B;
}
</style>