Shades of Red Oxide #4E1919
Tints of Red Oxide #4E1919
RGB
CMYK
RGB Variations
Color information
#4E1919 (or 0x4E1919) is known color: Red Oxide. HEX triplet: 4E, 19 and 19. RGB value is (78,25,25). Sum of RGB (Red+Green+Blue) = 78+25+25=128 (16% of max value = 765). Red value is 78 (30.86% from 255 or 60.94% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1919 is #B1E6E6. Grayscale: #282828. Windows color (decimal): -11658983 or 1644878. OLE color: 1644878.
HSL color Cylindrical-coordinate representation of color #4E1919: hue angle of 0º 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 #4E1919 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 25 | 25 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.69 |
| HSL | 0º | 0.51% | 0.2% | - |
| HSV(B) | 0º | 0.68% | 0.31% | - |
| XYZ | 3.66 | 2.39 | 1.19 | - |
| YUV | 40.85 | 119.06 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 25 | 0 | 0.68 | 0.68 | 0.69 | 0 | 0.51 | 0.2 |
| Hex | 4E | 19 | 19 | 0 | 44 | 44 | 45 | 0 | 33 | 14 |
| Octal | 116 | 31 | 31 | 0 | 104 | 104 | 105 | 0 | 63 | 24 |
| Binary | 1001110 | 11001 | 11001 | 0 | 1000100 | 1000100 | 1000101 | 0 | 110011 | 10100 |
Color Harmonies of #4E1919
Complementary color
Monochromatic Colors of #4E1919
Black with #4E1919
Text Example
Text Example
White with #4E1919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1919; }
p { color: rgb(78,25,25); }
H1.HeaderClassName
{
color: #4E1919;
}
.AnyTagClassName
{
color: #4E1919;
}
</style>
background-color css
<style>
a { background-color: #4E1919; }
a { background-color: rgb(78,25,25); }
div.DivClassName
{
background-color: #4E1919;
}
.BgClassName
{
background-color: #4E1919;
}
</style>
border-color css
<style>
span { border-color: #4E1919; }
span { border-color: rgb(78,25,25); }
td.TdClassName
{
border-color: #4E1919;
}
.TagClassName
{
border-color: #4E1919;
}
</style>