Shades of Caput Mortuum #4E1E12
Tints of Caput Mortuum #4E1E12
RGB
CMYK
RGB Variations
Color information
#4E1E12 (or 0x4E1E12) is known color: Caput Mortuum. HEX triplet: 4E, 1E and 12. RGB value is (78,30,18). Sum of RGB (Red+Green+Blue) = 78+30+18=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1E12 is #B1E1ED. Grayscale: #2B2B2B. Windows color (decimal): -11657710 or 1187406. OLE color: 1187406.
HSL color Cylindrical-coordinate representation of color #4E1E12: hue angle of 12º degrees, saturation: 0.62, 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 #4E1E12 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 30 | 18 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.69 |
| HSL | 12º | 0.63% | 0.19% | - |
| HSV(B) | 12º | 0.77% | 0.31% | - |
| XYZ | 3.72 | 2.59 | 0.88 | - |
| YUV | 42.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 30 | 18 | 0 | 0.62 | 0.77 | 0.69 | 12 | 0.63 | 0.19 |
| Hex | 4E | 1E | 12 | 0 | 3E | 4D | 45 | C | 3E | 13 |
| Octal | 116 | 36 | 22 | 0 | 76 | 115 | 105 | 14 | 76 | 23 |
| Binary | 1001110 | 11110 | 10010 | 0 | 111110 | 1001101 | 1000101 | 1100 | 111110 | 10011 |
Color Harmonies of #4E1E12
Complementary color
Monochromatic Colors of #4E1E12
Black with #4E1E12
Text Example
Text Example
White with #4E1E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1E12; }
p { color: rgb(78,30,18); }
H1.HeaderClassName
{
color: #4E1E12;
}
.AnyTagClassName
{
color: #4E1E12;
}
</style>
background-color css
<style>
a { background-color: #4E1E12; }
a { background-color: rgb(78,30,18); }
div.DivClassName
{
background-color: #4E1E12;
}
.BgClassName
{
background-color: #4E1E12;
}
</style>
border-color css
<style>
span { border-color: #4E1E12; }
span { border-color: rgb(78,30,18); }
td.TdClassName
{
border-color: #4E1E12;
}
.TagClassName
{
border-color: #4E1E12;
}
</style>