Shades of Caput Mortuum #57201A
Tints of Caput Mortuum #57201A
RGB
CMYK
RGB Variations
Color information
#57201A (or 0x57201A) is known color: Caput Mortuum. HEX triplet: 57, 20 and 1A. RGB value is (87,32,26). Sum of RGB (Red+Green+Blue) = 87+32+26=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #57201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57201A is #A8DFE5. Grayscale: #2F2F2F. Windows color (decimal): -11067366 or 1712215. OLE color: 1712215.
HSL color Cylindrical-coordinate representation of color #57201A: hue angle of 5.9º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57201A is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 32 | 26 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.66 |
| HSL | 5.9º | 0.54% | 0.22% | - |
| HSV(B) | 5.9º | 0.7% | 0.34% | - |
| XYZ | 4.63 | 3.13 | 1.34 | - |
| YUV | 47.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 32 | 26 | 0 | 0.63 | 0.70 | 0.66 | 5.9 | 0.54 | 0.22 |
| Hex | 57 | 20 | 1A | 0 | 3F | 46 | 42 | 6 | 36 | 16 |
| Octal | 127 | 40 | 32 | 0 | 77 | 106 | 102 | 6 | 66 | 26 |
| Binary | 1010111 | 100000 | 11010 | 0 | 111111 | 1000110 | 1000010 | 110 | 110110 | 10110 |
Color Harmonies of #57201A
Complementary color
Monochromatic Colors of #57201A
Black with #57201A
Text Example
Text Example
White with #57201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57201A; }
p { color: rgb(87,32,26); }
H1.HeaderClassName
{
color: #57201A;
}
.AnyTagClassName
{
color: #57201A;
}
</style>
background-color css
<style>
a { background-color: #57201A; }
a { background-color: rgb(87,32,26); }
div.DivClassName
{
background-color: #57201A;
}
.BgClassName
{
background-color: #57201A;
}
</style>
border-color css
<style>
span { border-color: #57201A; }
span { border-color: rgb(87,32,26); }
td.TdClassName
{
border-color: #57201A;
}
.TagClassName
{
border-color: #57201A;
}
</style>