Shades of Caput Mortuum #4E1E14
Tints of Caput Mortuum #4E1E14
RGB
CMYK
RGB Variations
Color information
#4E1E14 (or 0x4E1E14) is known color: Caput Mortuum. HEX triplet: 4E, 1E and 14. RGB value is (78,30,20). Sum of RGB (Red+Green+Blue) = 78+30+20=128 (16% of max value = 765). Red value is 78 (30.86% from 255 or 60.94% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1E14 is #B1E1EB. Grayscale: #2B2B2B. Windows color (decimal): -11657708 or 1318478. OLE color: 1318478.
HSL color Cylindrical-coordinate representation of color #4E1E14: hue angle of 10.34º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E1E14 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 30 | 20 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.69 |
| HSL | 10.34º | 0.59% | 0.19% | - |
| HSV(B) | 10.34º | 0.74% | 0.31% | - |
| XYZ | 3.73 | 2.6 | 0.97 | - |
| YUV | 43.21 | 114.9 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 30 | 20 | 0 | 0.62 | 0.74 | 0.69 | 10.34 | 0.59 | 0.19 |
| Hex | 4E | 1E | 14 | 0 | 3E | 4A | 45 | A | 3B | 13 |
| Octal | 116 | 36 | 24 | 0 | 76 | 112 | 105 | 12 | 73 | 23 |
| Binary | 1001110 | 11110 | 10100 | 0 | 111110 | 1001010 | 1000101 | 1010 | 111011 | 10011 |
Color Harmonies of #4E1E14
Complementary color
Monochromatic Colors of #4E1E14
Black with #4E1E14
Text Example
Text Example
White with #4E1E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1E14; }
p { color: rgb(78,30,20); }
H1.HeaderClassName
{
color: #4E1E14;
}
.AnyTagClassName
{
color: #4E1E14;
}
</style>
background-color css
<style>
a { background-color: #4E1E14; }
a { background-color: rgb(78,30,20); }
div.DivClassName
{
background-color: #4E1E14;
}
.BgClassName
{
background-color: #4E1E14;
}
</style>
border-color css
<style>
span { border-color: #4E1E14; }
span { border-color: rgb(78,30,20); }
td.TdClassName
{
border-color: #4E1E14;
}
.TagClassName
{
border-color: #4E1E14;
}
</style>