Shades of Caput Mortuum #4E1B11
Tints of Caput Mortuum #4E1B11
RGB
CMYK
RGB Variations
Color information
#4E1B11 (or 0x4E1B11) is known color: Caput Mortuum. HEX triplet: 4E, 1B and 11. RGB value is (78,27,17). Sum of RGB (Red+Green+Blue) = 78+27+17=122 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.93% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1B11 is #B1E4EE. Grayscale: #292929. Windows color (decimal): -11658479 or 1121102. OLE color: 1121102.
HSL color Cylindrical-coordinate representation of color #4E1B11: hue angle of 9.84º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E1B11 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 27 | 17 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.69 |
| HSL | 9.84º | 0.64% | 0.19% | - |
| HSV(B) | 9.84º | 0.78% | 0.31% | - |
| XYZ | 3.63 | 2.44 | 0.81 | - |
| YUV | 41.11 | 114.4 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 17 | 0 | 0.65 | 0.78 | 0.69 | 9.84 | 0.64 | 0.19 |
| Hex | 4E | 1B | 11 | 0 | 41 | 4E | 45 | A | 40 | 13 |
| Octal | 116 | 33 | 21 | 0 | 101 | 116 | 105 | 12 | 100 | 23 |
| Binary | 1001110 | 11011 | 10001 | 0 | 1000001 | 1001110 | 1000101 | 1010 | 1000000 | 10011 |
Color Harmonies of #4E1B11
Complementary color
Monochromatic Colors of #4E1B11
Black with #4E1B11
Text Example
Text Example
White with #4E1B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1B11; }
p { color: rgb(78,27,17); }
H1.HeaderClassName
{
color: #4E1B11;
}
.AnyTagClassName
{
color: #4E1B11;
}
</style>
background-color css
<style>
a { background-color: #4E1B11; }
a { background-color: rgb(78,27,17); }
div.DivClassName
{
background-color: #4E1B11;
}
.BgClassName
{
background-color: #4E1B11;
}
</style>
border-color css
<style>
span { border-color: #4E1B11; }
span { border-color: rgb(78,27,17); }
td.TdClassName
{
border-color: #4E1B11;
}
.TagClassName
{
border-color: #4E1B11;
}
</style>