Shades of Red Oxide #4E1D19
Tints of Red Oxide #4E1D19
RGB
CMYK
RGB Variations
Color information
#4E1D19 (or 0x4E1D19) is known color: Red Oxide. HEX triplet: 4E, 1D and 19. RGB value is (78,29,25). Sum of RGB (Red+Green+Blue) = 78+29+25=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1D19 is #B1E2E6. Grayscale: #2B2B2B. Windows color (decimal): -11657959 or 1645902. OLE color: 1645902.
HSL color Cylindrical-coordinate representation of color #4E1D19: hue angle of 4.53º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E1D19 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 29 | 25 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.69 |
| HSL | 4.53º | 0.51% | 0.2% | - |
| HSV(B) | 4.53º | 0.68% | 0.31% | - |
| XYZ | 3.76 | 2.57 | 1.22 | - |
| YUV | 43.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 29 | 25 | 0 | 0.63 | 0.68 | 0.69 | 4.53 | 0.51 | 0.2 |
| Hex | 4E | 1D | 19 | 0 | 3F | 44 | 45 | 5 | 33 | 14 |
| Octal | 116 | 35 | 31 | 0 | 77 | 104 | 105 | 5 | 63 | 24 |
| Binary | 1001110 | 11101 | 11001 | 0 | 111111 | 1000100 | 1000101 | 101 | 110011 | 10100 |
Color Harmonies of #4E1D19
Complementary color
Monochromatic Colors of #4E1D19
Black with #4E1D19
Text Example
Text Example
White with #4E1D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1D19; }
p { color: rgb(78,29,25); }
H1.HeaderClassName
{
color: #4E1D19;
}
.AnyTagClassName
{
color: #4E1D19;
}
</style>
background-color css
<style>
a { background-color: #4E1D19; }
a { background-color: rgb(78,29,25); }
div.DivClassName
{
background-color: #4E1D19;
}
.BgClassName
{
background-color: #4E1D19;
}
</style>
border-color css
<style>
span { border-color: #4E1D19; }
span { border-color: rgb(78,29,25); }
td.TdClassName
{
border-color: #4E1D19;
}
.TagClassName
{
border-color: #4E1D19;
}
</style>