Shades of Red Oxide #501609
Tints of Red Oxide #501609
RGB
CMYK
RGB Variations
Color information
#501609 (or 0x501609) is known color: Red Oxide. HEX triplet: 50, 16 and 09. RGB value is (80,22,9). Sum of RGB (Red+Green+Blue) = 80+22+9=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #501609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501609 is #AFE9F6. Grayscale: #252525. Windows color (decimal): -11528695 or 595536. OLE color: 595536.
HSL color Cylindrical-coordinate representation of color #501609: hue angle of 10.99º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501609 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 9 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.69 |
| HSL | 10.99º | 0.8% | 0.17% | - |
| HSV(B) | 10.99º | 0.89% | 0.31% | - |
| XYZ | 3.64 | 2.3 | 0.51 | - |
| YUV | 37.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 9 | 0 | 0.72 | 0.89 | 0.69 | 10.99 | 0.8 | 0.17 |
| Hex | 50 | 16 | 9 | 0 | 48 | 59 | 45 | B | 50 | 11 |
| Octal | 120 | 26 | 11 | 0 | 110 | 131 | 105 | 13 | 120 | 21 |
| Binary | 1010000 | 10110 | 1001 | 0 | 1001000 | 1011001 | 1000101 | 1011 | 1010000 | 10001 |
Color Harmonies of #501609
Complementary color
Monochromatic Colors of #501609
Black with #501609
Text Example
Text Example
White with #501609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501609; }
p { color: rgb(80,22,9); }
H1.HeaderClassName
{
color: #501609;
}
.AnyTagClassName
{
color: #501609;
}
</style>
background-color css
<style>
a { background-color: #501609; }
a { background-color: rgb(80,22,9); }
div.DivClassName
{
background-color: #501609;
}
.BgClassName
{
background-color: #501609;
}
</style>
border-color css
<style>
span { border-color: #501609; }
span { border-color: rgb(80,22,9); }
td.TdClassName
{
border-color: #501609;
}
.TagClassName
{
border-color: #501609;
}
</style>