Shades of Red Oxide #501E1B
Tints of Red Oxide #501E1B
RGB
CMYK
RGB Variations
Color information
#501E1B (or 0x501E1B) is known color: Red Oxide. HEX triplet: 50, 1E and 1B. RGB value is (80,30,27). Sum of RGB (Red+Green+Blue) = 80+30+27=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #501E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E1B is #AFE1E4. Grayscale: #2C2C2C. Windows color (decimal): -11526629 or 1777232. OLE color: 1777232.
HSL color Cylindrical-coordinate representation of color #501E1B: hue angle of 3.4º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #501E1B is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 27 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.69 |
| HSL | 3.4º | 0.5% | 0.21% | - |
| HSV(B) | 3.4º | 0.66% | 0.31% | - |
| XYZ | 3.97 | 2.71 | 1.35 | - |
| YUV | 44.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 27 | 0 | 0.62 | 0.66 | 0.69 | 3.4 | 0.5 | 0.21 |
| Hex | 50 | 1E | 1B | 0 | 3E | 42 | 45 | 3 | 32 | 15 |
| Octal | 120 | 36 | 33 | 0 | 76 | 102 | 105 | 3 | 62 | 25 |
| Binary | 1010000 | 11110 | 11011 | 0 | 111110 | 1000010 | 1000101 | 11 | 110010 | 10101 |
Color Harmonies of #501E1B
Complementary color
Monochromatic Colors of #501E1B
Black with #501E1B
Text Example
Text Example
White with #501E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E1B; }
p { color: rgb(80,30,27); }
H1.HeaderClassName
{
color: #501E1B;
}
.AnyTagClassName
{
color: #501E1B;
}
</style>
background-color css
<style>
a { background-color: #501E1B; }
a { background-color: rgb(80,30,27); }
div.DivClassName
{
background-color: #501E1B;
}
.BgClassName
{
background-color: #501E1B;
}
</style>
border-color css
<style>
span { border-color: #501E1B; }
span { border-color: rgb(80,30,27); }
td.TdClassName
{
border-color: #501E1B;
}
.TagClassName
{
border-color: #501E1B;
}
</style>