Shades of Red Oxide #4E1206
Tints of Red Oxide #4E1206
RGB
CMYK
RGB Variations
Color information
#4E1206 (or 0x4E1206) is known color: Red Oxide. HEX triplet: 4E, 12 and 06. RGB value is (78,18,6). Sum of RGB (Red+Green+Blue) = 78+18+6=102 (13% of max value = 765). Red value is 78 (30.86% from 255 or 76.47% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1206 is #B1EDF9. Grayscale: #222222. Windows color (decimal): -11660794 or 397902. OLE color: 397902.
HSL color Cylindrical-coordinate representation of color #4E1206: hue angle of 10º 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 #4E1206 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 18 | 6 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.69 |
| HSL | 10º | 0.86% | 0.16% | - |
| HSV(B) | 10º | 0.92% | 0.31% | - |
| XYZ | 3.39 | 2.07 | 0.39 | - |
| YUV | 34.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 18 | 6 | 0 | 0.77 | 0.92 | 0.69 | 10 | 0.86 | 0.16 |
| Hex | 4E | 12 | 6 | 0 | 4D | 5C | 45 | A | 56 | 10 |
| Octal | 116 | 22 | 6 | 0 | 115 | 134 | 105 | 12 | 126 | 20 |
| Binary | 1001110 | 10010 | 110 | 0 | 1001101 | 1011100 | 1000101 | 1010 | 1010110 | 10000 |
Color Harmonies of #4E1206
Complementary color
Monochromatic Colors of #4E1206
Black with #4E1206
Text Example
Text Example
White with #4E1206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1206; }
p { color: rgb(78,18,6); }
H1.HeaderClassName
{
color: #4E1206;
}
.AnyTagClassName
{
color: #4E1206;
}
</style>
background-color css
<style>
a { background-color: #4E1206; }
a { background-color: rgb(78,18,6); }
div.DivClassName
{
background-color: #4E1206;
}
.BgClassName
{
background-color: #4E1206;
}
</style>
border-color css
<style>
span { border-color: #4E1206; }
span { border-color: rgb(78,18,6); }
td.TdClassName
{
border-color: #4E1206;
}
.TagClassName
{
border-color: #4E1206;
}
</style>