Shades of Red Oxide #4E130C
Tints of Red Oxide #4E130C
RGB
CMYK
RGB Variations
Color information
#4E130C (or 0x4E130C) is known color: Red Oxide. HEX triplet: 4E, 13 and 0C. RGB value is (78,19,12). Sum of RGB (Red+Green+Blue) = 78+19+12=109 (14% of max value = 765). Red value is 78 (30.86% from 255 or 71.56% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 78 - color contains mainly: red. Hex color #4E130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E130C is #B1ECF3. Grayscale: #232323. Windows color (decimal): -11660532 or 791374. OLE color: 791374.
HSL color Cylindrical-coordinate representation of color #4E130C: hue angle of 6.36º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E130C is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 19 | 12 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.69 |
| HSL | 6.36º | 0.73% | 0.18% | - |
| HSV(B) | 6.36º | 0.85% | 0.31% | - |
| XYZ | 3.44 | 2.11 | 0.57 | - |
| YUV | 35.84 | 114.55 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 12 | 0 | 0.76 | 0.85 | 0.69 | 6.36 | 0.73 | 0.18 |
| Hex | 4E | 13 | C | 0 | 4C | 55 | 45 | 6 | 49 | 12 |
| Octal | 116 | 23 | 14 | 0 | 114 | 125 | 105 | 6 | 111 | 22 |
| Binary | 1001110 | 10011 | 1100 | 0 | 1001100 | 1010101 | 1000101 | 110 | 1001001 | 10010 |
Color Harmonies of #4E130C
Complementary color
Monochromatic Colors of #4E130C
Black with #4E130C
Text Example
Text Example
White with #4E130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E130C; }
p { color: rgb(78,19,12); }
H1.HeaderClassName
{
color: #4E130C;
}
.AnyTagClassName
{
color: #4E130C;
}
</style>
background-color css
<style>
a { background-color: #4E130C; }
a { background-color: rgb(78,19,12); }
div.DivClassName
{
background-color: #4E130C;
}
.BgClassName
{
background-color: #4E130C;
}
</style>
border-color css
<style>
span { border-color: #4E130C; }
span { border-color: rgb(78,19,12); }
td.TdClassName
{
border-color: #4E130C;
}
.TagClassName
{
border-color: #4E130C;
}
</style>