Shades of Caput Mortuum #4E211B
Tints of Caput Mortuum #4E211B
RGB
CMYK
RGB Variations
Color information
#4E211B (or 0x4E211B) is known color: Caput Mortuum. HEX triplet: 4E, 21 and 1B. RGB value is (78,33,27). Sum of RGB (Red+Green+Blue) = 78+33+27=138 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.52% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 78 - color contains mainly: red. Hex color #4E211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E211B is #B1DEE4. Grayscale: #2D2D2D. Windows color (decimal): -11656933 or 1777998. OLE color: 1777998.
HSL color Cylindrical-coordinate representation of color #4E211B: hue angle of 7.06º 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 #4E211B is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 33 | 27 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.69 |
| HSL | 7.06º | 0.49% | 0.21% | - |
| HSV(B) | 7.06º | 0.65% | 0.31% | - |
| XYZ | 3.88 | 2.79 | 1.37 | - |
| YUV | 45.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 27 | 0 | 0.58 | 0.65 | 0.69 | 7.06 | 0.49 | 0.21 |
| Hex | 4E | 21 | 1B | 0 | 3A | 41 | 45 | 7 | 31 | 15 |
| Octal | 116 | 41 | 33 | 0 | 72 | 101 | 105 | 7 | 61 | 25 |
| Binary | 1001110 | 100001 | 11011 | 0 | 111010 | 1000001 | 1000101 | 111 | 110001 | 10101 |
Color Harmonies of #4E211B
Complementary color
Monochromatic Colors of #4E211B
Black with #4E211B
Text Example
Text Example
White with #4E211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E211B; }
p { color: rgb(78,33,27); }
H1.HeaderClassName
{
color: #4E211B;
}
.AnyTagClassName
{
color: #4E211B;
}
</style>
background-color css
<style>
a { background-color: #4E211B; }
a { background-color: rgb(78,33,27); }
div.DivClassName
{
background-color: #4E211B;
}
.BgClassName
{
background-color: #4E211B;
}
</style>
border-color css
<style>
span { border-color: #4E211B; }
span { border-color: rgb(78,33,27); }
td.TdClassName
{
border-color: #4E211B;
}
.TagClassName
{
border-color: #4E211B;
}
</style>