Shades of Caput Mortuum #501E12
Tints of Caput Mortuum #501E12
RGB
CMYK
RGB Variations
Color information
#501E12 (or 0x501E12) is known color: Caput Mortuum. HEX triplet: 50, 1E and 12. RGB value is (80,30,18). Sum of RGB (Red+Green+Blue) = 80+30+18=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #501E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501E12 is #AFE1ED. Grayscale: #2B2B2B. Windows color (decimal): -11526638 or 1187408. OLE color: 1187408.
HSL color Cylindrical-coordinate representation of color #501E12: hue angle of 11.61º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501E12 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 18 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.69 |
| HSL | 11.61º | 0.63% | 0.19% | - |
| HSV(B) | 11.61º | 0.78% | 0.31% | - |
| XYZ | 3.88 | 2.68 | 0.88 | - |
| YUV | 43.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 18 | 0 | 0.62 | 0.78 | 0.69 | 11.61 | 0.63 | 0.19 |
| Hex | 50 | 1E | 12 | 0 | 3E | 4E | 45 | C | 3F | 13 |
| Octal | 120 | 36 | 22 | 0 | 76 | 116 | 105 | 14 | 77 | 23 |
| Binary | 1010000 | 11110 | 10010 | 0 | 111110 | 1001110 | 1000101 | 1100 | 111111 | 10011 |
Color Harmonies of #501E12
Complementary color
Monochromatic Colors of #501E12
Black with #501E12
Text Example
Text Example
White with #501E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E12; }
p { color: rgb(80,30,18); }
H1.HeaderClassName
{
color: #501E12;
}
.AnyTagClassName
{
color: #501E12;
}
</style>
background-color css
<style>
a { background-color: #501E12; }
a { background-color: rgb(80,30,18); }
div.DivClassName
{
background-color: #501E12;
}
.BgClassName
{
background-color: #501E12;
}
</style>
border-color css
<style>
span { border-color: #501E12; }
span { border-color: rgb(80,30,18); }
td.TdClassName
{
border-color: #501E12;
}
.TagClassName
{
border-color: #501E12;
}
</style>