Shades of Red Oxide #501711
Tints of Red Oxide #501711
RGB
CMYK
RGB Variations
Color information
#501711 (or 0x501711) is known color: Red Oxide. HEX triplet: 50, 17 and 11. RGB value is (80,23,17). Sum of RGB (Red+Green+Blue) = 80+23+17=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #501711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501711 is #AFE8EE. Grayscale: #272727. Windows color (decimal): -11528431 or 1120080. OLE color: 1120080.
HSL color Cylindrical-coordinate representation of color #501711: hue angle of 5.71º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501711 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 17 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.69 |
| HSL | 5.71º | 0.65% | 0.19% | - |
| HSV(B) | 5.71º | 0.79% | 0.31% | - |
| XYZ | 3.72 | 2.36 | 0.79 | - |
| YUV | 39.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 17 | 0 | 0.71 | 0.79 | 0.69 | 5.71 | 0.65 | 0.19 |
| Hex | 50 | 17 | 11 | 0 | 47 | 4F | 45 | 6 | 41 | 13 |
| Octal | 120 | 27 | 21 | 0 | 107 | 117 | 105 | 6 | 101 | 23 |
| Binary | 1010000 | 10111 | 10001 | 0 | 1000111 | 1001111 | 1000101 | 110 | 1000001 | 10011 |
Color Harmonies of #501711
Complementary color
Monochromatic Colors of #501711
Black with #501711
Text Example
Text Example
White with #501711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501711; }
p { color: rgb(80,23,17); }
H1.HeaderClassName
{
color: #501711;
}
.AnyTagClassName
{
color: #501711;
}
</style>
background-color css
<style>
a { background-color: #501711; }
a { background-color: rgb(80,23,17); }
div.DivClassName
{
background-color: #501711;
}
.BgClassName
{
background-color: #501711;
}
</style>
border-color css
<style>
span { border-color: #501711; }
span { border-color: rgb(80,23,17); }
td.TdClassName
{
border-color: #501711;
}
.TagClassName
{
border-color: #501711;
}
</style>