Shades of Caput Mortuum #4E281F
Tints of Caput Mortuum #4E281F
RGB
CMYK
RGB Variations
Color information
#4E281F (or 0x4E281F) is known color: Caput Mortuum. HEX triplet: 4E, 28 and 1F. RGB value is (78,40,31). Sum of RGB (Red+Green+Blue) = 78+40+31=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E281F is #B1D7E0. Grayscale: #323232. Windows color (decimal): -11655137 or 2041934. OLE color: 2041934.
HSL color Cylindrical-coordinate representation of color #4E281F: hue angle of 11.49º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E281F is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 40 | 31 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.69 |
| HSL | 11.49º | 0.43% | 0.21% | - |
| HSV(B) | 11.49º | 0.6% | 0.31% | - |
| XYZ | 4.15 | 3.24 | 1.7 | - |
| YUV | 50.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 31 | 0 | 0.49 | 0.60 | 0.69 | 11.49 | 0.43 | 0.21 |
| Hex | 4E | 28 | 1F | 0 | 31 | 3C | 45 | B | 2B | 15 |
| Octal | 116 | 50 | 37 | 0 | 61 | 74 | 105 | 13 | 53 | 25 |
| Binary | 1001110 | 101000 | 11111 | 0 | 110001 | 111100 | 1000101 | 1011 | 101011 | 10101 |
Color Harmonies of #4E281F
Complementary color
Monochromatic Colors of #4E281F
Black with #4E281F
Text Example
Text Example
White with #4E281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E281F; }
p { color: rgb(78,40,31); }
H1.HeaderClassName
{
color: #4E281F;
}
.AnyTagClassName
{
color: #4E281F;
}
</style>
background-color css
<style>
a { background-color: #4E281F; }
a { background-color: rgb(78,40,31); }
div.DivClassName
{
background-color: #4E281F;
}
.BgClassName
{
background-color: #4E281F;
}
</style>
border-color css
<style>
span { border-color: #4E281F; }
span { border-color: rgb(78,40,31); }
td.TdClassName
{
border-color: #4E281F;
}
.TagClassName
{
border-color: #4E281F;
}
</style>