Shades of Red Oxide #501509
Tints of Red Oxide #501509
RGB
CMYK
RGB Variations
Color information
#501509 (or 0x501509) is known color: Red Oxide. HEX triplet: 50, 15 and 09. RGB value is (80,21,9). Sum of RGB (Red+Green+Blue) = 80+21+9=110 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.73% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 80 - color contains mainly: red. Hex color #501509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501509 is #AFEAF6. Grayscale: #252525. Windows color (decimal): -11528951 or 595280. OLE color: 595280.
HSL color Cylindrical-coordinate representation of color #501509: hue angle of 10.14º 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 #501509 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 9 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.69 |
| HSL | 10.14º | 0.8% | 0.17% | - |
| HSV(B) | 10.14º | 0.89% | 0.31% | - |
| XYZ | 3.63 | 2.26 | 0.5 | - |
| YUV | 37.27 | 112.05 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 9 | 0 | 0.74 | 0.89 | 0.69 | 10.14 | 0.8 | 0.17 |
| Hex | 50 | 15 | 9 | 0 | 4A | 59 | 45 | A | 50 | 11 |
| Octal | 120 | 25 | 11 | 0 | 112 | 131 | 105 | 12 | 120 | 21 |
| Binary | 1010000 | 10101 | 1001 | 0 | 1001010 | 1011001 | 1000101 | 1010 | 1010000 | 10001 |
Color Harmonies of #501509
Complementary color
Monochromatic Colors of #501509
Black with #501509
Text Example
Text Example
White with #501509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501509; }
p { color: rgb(80,21,9); }
H1.HeaderClassName
{
color: #501509;
}
.AnyTagClassName
{
color: #501509;
}
</style>
background-color css
<style>
a { background-color: #501509; }
a { background-color: rgb(80,21,9); }
div.DivClassName
{
background-color: #501509;
}
.BgClassName
{
background-color: #501509;
}
</style>
border-color css
<style>
span { border-color: #501509; }
span { border-color: rgb(80,21,9); }
td.TdClassName
{
border-color: #501509;
}
.TagClassName
{
border-color: #501509;
}
</style>