Shades of Red Oxide #4E100D
Tints of Red Oxide #4E100D
RGB
CMYK
RGB Variations
Color information
#4E100D (or 0x4E100D) is known color: Red Oxide. HEX triplet: 4E, 10 and 0D. RGB value is (78,16,13). Sum of RGB (Red+Green+Blue) = 78+16+13=107 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.90% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 78 - color contains mainly: red. Hex color #4E100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E100D is #B1EFF2. Grayscale: #222222. Windows color (decimal): -11661299 or 856142. OLE color: 856142.
HSL color Cylindrical-coordinate representation of color #4E100D: hue angle of 2.77º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E100D is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 16 | 13 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.69 |
| HSL | 2.77º | 0.71% | 0.18% | - |
| HSV(B) | 2.77º | 0.83% | 0.31% | - |
| XYZ | 3.4 | 2.02 | 0.59 | - |
| YUV | 34.2 | 116.04 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 13 | 0 | 0.79 | 0.83 | 0.69 | 2.77 | 0.71 | 0.18 |
| Hex | 4E | 10 | D | 0 | 4F | 53 | 45 | 3 | 47 | 12 |
| Octal | 116 | 20 | 15 | 0 | 117 | 123 | 105 | 3 | 107 | 22 |
| Binary | 1001110 | 10000 | 1101 | 0 | 1001111 | 1010011 | 1000101 | 11 | 1000111 | 10010 |
Color Harmonies of #4E100D
Complementary color
Monochromatic Colors of #4E100D
Black with #4E100D
Text Example
Text Example
White with #4E100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E100D; }
p { color: rgb(78,16,13); }
H1.HeaderClassName
{
color: #4E100D;
}
.AnyTagClassName
{
color: #4E100D;
}
</style>
background-color css
<style>
a { background-color: #4E100D; }
a { background-color: rgb(78,16,13); }
div.DivClassName
{
background-color: #4E100D;
}
.BgClassName
{
background-color: #4E100D;
}
</style>
border-color css
<style>
span { border-color: #4E100D; }
span { border-color: rgb(78,16,13); }
td.TdClassName
{
border-color: #4E100D;
}
.TagClassName
{
border-color: #4E100D;
}
</style>