Shades of Red Oxide #4E110C
Tints of Red Oxide #4E110C
RGB
CMYK
RGB Variations
Color information
#4E110C (or 0x4E110C) is known color: Red Oxide. HEX triplet: 4E, 11 and 0C. RGB value is (78,17,12). Sum of RGB (Red+Green+Blue) = 78+17+12=107 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.90% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 78 - color contains mainly: red. Hex color #4E110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E110C is #B1EEF3. Grayscale: #222222. Windows color (decimal): -11661044 or 790862. OLE color: 790862.
HSL color Cylindrical-coordinate representation of color #4E110C: hue angle of 4.55º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E110C is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 17 | 12 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.69 |
| HSL | 4.55º | 0.73% | 0.18% | - |
| HSV(B) | 4.55º | 0.85% | 0.31% | - |
| XYZ | 3.41 | 2.05 | 0.56 | - |
| YUV | 34.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 12 | 0 | 0.78 | 0.85 | 0.69 | 4.55 | 0.73 | 0.18 |
| Hex | 4E | 11 | C | 0 | 4E | 55 | 45 | 5 | 49 | 12 |
| Octal | 116 | 21 | 14 | 0 | 116 | 125 | 105 | 5 | 111 | 22 |
| Binary | 1001110 | 10001 | 1100 | 0 | 1001110 | 1010101 | 1000101 | 101 | 1001001 | 10010 |
Color Harmonies of #4E110C
Complementary color
Monochromatic Colors of #4E110C
Black with #4E110C
Text Example
Text Example
White with #4E110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E110C; }
p { color: rgb(78,17,12); }
H1.HeaderClassName
{
color: #4E110C;
}
.AnyTagClassName
{
color: #4E110C;
}
</style>
background-color css
<style>
a { background-color: #4E110C; }
a { background-color: rgb(78,17,12); }
div.DivClassName
{
background-color: #4E110C;
}
.BgClassName
{
background-color: #4E110C;
}
</style>
border-color css
<style>
span { border-color: #4E110C; }
span { border-color: rgb(78,17,12); }
td.TdClassName
{
border-color: #4E110C;
}
.TagClassName
{
border-color: #4E110C;
}
</style>