Shades of Red Oxide #4E1616
Tints of Red Oxide #4E1616
RGB
CMYK
RGB Variations
Color information
#4E1616 (or 0x4E1616) is known color: Red Oxide. HEX triplet: 4E, 16 and 16. RGB value is (78,22,22). Sum of RGB (Red+Green+Blue) = 78+22+22=122 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.93% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1616 is #B1E9E9. Grayscale: #262626. Windows color (decimal): -11659754 or 1447502. OLE color: 1447502.
HSL color Cylindrical-coordinate representation of color #4E1616: hue angle of 0º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E1616 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 22 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.69 |
| HSL | 0º | 0.56% | 0.2% | - |
| HSV(B) | 0º | 0.72% | 0.31% | - |
| XYZ | 3.57 | 2.25 | 1.01 | - |
| YUV | 38.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 22 | 0 | 0.72 | 0.72 | 0.69 | 0 | 0.56 | 0.2 |
| Hex | 4E | 16 | 16 | 0 | 48 | 48 | 45 | 0 | 38 | 14 |
| Octal | 116 | 26 | 26 | 0 | 110 | 110 | 105 | 0 | 70 | 24 |
| Binary | 1001110 | 10110 | 10110 | 0 | 1001000 | 1001000 | 1000101 | 0 | 111000 | 10100 |
Color Harmonies of #4E1616
Complementary color
Monochromatic Colors of #4E1616
Black with #4E1616
Text Example
Text Example
White with #4E1616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1616; }
p { color: rgb(78,22,22); }
H1.HeaderClassName
{
color: #4E1616;
}
.AnyTagClassName
{
color: #4E1616;
}
</style>
background-color css
<style>
a { background-color: #4E1616; }
a { background-color: rgb(78,22,22); }
div.DivClassName
{
background-color: #4E1616;
}
.BgClassName
{
background-color: #4E1616;
}
</style>
border-color css
<style>
span { border-color: #4E1616; }
span { border-color: rgb(78,22,22); }
td.TdClassName
{
border-color: #4E1616;
}
.TagClassName
{
border-color: #4E1616;
}
</style>