Shades of Caput Mortuum #4E241C
Tints of Caput Mortuum #4E241C
RGB
CMYK
RGB Variations
Color information
#4E241C (or 0x4E241C) is known color: Caput Mortuum. HEX triplet: 4E, 24 and 1C. RGB value is (78,36,28). Sum of RGB (Red+Green+Blue) = 78+36+28=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E241C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E241C is #B1DBE3. Grayscale: #2F2F2F. Windows color (decimal): -11656164 or 1844302. OLE color: 1844302.
HSL color Cylindrical-coordinate representation of color #4E241C: hue angle of 9.6º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E241C is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 36 | 28 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.69 |
| HSL | 9.6º | 0.47% | 0.21% | - |
| HSV(B) | 9.6º | 0.64% | 0.31% | - |
| XYZ | 3.98 | 2.97 | 1.46 | - |
| YUV | 47.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 36 | 28 | 0 | 0.54 | 0.64 | 0.69 | 9.6 | 0.47 | 0.21 |
| Hex | 4E | 24 | 1C | 0 | 36 | 40 | 45 | A | 2F | 15 |
| Octal | 116 | 44 | 34 | 0 | 66 | 100 | 105 | 12 | 57 | 25 |
| Binary | 1001110 | 100100 | 11100 | 0 | 110110 | 1000000 | 1000101 | 1010 | 101111 | 10101 |
Color Harmonies of #4E241C
Complementary color
Monochromatic Colors of #4E241C
Black with #4E241C
Text Example
Text Example
White with #4E241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E241C; }
p { color: rgb(78,36,28); }
H1.HeaderClassName
{
color: #4E241C;
}
.AnyTagClassName
{
color: #4E241C;
}
</style>
background-color css
<style>
a { background-color: #4E241C; }
a { background-color: rgb(78,36,28); }
div.DivClassName
{
background-color: #4E241C;
}
.BgClassName
{
background-color: #4E241C;
}
</style>
border-color css
<style>
span { border-color: #4E241C; }
span { border-color: rgb(78,36,28); }
td.TdClassName
{
border-color: #4E241C;
}
.TagClassName
{
border-color: #4E241C;
}
</style>