Shades of Red Oxide #501E1A
Tints of Red Oxide #501E1A
RGB
CMYK
RGB Variations
Color information
#501E1A (or 0x501E1A) is known color: Red Oxide. HEX triplet: 50, 1E and 1A. RGB value is (80,30,26). Sum of RGB (Red+Green+Blue) = 80+30+26=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #501E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E1A is #AFE1E5. Grayscale: #2C2C2C. Windows color (decimal): -11526630 or 1711696. OLE color: 1711696.
HSL color Cylindrical-coordinate representation of color #501E1A: hue angle of 4.44º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501E1A is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 26 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.69 |
| HSL | 4.44º | 0.51% | 0.21% | - |
| HSV(B) | 4.44º | 0.68% | 0.31% | - |
| XYZ | 3.96 | 2.71 | 1.29 | - |
| YUV | 44.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 26 | 0 | 0.62 | 0.67 | 0.69 | 4.44 | 0.51 | 0.21 |
| Hex | 50 | 1E | 1A | 0 | 3E | 43 | 45 | 4 | 33 | 15 |
| Octal | 120 | 36 | 32 | 0 | 76 | 103 | 105 | 4 | 63 | 25 |
| Binary | 1010000 | 11110 | 11010 | 0 | 111110 | 1000011 | 1000101 | 100 | 110011 | 10101 |
Color Harmonies of #501E1A
Complementary color
Monochromatic Colors of #501E1A
Black with #501E1A
Text Example
Text Example
White with #501E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E1A; }
p { color: rgb(80,30,26); }
H1.HeaderClassName
{
color: #501E1A;
}
.AnyTagClassName
{
color: #501E1A;
}
</style>
background-color css
<style>
a { background-color: #501E1A; }
a { background-color: rgb(80,30,26); }
div.DivClassName
{
background-color: #501E1A;
}
.BgClassName
{
background-color: #501E1A;
}
</style>
border-color css
<style>
span { border-color: #501E1A; }
span { border-color: rgb(80,30,26); }
td.TdClassName
{
border-color: #501E1A;
}
.TagClassName
{
border-color: #501E1A;
}
</style>