Shades of Red Oxide #501710
Tints of Red Oxide #501710
RGB
CMYK
RGB Variations
Color information
#501710 (or 0x501710) is known color: Red Oxide. HEX triplet: 50, 17 and 10. RGB value is (80,23,16). Sum of RGB (Red+Green+Blue) = 80+23+16=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #501710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501710 is #AFE8EF. Grayscale: #272727. Windows color (decimal): -11528432 or 1054544. OLE color: 1054544.
HSL color Cylindrical-coordinate representation of color #501710: hue angle of 6.56º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501710 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 16 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.69 |
| HSL | 6.56º | 0.67% | 0.19% | - |
| HSV(B) | 6.56º | 0.8% | 0.31% | - |
| XYZ | 3.71 | 2.36 | 0.75 | - |
| YUV | 39.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 16 | 0 | 0.71 | 0.80 | 0.69 | 6.56 | 0.67 | 0.19 |
| Hex | 50 | 17 | 10 | 0 | 47 | 50 | 45 | 7 | 43 | 13 |
| Octal | 120 | 27 | 20 | 0 | 107 | 120 | 105 | 7 | 103 | 23 |
| Binary | 1010000 | 10111 | 10000 | 0 | 1000111 | 1010000 | 1000101 | 111 | 1000011 | 10011 |
Color Harmonies of #501710
Complementary color
Monochromatic Colors of #501710
Black with #501710
Text Example
Text Example
White with #501710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501710; }
p { color: rgb(80,23,16); }
H1.HeaderClassName
{
color: #501710;
}
.AnyTagClassName
{
color: #501710;
}
</style>
background-color css
<style>
a { background-color: #501710; }
a { background-color: rgb(80,23,16); }
div.DivClassName
{
background-color: #501710;
}
.BgClassName
{
background-color: #501710;
}
</style>
border-color css
<style>
span { border-color: #501710; }
span { border-color: rgb(80,23,16); }
td.TdClassName
{
border-color: #501710;
}
.TagClassName
{
border-color: #501710;
}
</style>