Shades of Red Oxide #4E1412
Tints of Red Oxide #4E1412
RGB
CMYK
RGB Variations
Color information
#4E1412 (or 0x4E1412) is known color: Red Oxide. HEX triplet: 4E, 14 and 12. RGB value is (78,20,18). Sum of RGB (Red+Green+Blue) = 78+20+18=116 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.24% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1412 is #B1EBED. Grayscale: #252525. Windows color (decimal): -11660270 or 1184846. OLE color: 1184846.
HSL color Cylindrical-coordinate representation of color #4E1412: hue angle of 2º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E1412 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 18 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.69 |
| HSL | 2º | 0.63% | 0.19% | - |
| HSV(B) | 2º | 0.77% | 0.31% | - |
| XYZ | 3.5 | 2.16 | 0.81 | - |
| YUV | 37.11 | 117.22 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 18 | 0 | 0.74 | 0.77 | 0.69 | 2 | 0.63 | 0.19 |
| Hex | 4E | 14 | 12 | 0 | 4A | 4D | 45 | 2 | 3E | 13 |
| Octal | 116 | 24 | 22 | 0 | 112 | 115 | 105 | 2 | 76 | 23 |
| Binary | 1001110 | 10100 | 10010 | 0 | 1001010 | 1001101 | 1000101 | 10 | 111110 | 10011 |
Color Harmonies of #4E1412
Complementary color
Monochromatic Colors of #4E1412
Black with #4E1412
Text Example
Text Example
White with #4E1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1412; }
p { color: rgb(78,20,18); }
H1.HeaderClassName
{
color: #4E1412;
}
.AnyTagClassName
{
color: #4E1412;
}
</style>
background-color css
<style>
a { background-color: #4E1412; }
a { background-color: rgb(78,20,18); }
div.DivClassName
{
background-color: #4E1412;
}
.BgClassName
{
background-color: #4E1412;
}
</style>
border-color css
<style>
span { border-color: #4E1412; }
span { border-color: rgb(78,20,18); }
td.TdClassName
{
border-color: #4E1412;
}
.TagClassName
{
border-color: #4E1412;
}
</style>