Shades of Caput Mortuum #502114
Tints of Caput Mortuum #502114
RGB
CMYK
RGB Variations
Color information
#502114 (or 0x502114) is known color: Caput Mortuum. HEX triplet: 50, 21 and 14. RGB value is (80,33,20). Sum of RGB (Red+Green+Blue) = 80+33+20=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #502114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502114 is #AFDEEB. Grayscale: #2D2D2D. Windows color (decimal): -11525868 or 1319248. OLE color: 1319248.
HSL color Cylindrical-coordinate representation of color #502114: hue angle of 13º 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 #502114 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 33 | 20 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.69 |
| HSL | 13º | 0.6% | 0.2% | - |
| HSV(B) | 13º | 0.75% | 0.31% | - |
| XYZ | 3.98 | 2.84 | 1 | - |
| YUV | 45.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 20 | 0 | 0.59 | 0.75 | 0.69 | 13 | 0.6 | 0.2 |
| Hex | 50 | 21 | 14 | 0 | 3B | 4B | 45 | D | 3C | 14 |
| Octal | 120 | 41 | 24 | 0 | 73 | 113 | 105 | 15 | 74 | 24 |
| Binary | 1010000 | 100001 | 10100 | 0 | 111011 | 1001011 | 1000101 | 1101 | 111100 | 10100 |
Color Harmonies of #502114
Complementary color
Monochromatic Colors of #502114
Black with #502114
Text Example
Text Example
White with #502114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502114; }
p { color: rgb(80,33,20); }
H1.HeaderClassName
{
color: #502114;
}
.AnyTagClassName
{
color: #502114;
}
</style>
background-color css
<style>
a { background-color: #502114; }
a { background-color: rgb(80,33,20); }
div.DivClassName
{
background-color: #502114;
}
.BgClassName
{
background-color: #502114;
}
</style>
border-color css
<style>
span { border-color: #502114; }
span { border-color: rgb(80,33,20); }
td.TdClassName
{
border-color: #502114;
}
.TagClassName
{
border-color: #502114;
}
</style>