Shades of Caput Mortuum #57281B
Tints of Caput Mortuum #57281B
RGB
CMYK
RGB Variations
Color information
#57281B (or 0x57281B) is known color: Caput Mortuum. HEX triplet: 57, 28 and 1B. RGB value is (87,40,27). Sum of RGB (Red+Green+Blue) = 87+40+27=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #57281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57281B is #A8D7E4. Grayscale: #343434. Windows color (decimal): -11065317 or 1779799. OLE color: 1779799.
HSL color Cylindrical-coordinate representation of color #57281B: hue angle of 13º 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 #57281B is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 40 | 27 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.66 |
| HSL | 13º | 0.53% | 0.22% | - |
| HSV(B) | 13º | 0.69% | 0.34% | - |
| XYZ | 4.89 | 3.62 | 1.48 | - |
| YUV | 52.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 40 | 27 | 0 | 0.54 | 0.69 | 0.66 | 13 | 0.53 | 0.22 |
| Hex | 57 | 28 | 1B | 0 | 36 | 45 | 42 | D | 35 | 16 |
| Octal | 127 | 50 | 33 | 0 | 66 | 105 | 102 | 15 | 65 | 26 |
| Binary | 1010111 | 101000 | 11011 | 0 | 110110 | 1000101 | 1000010 | 1101 | 110101 | 10110 |
Color Harmonies of #57281B
Complementary color
Monochromatic Colors of #57281B
Black with #57281B
Text Example
Text Example
White with #57281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57281B; }
p { color: rgb(87,40,27); }
H1.HeaderClassName
{
color: #57281B;
}
.AnyTagClassName
{
color: #57281B;
}
</style>
background-color css
<style>
a { background-color: #57281B; }
a { background-color: rgb(87,40,27); }
div.DivClassName
{
background-color: #57281B;
}
.BgClassName
{
background-color: #57281B;
}
</style>
border-color css
<style>
span { border-color: #57281B; }
span { border-color: rgb(87,40,27); }
td.TdClassName
{
border-color: #57281B;
}
.TagClassName
{
border-color: #57281B;
}
</style>