Shades of Red Oxide #4E1106
Tints of Red Oxide #4E1106
RGB
CMYK
RGB Variations
Color information
#4E1106 (or 0x4E1106) is known color: Red Oxide. HEX triplet: 4E, 11 and 06. RGB value is (78,17,6). Sum of RGB (Red+Green+Blue) = 78+17+6=101 (13% of max value = 765). Red value is 78 (30.86% from 255 or 77.23% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1106 is #B1EEF9. Grayscale: #222222. Windows color (decimal): -11661050 or 397646. OLE color: 397646.
HSL color Cylindrical-coordinate representation of color #4E1106: hue angle of 9.17º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E1106 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 17 | 6 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.69 |
| HSL | 9.17º | 0.86% | 0.16% | - |
| HSV(B) | 9.17º | 0.92% | 0.31% | - |
| XYZ | 3.38 | 2.03 | 0.39 | - |
| YUV | 33.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 6 | 0 | 0.78 | 0.92 | 0.69 | 9.17 | 0.86 | 0.16 |
| Hex | 4E | 11 | 6 | 0 | 4E | 5C | 45 | 9 | 56 | 10 |
| Octal | 116 | 21 | 6 | 0 | 116 | 134 | 105 | 11 | 126 | 20 |
| Binary | 1001110 | 10001 | 110 | 0 | 1001110 | 1011100 | 1000101 | 1001 | 1010110 | 10000 |
Color Harmonies of #4E1106
Complementary color
Monochromatic Colors of #4E1106
Black with #4E1106
Text Example
Text Example
White with #4E1106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1106; }
p { color: rgb(78,17,6); }
H1.HeaderClassName
{
color: #4E1106;
}
.AnyTagClassName
{
color: #4E1106;
}
</style>
background-color css
<style>
a { background-color: #4E1106; }
a { background-color: rgb(78,17,6); }
div.DivClassName
{
background-color: #4E1106;
}
.BgClassName
{
background-color: #4E1106;
}
</style>
border-color css
<style>
span { border-color: #4E1106; }
span { border-color: rgb(78,17,6); }
td.TdClassName
{
border-color: #4E1106;
}
.TagClassName
{
border-color: #4E1106;
}
</style>