Shades of Caput Mortuum #502011
Tints of Caput Mortuum #502011
RGB
CMYK
RGB Variations
Color information
#502011 (or 0x502011) is known color: Caput Mortuum. HEX triplet: 50, 20 and 11. RGB value is (80,32,17). Sum of RGB (Red+Green+Blue) = 80+32+17=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #502011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502011 is #AFDFEE. Grayscale: #2C2C2C. Windows color (decimal): -11526127 or 1122384. OLE color: 1122384.
HSL color Cylindrical-coordinate representation of color #502011: hue angle of 14.29º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502011 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 32 | 17 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.69 |
| HSL | 14.29º | 0.65% | 0.19% | - |
| HSV(B) | 14.29º | 0.79% | 0.31% | - |
| XYZ | 3.93 | 2.78 | 0.86 | - |
| YUV | 44.64 | 112.4 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 17 | 0 | 0.60 | 0.79 | 0.69 | 14.29 | 0.65 | 0.19 |
| Hex | 50 | 20 | 11 | 0 | 3C | 4F | 45 | E | 41 | 13 |
| Octal | 120 | 40 | 21 | 0 | 74 | 117 | 105 | 16 | 101 | 23 |
| Binary | 1010000 | 100000 | 10001 | 0 | 111100 | 1001111 | 1000101 | 1110 | 1000001 | 10011 |
Color Harmonies of #502011
Complementary color
Monochromatic Colors of #502011
Black with #502011
Text Example
Text Example
White with #502011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502011; }
p { color: rgb(80,32,17); }
H1.HeaderClassName
{
color: #502011;
}
.AnyTagClassName
{
color: #502011;
}
</style>
background-color css
<style>
a { background-color: #502011; }
a { background-color: rgb(80,32,17); }
div.DivClassName
{
background-color: #502011;
}
.BgClassName
{
background-color: #502011;
}
</style>
border-color css
<style>
span { border-color: #502011; }
span { border-color: rgb(80,32,17); }
td.TdClassName
{
border-color: #502011;
}
.TagClassName
{
border-color: #502011;
}
</style>