Shades of Red Oxide #4E110B
Tints of Red Oxide #4E110B
RGB
CMYK
RGB Variations
Color information
#4E110B (or 0x4E110B) is known color: Red Oxide. HEX triplet: 4E, 11 and 0B. RGB value is (78,17,11). Sum of RGB (Red+Green+Blue) = 78+17+11=106 (14% of max value = 765). Red value is 78 (30.86% from 255 or 73.58% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 78 - color contains mainly: red. Hex color #4E110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E110B is #B1EEF4. Grayscale: #222222. Windows color (decimal): -11661045 or 725326. OLE color: 725326.
HSL color Cylindrical-coordinate representation of color #4E110B: hue angle of 5.37º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E110B is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 17 | 11 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.69 |
| HSL | 5.37º | 0.75% | 0.17% | - |
| HSV(B) | 5.37º | 0.86% | 0.31% | - |
| XYZ | 3.4 | 2.04 | 0.53 | - |
| YUV | 34.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 11 | 0 | 0.78 | 0.86 | 0.69 | 5.37 | 0.75 | 0.17 |
| Hex | 4E | 11 | B | 0 | 4E | 56 | 45 | 5 | 4B | 11 |
| Octal | 116 | 21 | 13 | 0 | 116 | 126 | 105 | 5 | 113 | 21 |
| Binary | 1001110 | 10001 | 1011 | 0 | 1001110 | 1010110 | 1000101 | 101 | 1001011 | 10001 |
Color Harmonies of #4E110B
Complementary color
Monochromatic Colors of #4E110B
Black with #4E110B
Text Example
Text Example
White with #4E110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E110B; }
p { color: rgb(78,17,11); }
H1.HeaderClassName
{
color: #4E110B;
}
.AnyTagClassName
{
color: #4E110B;
}
</style>
background-color css
<style>
a { background-color: #4E110B; }
a { background-color: rgb(78,17,11); }
div.DivClassName
{
background-color: #4E110B;
}
.BgClassName
{
background-color: #4E110B;
}
</style>
border-color css
<style>
span { border-color: #4E110B; }
span { border-color: rgb(78,17,11); }
td.TdClassName
{
border-color: #4E110B;
}
.TagClassName
{
border-color: #4E110B;
}
</style>