Shades of Red Oxide #4E1308
Tints of Red Oxide #4E1308
RGB
CMYK
RGB Variations
Color information
#4E1308 (or 0x4E1308) is known color: Red Oxide. HEX triplet: 4E, 13 and 08. RGB value is (78,19,8). Sum of RGB (Red+Green+Blue) = 78+19+8=105 (13% of max value = 765). Red value is 78 (30.86% from 255 or 74.29% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1308 is #B1ECF7. Grayscale: #232323. Windows color (decimal): -11660536 or 529230. OLE color: 529230.
HSL color Cylindrical-coordinate representation of color #4E1308: hue angle of 9.43º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E1308 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 19 | 8 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.69 |
| HSL | 9.43º | 0.81% | 0.17% | - |
| HSV(B) | 9.43º | 0.9% | 0.31% | - |
| XYZ | 3.42 | 2.1 | 0.46 | - |
| YUV | 35.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 8 | 0 | 0.76 | 0.90 | 0.69 | 9.43 | 0.81 | 0.17 |
| Hex | 4E | 13 | 8 | 0 | 4C | 5A | 45 | 9 | 51 | 11 |
| Octal | 116 | 23 | 10 | 0 | 114 | 132 | 105 | 11 | 121 | 21 |
| Binary | 1001110 | 10011 | 1000 | 0 | 1001100 | 1011010 | 1000101 | 1001 | 1010001 | 10001 |
Color Harmonies of #4E1308
Complementary color
Monochromatic Colors of #4E1308
Black with #4E1308
Text Example
Text Example
White with #4E1308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1308; }
p { color: rgb(78,19,8); }
H1.HeaderClassName
{
color: #4E1308;
}
.AnyTagClassName
{
color: #4E1308;
}
</style>
background-color css
<style>
a { background-color: #4E1308; }
a { background-color: rgb(78,19,8); }
div.DivClassName
{
background-color: #4E1308;
}
.BgClassName
{
background-color: #4E1308;
}
</style>
border-color css
<style>
span { border-color: #4E1308; }
span { border-color: rgb(78,19,8); }
td.TdClassName
{
border-color: #4E1308;
}
.TagClassName
{
border-color: #4E1308;
}
</style>