Shades of Caput Mortuum #4E261D
Tints of Caput Mortuum #4E261D
RGB
CMYK
RGB Variations
Color information
#4E261D (or 0x4E261D) is known color: Caput Mortuum. HEX triplet: 4E, 26 and 1D. RGB value is (78,38,29). Sum of RGB (Red+Green+Blue) = 78+38+29=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E261D is #B1D9E2. Grayscale: #313131. Windows color (decimal): -11655651 or 1910350. OLE color: 1910350.
HSL color Cylindrical-coordinate representation of color #4E261D: hue angle of 11.02º 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 #4E261D is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 38 | 29 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.69 |
| HSL | 11.02º | 0.46% | 0.21% | - |
| HSV(B) | 11.02º | 0.63% | 0.31% | - |
| XYZ | 4.06 | 3.09 | 1.55 | - |
| YUV | 48.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 38 | 29 | 0 | 0.51 | 0.63 | 0.69 | 11.02 | 0.46 | 0.21 |
| Hex | 4E | 26 | 1D | 0 | 33 | 3F | 45 | B | 2E | 15 |
| Octal | 116 | 46 | 35 | 0 | 63 | 77 | 105 | 13 | 56 | 25 |
| Binary | 1001110 | 100110 | 11101 | 0 | 110011 | 111111 | 1000101 | 1011 | 101110 | 10101 |
Color Harmonies of #4E261D
Complementary color
Monochromatic Colors of #4E261D
Black with #4E261D
Text Example
Text Example
White with #4E261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E261D; }
p { color: rgb(78,38,29); }
H1.HeaderClassName
{
color: #4E261D;
}
.AnyTagClassName
{
color: #4E261D;
}
</style>
background-color css
<style>
a { background-color: #4E261D; }
a { background-color: rgb(78,38,29); }
div.DivClassName
{
background-color: #4E261D;
}
.BgClassName
{
background-color: #4E261D;
}
</style>
border-color css
<style>
span { border-color: #4E261D; }
span { border-color: rgb(78,38,29); }
td.TdClassName
{
border-color: #4E261D;
}
.TagClassName
{
border-color: #4E261D;
}
</style>