Shades of Caput Mortuum #4E241D
Tints of Caput Mortuum #4E241D
RGB
CMYK
RGB Variations
Color information
#4E241D (or 0x4E241D) is known color: Caput Mortuum. HEX triplet: 4E, 24 and 1D. RGB value is (78,36,29). Sum of RGB (Red+Green+Blue) = 78+36+29=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E241D is #B1DBE2. Grayscale: #2F2F2F. Windows color (decimal): -11656163 or 1909838. OLE color: 1909838.
HSL color Cylindrical-coordinate representation of color #4E241D: hue angle of 8.57º 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 #4E241D is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 36 | 29 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.69 |
| HSL | 8.57º | 0.46% | 0.21% | - |
| HSV(B) | 8.57º | 0.63% | 0.31% | - |
| XYZ | 3.99 | 2.97 | 1.53 | - |
| YUV | 47.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 36 | 29 | 0 | 0.54 | 0.63 | 0.69 | 8.57 | 0.46 | 0.21 |
| Hex | 4E | 24 | 1D | 0 | 36 | 3F | 45 | 9 | 2E | 15 |
| Octal | 116 | 44 | 35 | 0 | 66 | 77 | 105 | 11 | 56 | 25 |
| Binary | 1001110 | 100100 | 11101 | 0 | 110110 | 111111 | 1000101 | 1001 | 101110 | 10101 |
Color Harmonies of #4E241D
Complementary color
Monochromatic Colors of #4E241D
Black with #4E241D
Text Example
Text Example
White with #4E241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E241D; }
p { color: rgb(78,36,29); }
H1.HeaderClassName
{
color: #4E241D;
}
.AnyTagClassName
{
color: #4E241D;
}
</style>
background-color css
<style>
a { background-color: #4E241D; }
a { background-color: rgb(78,36,29); }
div.DivClassName
{
background-color: #4E241D;
}
.BgClassName
{
background-color: #4E241D;
}
</style>
border-color css
<style>
span { border-color: #4E241D; }
span { border-color: rgb(78,36,29); }
td.TdClassName
{
border-color: #4E241D;
}
.TagClassName
{
border-color: #4E241D;
}
</style>