Shades of Red Oxide #4E1B19
Tints of Red Oxide #4E1B19
RGB
CMYK
RGB Variations
Color information
#4E1B19 (or 0x4E1B19) is known color: Red Oxide. HEX triplet: 4E, 1B and 19. RGB value is (78,27,25). Sum of RGB (Red+Green+Blue) = 78+27+25=130 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1B19 is #B1E4E6. Grayscale: #2A2A2A. Windows color (decimal): -11658471 or 1645390. OLE color: 1645390.
HSL color Cylindrical-coordinate representation of color #4E1B19: hue angle of 2.26º 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 #4E1B19 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 27 | 25 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.69 |
| HSL | 2.26º | 0.51% | 0.2% | - |
| HSV(B) | 2.26º | 0.68% | 0.31% | - |
| XYZ | 3.71 | 2.47 | 1.2 | - |
| YUV | 42.02 | 118.4 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 25 | 0 | 0.65 | 0.68 | 0.69 | 2.26 | 0.51 | 0.2 |
| Hex | 4E | 1B | 19 | 0 | 41 | 44 | 45 | 2 | 33 | 14 |
| Octal | 116 | 33 | 31 | 0 | 101 | 104 | 105 | 2 | 63 | 24 |
| Binary | 1001110 | 11011 | 11001 | 0 | 1000001 | 1000100 | 1000101 | 10 | 110011 | 10100 |
Color Harmonies of #4E1B19
Complementary color
Monochromatic Colors of #4E1B19
Black with #4E1B19
Text Example
Text Example
White with #4E1B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1B19; }
p { color: rgb(78,27,25); }
H1.HeaderClassName
{
color: #4E1B19;
}
.AnyTagClassName
{
color: #4E1B19;
}
</style>
background-color css
<style>
a { background-color: #4E1B19; }
a { background-color: rgb(78,27,25); }
div.DivClassName
{
background-color: #4E1B19;
}
.BgClassName
{
background-color: #4E1B19;
}
</style>
border-color css
<style>
span { border-color: #4E1B19; }
span { border-color: rgb(78,27,25); }
td.TdClassName
{
border-color: #4E1B19;
}
.TagClassName
{
border-color: #4E1B19;
}
</style>