Shades of Caput Mortuum #571A07
Tints of Caput Mortuum #571A07
RGB
CMYK
RGB Variations
Color information
#571A07 (or 0x571A07) is known color: Caput Mortuum. HEX triplet: 57, 1A and 07. RGB value is (87,26,7). Sum of RGB (Red+Green+Blue) = 87+26+7=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #571A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571A07 is #A8E5F8. Grayscale: #2A2A2A. Windows color (decimal): -11068921 or 465495. OLE color: 465495.
HSL color Cylindrical-coordinate representation of color #571A07: hue angle of 14.25º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #571A07 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 26 | 7 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.66 |
| HSL | 14.25º | 0.85% | 0.18% | - |
| HSV(B) | 14.25º | 0.92% | 0.34% | - |
| XYZ | 4.34 | 2.78 | 0.51 | - |
| YUV | 42.07 | 108.21 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 7 | 0 | 0.70 | 0.92 | 0.66 | 14.25 | 0.85 | 0.18 |
| Hex | 57 | 1A | 7 | 0 | 46 | 5C | 42 | E | 55 | 12 |
| Octal | 127 | 32 | 7 | 0 | 106 | 134 | 102 | 16 | 125 | 22 |
| Binary | 1010111 | 11010 | 111 | 0 | 1000110 | 1011100 | 1000010 | 1110 | 1010101 | 10010 |
Color Harmonies of #571A07
Complementary color
Monochromatic Colors of #571A07
Black with #571A07
Text Example
Text Example
White with #571A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571A07; }
p { color: rgb(87,26,7); }
H1.HeaderClassName
{
color: #571A07;
}
.AnyTagClassName
{
color: #571A07;
}
</style>
background-color css
<style>
a { background-color: #571A07; }
a { background-color: rgb(87,26,7); }
div.DivClassName
{
background-color: #571A07;
}
.BgClassName
{
background-color: #571A07;
}
</style>
border-color css
<style>
span { border-color: #571A07; }
span { border-color: rgb(87,26,7); }
td.TdClassName
{
border-color: #571A07;
}
.TagClassName
{
border-color: #571A07;
}
</style>