Shades of Red Oxide #4E100B
Tints of Red Oxide #4E100B
RGB
CMYK
RGB Variations
Color information
#4E100B (or 0x4E100B) is known color: Red Oxide. HEX triplet: 4E, 10 and 0B. RGB value is (78,16,11). Sum of RGB (Red+Green+Blue) = 78+16+11=105 (13% of max value = 765). Red value is 78 (30.86% from 255 or 74.29% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 78 - color contains mainly: red. Hex color #4E100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E100B is #B1EFF4. Grayscale: #222222. Windows color (decimal): -11661301 or 725070. OLE color: 725070.
HSL color Cylindrical-coordinate representation of color #4E100B: hue angle of 4.48º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E100B is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 16 | 11 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.69 |
| HSL | 4.48º | 0.75% | 0.17% | - |
| HSV(B) | 4.48º | 0.86% | 0.31% | - |
| XYZ | 3.39 | 2.01 | 0.53 | - |
| YUV | 33.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 11 | 0 | 0.79 | 0.86 | 0.69 | 4.48 | 0.75 | 0.17 |
| Hex | 4E | 10 | B | 0 | 4F | 56 | 45 | 4 | 4B | 11 |
| Octal | 116 | 20 | 13 | 0 | 117 | 126 | 105 | 4 | 113 | 21 |
| Binary | 1001110 | 10000 | 1011 | 0 | 1001111 | 1010110 | 1000101 | 100 | 1001011 | 10001 |
Color Harmonies of #4E100B
Complementary color
Monochromatic Colors of #4E100B
Black with #4E100B
Text Example
Text Example
White with #4E100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E100B; }
p { color: rgb(78,16,11); }
H1.HeaderClassName
{
color: #4E100B;
}
.AnyTagClassName
{
color: #4E100B;
}
</style>
background-color css
<style>
a { background-color: #4E100B; }
a { background-color: rgb(78,16,11); }
div.DivClassName
{
background-color: #4E100B;
}
.BgClassName
{
background-color: #4E100B;
}
</style>
border-color css
<style>
span { border-color: #4E100B; }
span { border-color: rgb(78,16,11); }
td.TdClassName
{
border-color: #4E100B;
}
.TagClassName
{
border-color: #4E100B;
}
</style>