Shades of Caput Mortuum #4E241B
Tints of Caput Mortuum #4E241B
RGB
CMYK
RGB Variations
Color information
#4E241B (or 0x4E241B) is known color: Caput Mortuum. HEX triplet: 4E, 24 and 1B. RGB value is (78,36,27). Sum of RGB (Red+Green+Blue) = 78+36+27=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E241B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E241B is #B1DBE4. Grayscale: #2F2F2F. Windows color (decimal): -11656165 or 1778766. OLE color: 1778766.
HSL color Cylindrical-coordinate representation of color #4E241B: hue angle of 10.59º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E241B is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 36 | 27 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.69 |
| HSL | 10.59º | 0.49% | 0.21% | - |
| HSV(B) | 10.59º | 0.65% | 0.31% | - |
| XYZ | 3.97 | 2.96 | 1.4 | - |
| YUV | 47.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 36 | 27 | 0 | 0.54 | 0.65 | 0.69 | 10.59 | 0.49 | 0.21 |
| Hex | 4E | 24 | 1B | 0 | 36 | 41 | 45 | B | 31 | 15 |
| Octal | 116 | 44 | 33 | 0 | 66 | 101 | 105 | 13 | 61 | 25 |
| Binary | 1001110 | 100100 | 11011 | 0 | 110110 | 1000001 | 1000101 | 1011 | 110001 | 10101 |
Color Harmonies of #4E241B
Complementary color
Monochromatic Colors of #4E241B
Black with #4E241B
Text Example
Text Example
White with #4E241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E241B; }
p { color: rgb(78,36,27); }
H1.HeaderClassName
{
color: #4E241B;
}
.AnyTagClassName
{
color: #4E241B;
}
</style>
background-color css
<style>
a { background-color: #4E241B; }
a { background-color: rgb(78,36,27); }
div.DivClassName
{
background-color: #4E241B;
}
.BgClassName
{
background-color: #4E241B;
}
</style>
border-color css
<style>
span { border-color: #4E241B; }
span { border-color: rgb(78,36,27); }
td.TdClassName
{
border-color: #4E241B;
}
.TagClassName
{
border-color: #4E241B;
}
</style>