Shades of Red Oxide #4E160F
Tints of Red Oxide #4E160F
RGB
CMYK
RGB Variations
Color information
#4E160F (or 0x4E160F) is known color: Red Oxide. HEX triplet: 4E, 16 and 0F. RGB value is (78,22,15). Sum of RGB (Red+Green+Blue) = 78+22+15=115 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.83% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 78 - color contains mainly: red. Hex color #4E160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E160F is #B1E9F0. Grayscale: #262626. Windows color (decimal): -11659761 or 988750. OLE color: 988750.
HSL color Cylindrical-coordinate representation of color #4E160F: hue angle of 6.67º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E160F is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 15 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.69 |
| HSL | 6.67º | 0.68% | 0.18% | - |
| HSV(B) | 6.67º | 0.81% | 0.31% | - |
| XYZ | 3.52 | 2.23 | 0.7 | - |
| YUV | 37.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 15 | 0 | 0.72 | 0.81 | 0.69 | 6.67 | 0.68 | 0.18 |
| Hex | 4E | 16 | F | 0 | 48 | 51 | 45 | 7 | 44 | 12 |
| Octal | 116 | 26 | 17 | 0 | 110 | 121 | 105 | 7 | 104 | 22 |
| Binary | 1001110 | 10110 | 1111 | 0 | 1001000 | 1010001 | 1000101 | 111 | 1000100 | 10010 |
Color Harmonies of #4E160F
Complementary color
Monochromatic Colors of #4E160F
Black with #4E160F
Text Example
Text Example
White with #4E160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E160F; }
p { color: rgb(78,22,15); }
H1.HeaderClassName
{
color: #4E160F;
}
.AnyTagClassName
{
color: #4E160F;
}
</style>
background-color css
<style>
a { background-color: #4E160F; }
a { background-color: rgb(78,22,15); }
div.DivClassName
{
background-color: #4E160F;
}
.BgClassName
{
background-color: #4E160F;
}
</style>
border-color css
<style>
span { border-color: #4E160F; }
span { border-color: rgb(78,22,15); }
td.TdClassName
{
border-color: #4E160F;
}
.TagClassName
{
border-color: #4E160F;
}
</style>