Shades of Caput Mortuum #571C0F
Tints of Caput Mortuum #571C0F
RGB
CMYK
RGB Variations
Color information
#571C0F (or 0x571C0F) is known color: Caput Mortuum. HEX triplet: 57, 1C and 0F. RGB value is (87,28,15). Sum of RGB (Red+Green+Blue) = 87+28+15=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #571C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571C0F is #A8E3F0. Grayscale: #2C2C2C. Windows color (decimal): -11068401 or 990295. OLE color: 990295.
HSL color Cylindrical-coordinate representation of color #571C0F: hue angle of 10.83º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #571C0F is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 28 | 15 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.66 |
| HSL | 10.83º | 0.71% | 0.2% | - |
| HSV(B) | 10.83º | 0.83% | 0.34% | - |
| XYZ | 4.43 | 2.89 | 0.78 | - |
| YUV | 44.16 | 111.55 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 28 | 15 | 0 | 0.68 | 0.83 | 0.66 | 10.83 | 0.71 | 0.2 |
| Hex | 57 | 1C | F | 0 | 44 | 53 | 42 | B | 47 | 14 |
| Octal | 127 | 34 | 17 | 0 | 104 | 123 | 102 | 13 | 107 | 24 |
| Binary | 1010111 | 11100 | 1111 | 0 | 1000100 | 1010011 | 1000010 | 1011 | 1000111 | 10100 |
Color Harmonies of #571C0F
Complementary color
Monochromatic Colors of #571C0F
Black with #571C0F
Text Example
Text Example
White with #571C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571C0F; }
p { color: rgb(87,28,15); }
H1.HeaderClassName
{
color: #571C0F;
}
.AnyTagClassName
{
color: #571C0F;
}
</style>
background-color css
<style>
a { background-color: #571C0F; }
a { background-color: rgb(87,28,15); }
div.DivClassName
{
background-color: #571C0F;
}
.BgClassName
{
background-color: #571C0F;
}
</style>
border-color css
<style>
span { border-color: #571C0F; }
span { border-color: rgb(87,28,15); }
td.TdClassName
{
border-color: #571C0F;
}
.TagClassName
{
border-color: #571C0F;
}
</style>