Shades of Red Oxide #501916
Tints of Red Oxide #501916
RGB
CMYK
RGB Variations
Color information
#501916 (or 0x501916) is known color: Red Oxide. HEX triplet: 50, 19 and 16. RGB value is (80,25,22). Sum of RGB (Red+Green+Blue) = 80+25+22=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #501916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501916 is #AFE6E9. Grayscale: #292929. Windows color (decimal): -11527914 or 1448272. OLE color: 1448272.
HSL color Cylindrical-coordinate representation of color #501916: hue angle of 3.1º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501916 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 22 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.69 |
| HSL | 3.1º | 0.57% | 0.2% | - |
| HSV(B) | 3.1º | 0.73% | 0.31% | - |
| XYZ | 3.8 | 2.46 | 1.03 | - |
| YUV | 41.1 | 117.22 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 22 | 0 | 0.69 | 0.72 | 0.69 | 3.1 | 0.57 | 0.2 |
| Hex | 50 | 19 | 16 | 0 | 45 | 48 | 45 | 3 | 39 | 14 |
| Octal | 120 | 31 | 26 | 0 | 105 | 110 | 105 | 3 | 71 | 24 |
| Binary | 1010000 | 11001 | 10110 | 0 | 1000101 | 1001000 | 1000101 | 11 | 111001 | 10100 |
Color Harmonies of #501916
Complementary color
Monochromatic Colors of #501916
Black with #501916
Text Example
Text Example
White with #501916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501916; }
p { color: rgb(80,25,22); }
H1.HeaderClassName
{
color: #501916;
}
.AnyTagClassName
{
color: #501916;
}
</style>
background-color css
<style>
a { background-color: #501916; }
a { background-color: rgb(80,25,22); }
div.DivClassName
{
background-color: #501916;
}
.BgClassName
{
background-color: #501916;
}
</style>
border-color css
<style>
span { border-color: #501916; }
span { border-color: rgb(80,25,22); }
td.TdClassName
{
border-color: #501916;
}
.TagClassName
{
border-color: #501916;
}
</style>