Shades of Red Oxide #4E150D
Tints of Red Oxide #4E150D
RGB
CMYK
RGB Variations
Color information
#4E150D (or 0x4E150D) is known color: Red Oxide. HEX triplet: 4E, 15 and 0D. RGB value is (78,21,13). Sum of RGB (Red+Green+Blue) = 78+21+13=112 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.64% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 78 - color contains mainly: red. Hex color #4E150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E150D is #B1EAF2. Grayscale: #252525. Windows color (decimal): -11660019 or 857422. OLE color: 857422.
HSL color Cylindrical-coordinate representation of color #4E150D: hue angle of 7.38º 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 #4E150D is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 13 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.69 |
| HSL | 7.38º | 0.71% | 0.18% | - |
| HSV(B) | 7.38º | 0.83% | 0.31% | - |
| XYZ | 3.48 | 2.19 | 0.62 | - |
| YUV | 37.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 13 | 0 | 0.73 | 0.83 | 0.69 | 7.38 | 0.71 | 0.18 |
| Hex | 4E | 15 | D | 0 | 49 | 53 | 45 | 7 | 47 | 12 |
| Octal | 116 | 25 | 15 | 0 | 111 | 123 | 105 | 7 | 107 | 22 |
| Binary | 1001110 | 10101 | 1101 | 0 | 1001001 | 1010011 | 1000101 | 111 | 1000111 | 10010 |
Color Harmonies of #4E150D
Complementary color
Monochromatic Colors of #4E150D
Black with #4E150D
Text Example
Text Example
White with #4E150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E150D; }
p { color: rgb(78,21,13); }
H1.HeaderClassName
{
color: #4E150D;
}
.AnyTagClassName
{
color: #4E150D;
}
</style>
background-color css
<style>
a { background-color: #4E150D; }
a { background-color: rgb(78,21,13); }
div.DivClassName
{
background-color: #4E150D;
}
.BgClassName
{
background-color: #4E150D;
}
</style>
border-color css
<style>
span { border-color: #4E150D; }
span { border-color: rgb(78,21,13); }
td.TdClassName
{
border-color: #4E150D;
}
.TagClassName
{
border-color: #4E150D;
}
</style>