Shades of Caput Mortuum #501D0E
Tints of Caput Mortuum #501D0E
RGB
CMYK
RGB Variations
Color information
#501D0E (or 0x501D0E) is known color: Caput Mortuum. HEX triplet: 50, 1D and 0E. RGB value is (80,29,14). Sum of RGB (Red+Green+Blue) = 80+29+14=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #501D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501D0E is #AFE2F1. Grayscale: #2A2A2A. Windows color (decimal): -11526898 or 925008. OLE color: 925008.
HSL color Cylindrical-coordinate representation of color #501D0E: hue angle of 13.64º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501D0E is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 14 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.69 |
| HSL | 13.64º | 0.7% | 0.18% | - |
| HSV(B) | 13.64º | 0.83% | 0.31% | - |
| XYZ | 3.83 | 2.62 | 0.72 | - |
| YUV | 42.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 14 | 0 | 0.64 | 0.83 | 0.69 | 13.64 | 0.7 | 0.18 |
| Hex | 50 | 1D | E | 0 | 40 | 53 | 45 | E | 46 | 12 |
| Octal | 120 | 35 | 16 | 0 | 100 | 123 | 105 | 16 | 106 | 22 |
| Binary | 1010000 | 11101 | 1110 | 0 | 1000000 | 1010011 | 1000101 | 1110 | 1000110 | 10010 |
Color Harmonies of #501D0E
Complementary color
Monochromatic Colors of #501D0E
Black with #501D0E
Text Example
Text Example
White with #501D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D0E; }
p { color: rgb(80,29,14); }
H1.HeaderClassName
{
color: #501D0E;
}
.AnyTagClassName
{
color: #501D0E;
}
</style>
background-color css
<style>
a { background-color: #501D0E; }
a { background-color: rgb(80,29,14); }
div.DivClassName
{
background-color: #501D0E;
}
.BgClassName
{
background-color: #501D0E;
}
</style>
border-color css
<style>
span { border-color: #501D0E; }
span { border-color: rgb(80,29,14); }
td.TdClassName
{
border-color: #501D0E;
}
.TagClassName
{
border-color: #501D0E;
}
</style>