Shades of Caput Mortuum #4E201D
Tints of Caput Mortuum #4E201D
RGB
CMYK
RGB Variations
Color information
#4E201D (or 0x4E201D) is known color: Caput Mortuum. HEX triplet: 4E, 20 and 1D. RGB value is (78,32,29). Sum of RGB (Red+Green+Blue) = 78+32+29=139 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.12% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 78 - color contains mainly: red. Hex color #4E201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E201D is #B1DFE2. Grayscale: #2D2D2D. Windows color (decimal): -11657187 or 1908814. OLE color: 1908814.
HSL color Cylindrical-coordinate representation of color #4E201D: hue angle of 3.67º 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 #4E201D is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 29 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.69 |
| HSL | 3.67º | 0.46% | 0.21% | - |
| HSV(B) | 3.67º | 0.63% | 0.31% | - |
| XYZ | 3.88 | 2.74 | 1.49 | - |
| YUV | 45.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 29 | 0 | 0.59 | 0.63 | 0.69 | 3.67 | 0.46 | 0.21 |
| Hex | 4E | 20 | 1D | 0 | 3B | 3F | 45 | 4 | 2E | 15 |
| Octal | 116 | 40 | 35 | 0 | 73 | 77 | 105 | 4 | 56 | 25 |
| Binary | 1001110 | 100000 | 11101 | 0 | 111011 | 111111 | 1000101 | 100 | 101110 | 10101 |
Color Harmonies of #4E201D
Complementary color
Monochromatic Colors of #4E201D
Black with #4E201D
Text Example
Text Example
White with #4E201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E201D; }
p { color: rgb(78,32,29); }
H1.HeaderClassName
{
color: #4E201D;
}
.AnyTagClassName
{
color: #4E201D;
}
</style>
background-color css
<style>
a { background-color: #4E201D; }
a { background-color: rgb(78,32,29); }
div.DivClassName
{
background-color: #4E201D;
}
.BgClassName
{
background-color: #4E201D;
}
</style>
border-color css
<style>
span { border-color: #4E201D; }
span { border-color: rgb(78,32,29); }
td.TdClassName
{
border-color: #4E201D;
}
.TagClassName
{
border-color: #4E201D;
}
</style>