Shades of Caput Mortuum #57261D
Tints of Caput Mortuum #57261D
RGB
CMYK
RGB Variations
Color information
#57261D (or 0x57261D) is known color: Caput Mortuum. HEX triplet: 57, 26 and 1D. RGB value is (87,38,29). Sum of RGB (Red+Green+Blue) = 87+38+29=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #57261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57261D is #A8D9E2. Grayscale: #333333. Windows color (decimal): -11065827 or 1910359. OLE color: 1910359.
HSL color Cylindrical-coordinate representation of color #57261D: hue angle of 9.31º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #57261D is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 38 | 29 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.66 |
| HSL | 9.31º | 0.5% | 0.23% | - |
| HSV(B) | 9.31º | 0.67% | 0.34% | - |
| XYZ | 4.85 | 3.5 | 1.58 | - |
| YUV | 51.63 | 115.23 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 38 | 29 | 0 | 0.56 | 0.67 | 0.66 | 9.31 | 0.5 | 0.23 |
| Hex | 57 | 26 | 1D | 0 | 38 | 43 | 42 | 9 | 32 | 17 |
| Octal | 127 | 46 | 35 | 0 | 70 | 103 | 102 | 11 | 62 | 27 |
| Binary | 1010111 | 100110 | 11101 | 0 | 111000 | 1000011 | 1000010 | 1001 | 110010 | 10111 |
Color Harmonies of #57261D
Complementary color
Monochromatic Colors of #57261D
Black with #57261D
Text Example
Text Example
White with #57261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57261D; }
p { color: rgb(87,38,29); }
H1.HeaderClassName
{
color: #57261D;
}
.AnyTagClassName
{
color: #57261D;
}
</style>
background-color css
<style>
a { background-color: #57261D; }
a { background-color: rgb(87,38,29); }
div.DivClassName
{
background-color: #57261D;
}
.BgClassName
{
background-color: #57261D;
}
</style>
border-color css
<style>
span { border-color: #57261D; }
span { border-color: rgb(87,38,29); }
td.TdClassName
{
border-color: #57261D;
}
.TagClassName
{
border-color: #57261D;
}
</style>