Shades of Red Oxide #501716
Tints of Red Oxide #501716
RGB
CMYK
RGB Variations
Color information
#501716 (or 0x501716) is known color: Red Oxide. HEX triplet: 50, 17 and 16. RGB value is (80,23,22). Sum of RGB (Red+Green+Blue) = 80+23+22=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #501716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501716 is #AFE8E9. Grayscale: #272727. Windows color (decimal): -11528426 or 1447760. OLE color: 1447760.
HSL color Cylindrical-coordinate representation of color #501716: hue angle of 1.03º 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 #501716 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 22 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.69 |
| HSL | 1.03º | 0.57% | 0.2% | - |
| HSV(B) | 1.03º | 0.73% | 0.31% | - |
| XYZ | 3.76 | 2.38 | 1.02 | - |
| YUV | 39.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 22 | 0 | 0.71 | 0.72 | 0.69 | 1.03 | 0.57 | 0.2 |
| Hex | 50 | 17 | 16 | 0 | 47 | 48 | 45 | 1 | 39 | 14 |
| Octal | 120 | 27 | 26 | 0 | 107 | 110 | 105 | 1 | 71 | 24 |
| Binary | 1010000 | 10111 | 10110 | 0 | 1000111 | 1001000 | 1000101 | 1 | 111001 | 10100 |
Color Harmonies of #501716
Complementary color
Monochromatic Colors of #501716
Black with #501716
Text Example
Text Example
White with #501716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501716; }
p { color: rgb(80,23,22); }
H1.HeaderClassName
{
color: #501716;
}
.AnyTagClassName
{
color: #501716;
}
</style>
background-color css
<style>
a { background-color: #501716; }
a { background-color: rgb(80,23,22); }
div.DivClassName
{
background-color: #501716;
}
.BgClassName
{
background-color: #501716;
}
</style>
border-color css
<style>
span { border-color: #501716; }
span { border-color: rgb(80,23,22); }
td.TdClassName
{
border-color: #501716;
}
.TagClassName
{
border-color: #501716;
}
</style>