Shades of Caput Mortuum #501E0E
Tints of Caput Mortuum #501E0E
RGB
CMYK
RGB Variations
Color information
#501E0E (or 0x501E0E) is known color: Caput Mortuum. HEX triplet: 50, 1E and 0E. RGB value is (80,30,14). Sum of RGB (Red+Green+Blue) = 80+30+14=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #501E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501E0E is #AFE1F1. Grayscale: #2B2B2B. Windows color (decimal): -11526642 or 925264. OLE color: 925264.
HSL color Cylindrical-coordinate representation of color #501E0E: hue angle of 14.55º 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 #501E0E is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 14 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.69 |
| HSL | 14.55º | 0.7% | 0.18% | - |
| HSV(B) | 14.55º | 0.83% | 0.31% | - |
| XYZ | 3.85 | 2.67 | 0.73 | - |
| YUV | 43.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 14 | 0 | 0.62 | 0.83 | 0.69 | 14.55 | 0.7 | 0.18 |
| Hex | 50 | 1E | E | 0 | 3E | 53 | 45 | F | 46 | 12 |
| Octal | 120 | 36 | 16 | 0 | 76 | 123 | 105 | 17 | 106 | 22 |
| Binary | 1010000 | 11110 | 1110 | 0 | 111110 | 1010011 | 1000101 | 1111 | 1000110 | 10010 |
Color Harmonies of #501E0E
Complementary color
Monochromatic Colors of #501E0E
Black with #501E0E
Text Example
Text Example
White with #501E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E0E; }
p { color: rgb(80,30,14); }
H1.HeaderClassName
{
color: #501E0E;
}
.AnyTagClassName
{
color: #501E0E;
}
</style>
background-color css
<style>
a { background-color: #501E0E; }
a { background-color: rgb(80,30,14); }
div.DivClassName
{
background-color: #501E0E;
}
.BgClassName
{
background-color: #501E0E;
}
</style>
border-color css
<style>
span { border-color: #501E0E; }
span { border-color: rgb(80,30,14); }
td.TdClassName
{
border-color: #501E0E;
}
.TagClassName
{
border-color: #501E0E;
}
</style>