Shades of Red Oxide #4E1B1A
Tints of Red Oxide #4E1B1A
RGB
CMYK
RGB Variations
Color information
#4E1B1A (or 0x4E1B1A) is known color: Red Oxide. HEX triplet: 4E, 1B and 1A. RGB value is (78,27,26). Sum of RGB (Red+Green+Blue) = 78+27+26=131 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.54% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1B1A is #B1E4E5. Grayscale: #2A2A2A. Windows color (decimal): -11658470 or 1710926. OLE color: 1710926.
HSL color Cylindrical-coordinate representation of color #4E1B1A: hue angle of 1.15º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E1B1A is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 27 | 26 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.69 |
| HSL | 1.15º | 0.5% | 0.2% | - |
| HSV(B) | 1.15º | 0.67% | 0.31% | - |
| XYZ | 3.72 | 2.48 | 1.26 | - |
| YUV | 42.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 26 | 0 | 0.65 | 0.67 | 0.69 | 1.15 | 0.5 | 0.2 |
| Hex | 4E | 1B | 1A | 0 | 41 | 43 | 45 | 1 | 32 | 14 |
| Octal | 116 | 33 | 32 | 0 | 101 | 103 | 105 | 1 | 62 | 24 |
| Binary | 1001110 | 11011 | 11010 | 0 | 1000001 | 1000011 | 1000101 | 1 | 110010 | 10100 |
Color Harmonies of #4E1B1A
Complementary color
Monochromatic Colors of #4E1B1A
Black with #4E1B1A
Text Example
Text Example
White with #4E1B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1B1A; }
p { color: rgb(78,27,26); }
H1.HeaderClassName
{
color: #4E1B1A;
}
.AnyTagClassName
{
color: #4E1B1A;
}
</style>
background-color css
<style>
a { background-color: #4E1B1A; }
a { background-color: rgb(78,27,26); }
div.DivClassName
{
background-color: #4E1B1A;
}
.BgClassName
{
background-color: #4E1B1A;
}
</style>
border-color css
<style>
span { border-color: #4E1B1A; }
span { border-color: rgb(78,27,26); }
td.TdClassName
{
border-color: #4E1B1A;
}
.TagClassName
{
border-color: #4E1B1A;
}
</style>