Shades of Caput Mortuum #4E271D
Tints of Caput Mortuum #4E271D
RGB
CMYK
RGB Variations
Color information
#4E271D (or 0x4E271D) is known color: Caput Mortuum. HEX triplet: 4E, 27 and 1D. RGB value is (78,39,29). Sum of RGB (Red+Green+Blue) = 78+39+29=146 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.42% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 78 - color contains mainly: red. Hex color #4E271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E271D is #B1D8E2. Grayscale: #313131. Windows color (decimal): -11655395 or 1910606. OLE color: 1910606.
HSL color Cylindrical-coordinate representation of color #4E271D: hue angle of 12.24º 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 #4E271D is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 39 | 29 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.69 |
| HSL | 12.24º | 0.46% | 0.21% | - |
| HSV(B) | 12.24º | 0.63% | 0.31% | - |
| XYZ | 4.09 | 3.16 | 1.56 | - |
| YUV | 49.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 39 | 29 | 0 | 0.50 | 0.63 | 0.69 | 12.24 | 0.46 | 0.21 |
| Hex | 4E | 27 | 1D | 0 | 32 | 3F | 45 | C | 2E | 15 |
| Octal | 116 | 47 | 35 | 0 | 62 | 77 | 105 | 14 | 56 | 25 |
| Binary | 1001110 | 100111 | 11101 | 0 | 110010 | 111111 | 1000101 | 1100 | 101110 | 10101 |
Color Harmonies of #4E271D
Complementary color
Monochromatic Colors of #4E271D
Black with #4E271D
Text Example
Text Example
White with #4E271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E271D; }
p { color: rgb(78,39,29); }
H1.HeaderClassName
{
color: #4E271D;
}
.AnyTagClassName
{
color: #4E271D;
}
</style>
background-color css
<style>
a { background-color: #4E271D; }
a { background-color: rgb(78,39,29); }
div.DivClassName
{
background-color: #4E271D;
}
.BgClassName
{
background-color: #4E271D;
}
</style>
border-color css
<style>
span { border-color: #4E271D; }
span { border-color: rgb(78,39,29); }
td.TdClassName
{
border-color: #4E271D;
}
.TagClassName
{
border-color: #4E271D;
}
</style>