Shades of Red Oxide #501E1E
Tints of Red Oxide #501E1E
RGB
CMYK
RGB Variations
Color information
#501E1E (or 0x501E1E) is known color: Red Oxide. HEX triplet: 50, 1E and 1E. RGB value is (80,30,30). Sum of RGB (Red+Green+Blue) = 80+30+30=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #501E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E1E is #AFE1E1. Grayscale: #2D2D2D. Windows color (decimal): -11526626 or 1973840. OLE color: 1973840.
HSL color Cylindrical-coordinate representation of color #501E1E: hue angle of 0º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E1E is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 30 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.69 |
| HSL | 0º | 0.45% | 0.22% | - |
| HSV(B) | 0º | 0.63% | 0.31% | - |
| XYZ | 4.01 | 2.73 | 1.54 | - |
| YUV | 44.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 30 | 0 | 0.62 | 0.62 | 0.69 | 0 | 0.45 | 0.22 |
| Hex | 50 | 1E | 1E | 0 | 3E | 3E | 45 | 0 | 2D | 16 |
| Octal | 120 | 36 | 36 | 0 | 76 | 76 | 105 | 0 | 55 | 26 |
| Binary | 1010000 | 11110 | 11110 | 0 | 111110 | 111110 | 1000101 | 0 | 101101 | 10110 |
Color Harmonies of #501E1E
Complementary color
Monochromatic Colors of #501E1E
Black with #501E1E
Text Example
Text Example
White with #501E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E1E; }
p { color: rgb(80,30,30); }
H1.HeaderClassName
{
color: #501E1E;
}
.AnyTagClassName
{
color: #501E1E;
}
</style>
background-color css
<style>
a { background-color: #501E1E; }
a { background-color: rgb(80,30,30); }
div.DivClassName
{
background-color: #501E1E;
}
.BgClassName
{
background-color: #501E1E;
}
</style>
border-color css
<style>
span { border-color: #501E1E; }
span { border-color: rgb(80,30,30); }
td.TdClassName
{
border-color: #501E1E;
}
.TagClassName
{
border-color: #501E1E;
}
</style>