Shades of Red Oxide #4E1815
Tints of Red Oxide #4E1815
RGB
CMYK
RGB Variations
Color information
#4E1815 (or 0x4E1815) is known color: Red Oxide. HEX triplet: 4E, 18 and 15. RGB value is (78,24,21). Sum of RGB (Red+Green+Blue) = 78+24+21=123 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.41% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1815 is #B1E7EA. Grayscale: #272727. Windows color (decimal): -11659243 or 1382478. OLE color: 1382478.
HSL color Cylindrical-coordinate representation of color #4E1815: hue angle of 3.16º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E1815 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 24 | 21 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.69 |
| HSL | 3.16º | 0.58% | 0.19% | - |
| HSV(B) | 3.16º | 0.73% | 0.31% | - |
| XYZ | 3.6 | 2.33 | 0.97 | - |
| YUV | 39.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 24 | 21 | 0 | 0.69 | 0.73 | 0.69 | 3.16 | 0.58 | 0.19 |
| Hex | 4E | 18 | 15 | 0 | 45 | 49 | 45 | 3 | 3A | 13 |
| Octal | 116 | 30 | 25 | 0 | 105 | 111 | 105 | 3 | 72 | 23 |
| Binary | 1001110 | 11000 | 10101 | 0 | 1000101 | 1001001 | 1000101 | 11 | 111010 | 10011 |
Color Harmonies of #4E1815
Complementary color
Monochromatic Colors of #4E1815
Black with #4E1815
Text Example
Text Example
White with #4E1815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1815; }
p { color: rgb(78,24,21); }
H1.HeaderClassName
{
color: #4E1815;
}
.AnyTagClassName
{
color: #4E1815;
}
</style>
background-color css
<style>
a { background-color: #4E1815; }
a { background-color: rgb(78,24,21); }
div.DivClassName
{
background-color: #4E1815;
}
.BgClassName
{
background-color: #4E1815;
}
</style>
border-color css
<style>
span { border-color: #4E1815; }
span { border-color: rgb(78,24,21); }
td.TdClassName
{
border-color: #4E1815;
}
.TagClassName
{
border-color: #4E1815;
}
</style>