Shades of Caput Mortuum #57261E
Tints of Caput Mortuum #57261E
RGB
CMYK
RGB Variations
Color information
#57261E (or 0x57261E) is known color: Caput Mortuum. HEX triplet: 57, 26 and 1E. RGB value is (87,38,30). Sum of RGB (Red+Green+Blue) = 87+38+30=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #57261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57261E is #A8D9E1. Grayscale: #333333. Windows color (decimal): -11065826 or 1975895. OLE color: 1975895.
HSL color Cylindrical-coordinate representation of color #57261E: hue angle of 8.42º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57261E is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 38 | 30 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.66 |
| HSL | 8.42º | 0.49% | 0.23% | - |
| HSV(B) | 8.42º | 0.66% | 0.34% | - |
| XYZ | 4.86 | 3.51 | 1.65 | - |
| YUV | 51.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 38 | 30 | 0 | 0.56 | 0.66 | 0.66 | 8.42 | 0.49 | 0.23 |
| Hex | 57 | 26 | 1E | 0 | 38 | 42 | 42 | 8 | 31 | 17 |
| Octal | 127 | 46 | 36 | 0 | 70 | 102 | 102 | 10 | 61 | 27 |
| Binary | 1010111 | 100110 | 11110 | 0 | 111000 | 1000010 | 1000010 | 1000 | 110001 | 10111 |
Color Harmonies of #57261E
Complementary color
Monochromatic Colors of #57261E
Black with #57261E
Text Example
Text Example
White with #57261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57261E; }
p { color: rgb(87,38,30); }
H1.HeaderClassName
{
color: #57261E;
}
.AnyTagClassName
{
color: #57261E;
}
</style>
background-color css
<style>
a { background-color: #57261E; }
a { background-color: rgb(87,38,30); }
div.DivClassName
{
background-color: #57261E;
}
.BgClassName
{
background-color: #57261E;
}
</style>
border-color css
<style>
span { border-color: #57261E; }
span { border-color: rgb(87,38,30); }
td.TdClassName
{
border-color: #57261E;
}
.TagClassName
{
border-color: #57261E;
}
</style>