Shades of Red Oxide #501409
Tints of Red Oxide #501409
RGB
CMYK
RGB Variations
Color information
#501409 (or 0x501409) is known color: Red Oxide. HEX triplet: 50, 14 and 09. RGB value is (80,20,9). Sum of RGB (Red+Green+Blue) = 80+20+9=109 (14% of max value = 765). Red value is 80 (31.64% from 255 or 73.39% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 80 - color contains mainly: red. Hex color #501409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501409 is #AFEBF6. Grayscale: #242424. Windows color (decimal): -11529207 or 595024. OLE color: 595024.
HSL color Cylindrical-coordinate representation of color #501409: hue angle of 9.3º 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 #501409 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 9 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.69 |
| HSL | 9.3º | 0.8% | 0.17% | - |
| HSV(B) | 9.3º | 0.89% | 0.31% | - |
| XYZ | 3.61 | 2.23 | 0.5 | - |
| YUV | 36.69 | 112.38 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 9 | 0 | 0.75 | 0.89 | 0.69 | 9.3 | 0.8 | 0.17 |
| Hex | 50 | 14 | 9 | 0 | 4B | 59 | 45 | 9 | 50 | 11 |
| Octal | 120 | 24 | 11 | 0 | 113 | 131 | 105 | 11 | 120 | 21 |
| Binary | 1010000 | 10100 | 1001 | 0 | 1001011 | 1011001 | 1000101 | 1001 | 1010000 | 10001 |
Color Harmonies of #501409
Complementary color
Monochromatic Colors of #501409
Black with #501409
Text Example
Text Example
White with #501409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501409; }
p { color: rgb(80,20,9); }
H1.HeaderClassName
{
color: #501409;
}
.AnyTagClassName
{
color: #501409;
}
</style>
background-color css
<style>
a { background-color: #501409; }
a { background-color: rgb(80,20,9); }
div.DivClassName
{
background-color: #501409;
}
.BgClassName
{
background-color: #501409;
}
</style>
border-color css
<style>
span { border-color: #501409; }
span { border-color: rgb(80,20,9); }
td.TdClassName
{
border-color: #501409;
}
.TagClassName
{
border-color: #501409;
}
</style>