Shades of Red Oxide #4E1007
Tints of Red Oxide #4E1007
RGB
CMYK
RGB Variations
Color information
#4E1007 (or 0x4E1007) is known color: Red Oxide. HEX triplet: 4E, 10 and 07. RGB value is (78,16,7). Sum of RGB (Red+Green+Blue) = 78+16+7=101 (13% of max value = 765). Red value is 78 (30.86% from 255 or 77.23% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1007 is #B1EFF8. Grayscale: #212121. Windows color (decimal): -11661305 or 462926. OLE color: 462926.
HSL color Cylindrical-coordinate representation of color #4E1007: hue angle of 7.61º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E1007 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 16 | 7 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.69 |
| HSL | 7.61º | 0.84% | 0.17% | - |
| HSV(B) | 7.61º | 0.91% | 0.31% | - |
| XYZ | 3.37 | 2.01 | 0.41 | - |
| YUV | 33.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 7 | 0 | 0.79 | 0.91 | 0.69 | 7.61 | 0.84 | 0.17 |
| Hex | 4E | 10 | 7 | 0 | 4F | 5B | 45 | 8 | 54 | 11 |
| Octal | 116 | 20 | 7 | 0 | 117 | 133 | 105 | 10 | 124 | 21 |
| Binary | 1001110 | 10000 | 111 | 0 | 1001111 | 1011011 | 1000101 | 1000 | 1010100 | 10001 |
Color Harmonies of #4E1007
Complementary color
Monochromatic Colors of #4E1007
Black with #4E1007
Text Example
Text Example
White with #4E1007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1007; }
p { color: rgb(78,16,7); }
H1.HeaderClassName
{
color: #4E1007;
}
.AnyTagClassName
{
color: #4E1007;
}
</style>
background-color css
<style>
a { background-color: #4E1007; }
a { background-color: rgb(78,16,7); }
div.DivClassName
{
background-color: #4E1007;
}
.BgClassName
{
background-color: #4E1007;
}
</style>
border-color css
<style>
span { border-color: #4E1007; }
span { border-color: rgb(78,16,7); }
td.TdClassName
{
border-color: #4E1007;
}
.TagClassName
{
border-color: #4E1007;
}
</style>