Shades of Caput Mortuum #4E221D
Tints of Caput Mortuum #4E221D
RGB
CMYK
RGB Variations
Color information
#4E221D (or 0x4E221D) is known color: Caput Mortuum. HEX triplet: 4E, 22 and 1D. RGB value is (78,34,29). Sum of RGB (Red+Green+Blue) = 78+34+29=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E221D is #B1DDE2. Grayscale: #2E2E2E. Windows color (decimal): -11656675 or 1909326. OLE color: 1909326.
HSL color Cylindrical-coordinate representation of color #4E221D: hue angle of 6.12º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E221D is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 34 | 29 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.69 |
| HSL | 6.12º | 0.46% | 0.21% | - |
| HSV(B) | 6.12º | 0.63% | 0.31% | - |
| XYZ | 3.94 | 2.85 | 1.51 | - |
| YUV | 46.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 34 | 29 | 0 | 0.56 | 0.63 | 0.69 | 6.12 | 0.46 | 0.21 |
| Hex | 4E | 22 | 1D | 0 | 38 | 3F | 45 | 6 | 2E | 15 |
| Octal | 116 | 42 | 35 | 0 | 70 | 77 | 105 | 6 | 56 | 25 |
| Binary | 1001110 | 100010 | 11101 | 0 | 111000 | 111111 | 1000101 | 110 | 101110 | 10101 |
Color Harmonies of #4E221D
Complementary color
Monochromatic Colors of #4E221D
Black with #4E221D
Text Example
Text Example
White with #4E221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E221D; }
p { color: rgb(78,34,29); }
H1.HeaderClassName
{
color: #4E221D;
}
.AnyTagClassName
{
color: #4E221D;
}
</style>
background-color css
<style>
a { background-color: #4E221D; }
a { background-color: rgb(78,34,29); }
div.DivClassName
{
background-color: #4E221D;
}
.BgClassName
{
background-color: #4E221D;
}
</style>
border-color css
<style>
span { border-color: #4E221D; }
span { border-color: rgb(78,34,29); }
td.TdClassName
{
border-color: #4E221D;
}
.TagClassName
{
border-color: #4E221D;
}
</style>