Shades of Caput Mortuum #571A04
Tints of Caput Mortuum #571A04
RGB
CMYK
RGB Variations
Color information
#571A04 (or 0x571A04) is known color: Caput Mortuum. HEX triplet: 57, 1A and 04. RGB value is (87,26,4). Sum of RGB (Red+Green+Blue) = 87+26+4=117 (15% of max value = 765). Red value is 87 (34.38% from 255 or 74.36% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 87 - color contains mainly: red. Hex color #571A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571A04 is #A8E5FB. Grayscale: #292929. Windows color (decimal): -11068924 or 268887. OLE color: 268887.
HSL color Cylindrical-coordinate representation of color #571A04: hue angle of 15.9º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #571A04 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 26 | 4 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.66 |
| HSL | 15.9º | 0.91% | 0.18% | - |
| HSV(B) | 15.9º | 0.95% | 0.34% | - |
| XYZ | 4.32 | 2.77 | 0.42 | - |
| YUV | 41.73 | 106.71 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 4 | 0 | 0.70 | 0.95 | 0.66 | 15.9 | 0.91 | 0.18 |
| Hex | 57 | 1A | 4 | 0 | 46 | 5F | 42 | 10 | 5B | 12 |
| Octal | 127 | 32 | 4 | 0 | 106 | 137 | 102 | 20 | 133 | 22 |
| Binary | 1010111 | 11010 | 100 | 0 | 1000110 | 1011111 | 1000010 | 10000 | 1011011 | 10010 |
Color Harmonies of #571A04
Complementary color
Monochromatic Colors of #571A04
Black with #571A04
Text Example
Text Example
White with #571A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571A04; }
p { color: rgb(87,26,4); }
H1.HeaderClassName
{
color: #571A04;
}
.AnyTagClassName
{
color: #571A04;
}
</style>
background-color css
<style>
a { background-color: #571A04; }
a { background-color: rgb(87,26,4); }
div.DivClassName
{
background-color: #571A04;
}
.BgClassName
{
background-color: #571A04;
}
</style>
border-color css
<style>
span { border-color: #571A04; }
span { border-color: rgb(87,26,4); }
td.TdClassName
{
border-color: #571A04;
}
.TagClassName
{
border-color: #571A04;
}
</style>