Shades of Caput Mortuum #502014
Tints of Caput Mortuum #502014
RGB
CMYK
RGB Variations
Color information
#502014 (or 0x502014) is known color: Caput Mortuum. HEX triplet: 50, 20 and 14. RGB value is (80,32,20). Sum of RGB (Red+Green+Blue) = 80+32+20=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #502014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502014 is #AFDFEB. Grayscale: #2D2D2D. Windows color (decimal): -11526124 or 1318992. OLE color: 1318992.
HSL color Cylindrical-coordinate representation of color #502014: hue angle of 12º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #502014 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 32 | 20 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.69 |
| HSL | 12º | 0.6% | 0.2% | - |
| HSV(B) | 12º | 0.75% | 0.31% | - |
| XYZ | 3.95 | 2.79 | 0.99 | - |
| YUV | 44.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 20 | 0 | 0.60 | 0.75 | 0.69 | 12 | 0.6 | 0.2 |
| Hex | 50 | 20 | 14 | 0 | 3C | 4B | 45 | C | 3C | 14 |
| Octal | 120 | 40 | 24 | 0 | 74 | 113 | 105 | 14 | 74 | 24 |
| Binary | 1010000 | 100000 | 10100 | 0 | 111100 | 1001011 | 1000101 | 1100 | 111100 | 10100 |
Color Harmonies of #502014
Complementary color
Monochromatic Colors of #502014
Black with #502014
Text Example
Text Example
White with #502014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502014; }
p { color: rgb(80,32,20); }
H1.HeaderClassName
{
color: #502014;
}
.AnyTagClassName
{
color: #502014;
}
</style>
background-color css
<style>
a { background-color: #502014; }
a { background-color: rgb(80,32,20); }
div.DivClassName
{
background-color: #502014;
}
.BgClassName
{
background-color: #502014;
}
</style>
border-color css
<style>
span { border-color: #502014; }
span { border-color: rgb(80,32,20); }
td.TdClassName
{
border-color: #502014;
}
.TagClassName
{
border-color: #502014;
}
</style>