Shades of Red Oxide #501610
Tints of Red Oxide #501610
RGB
CMYK
RGB Variations
Color information
#501610 (or 0x501610) is known color: Red Oxide. HEX triplet: 50, 16 and 10. RGB value is (80,22,16). Sum of RGB (Red+Green+Blue) = 80+22+16=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #501610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501610 is #AFE9EF. Grayscale: #262626. Windows color (decimal): -11528688 or 1054288. OLE color: 1054288.
HSL color Cylindrical-coordinate representation of color #501610: hue angle of 5.62º 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 #501610 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 16 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.69 |
| HSL | 5.63º | 0.67% | 0.19% | - |
| HSV(B) | 5.63º | 0.8% | 0.31% | - |
| XYZ | 3.69 | 2.32 | 0.74 | - |
| YUV | 38.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 16 | 0 | 0.72 | 0.80 | 0.69 | 5.63 | 0.67 | 0.19 |
| Hex | 50 | 16 | 10 | 0 | 48 | 50 | 45 | 6 | 43 | 13 |
| Octal | 120 | 26 | 20 | 0 | 110 | 120 | 105 | 6 | 103 | 23 |
| Binary | 1010000 | 10110 | 10000 | 0 | 1001000 | 1010000 | 1000101 | 110 | 1000011 | 10011 |
Color Harmonies of #501610
Complementary color
Monochromatic Colors of #501610
Black with #501610
Text Example
Text Example
White with #501610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501610; }
p { color: rgb(80,22,16); }
H1.HeaderClassName
{
color: #501610;
}
.AnyTagClassName
{
color: #501610;
}
</style>
background-color css
<style>
a { background-color: #501610; }
a { background-color: rgb(80,22,16); }
div.DivClassName
{
background-color: #501610;
}
.BgClassName
{
background-color: #501610;
}
</style>
border-color css
<style>
span { border-color: #501610; }
span { border-color: rgb(80,22,16); }
td.TdClassName
{
border-color: #501610;
}
.TagClassName
{
border-color: #501610;
}
</style>