Shades of Caput Mortuum #4E2219
Tints of Caput Mortuum #4E2219
RGB
CMYK
RGB Variations
Color information
#4E2219 (or 0x4E2219) is known color: Caput Mortuum. HEX triplet: 4E, 22 and 19. RGB value is (78,34,25). Sum of RGB (Red+Green+Blue) = 78+34+25=137 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.93% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2219 is #B1DDE6. Grayscale: #2E2E2E. Windows color (decimal): -11656679 or 1647182. OLE color: 1647182.
HSL color Cylindrical-coordinate representation of color #4E2219: hue angle of 10.19º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E2219 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 34 | 25 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.69 |
| HSL | 10.19º | 0.51% | 0.2% | - |
| HSV(B) | 10.19º | 0.68% | 0.31% | - |
| XYZ | 3.89 | 2.83 | 1.26 | - |
| YUV | 46.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 34 | 25 | 0 | 0.56 | 0.68 | 0.69 | 10.19 | 0.51 | 0.2 |
| Hex | 4E | 22 | 19 | 0 | 38 | 44 | 45 | A | 33 | 14 |
| Octal | 116 | 42 | 31 | 0 | 70 | 104 | 105 | 12 | 63 | 24 |
| Binary | 1001110 | 100010 | 11001 | 0 | 111000 | 1000100 | 1000101 | 1010 | 110011 | 10100 |
Color Harmonies of #4E2219
Complementary color
Monochromatic Colors of #4E2219
Black with #4E2219
Text Example
Text Example
White with #4E2219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2219; }
p { color: rgb(78,34,25); }
H1.HeaderClassName
{
color: #4E2219;
}
.AnyTagClassName
{
color: #4E2219;
}
</style>
background-color css
<style>
a { background-color: #4E2219; }
a { background-color: rgb(78,34,25); }
div.DivClassName
{
background-color: #4E2219;
}
.BgClassName
{
background-color: #4E2219;
}
</style>
border-color css
<style>
span { border-color: #4E2219; }
span { border-color: rgb(78,34,25); }
td.TdClassName
{
border-color: #4E2219;
}
.TagClassName
{
border-color: #4E2219;
}
</style>