Shades of Red Oxide #501815
Tints of Red Oxide #501815
RGB
CMYK
RGB Variations
Color information
#501815 (or 0x501815) is known color: Red Oxide. HEX triplet: 50, 18 and 15. RGB value is (80,24,21). Sum of RGB (Red+Green+Blue) = 80+24+21=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #501815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501815 is #AFE7EA. Grayscale: #282828. Windows color (decimal): -11528171 or 1382480. OLE color: 1382480.
HSL color Cylindrical-coordinate representation of color #501815: hue angle of 3.05º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501815 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 21 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.69 |
| HSL | 3.05º | 0.58% | 0.2% | - |
| HSV(B) | 3.05º | 0.74% | 0.31% | - |
| XYZ | 3.77 | 2.41 | 0.98 | - |
| YUV | 40.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 21 | 0 | 0.70 | 0.74 | 0.69 | 3.05 | 0.58 | 0.2 |
| Hex | 50 | 18 | 15 | 0 | 46 | 4A | 45 | 3 | 3A | 14 |
| Octal | 120 | 30 | 25 | 0 | 106 | 112 | 105 | 3 | 72 | 24 |
| Binary | 1010000 | 11000 | 10101 | 0 | 1000110 | 1001010 | 1000101 | 11 | 111010 | 10100 |
Color Harmonies of #501815
Complementary color
Monochromatic Colors of #501815
Black with #501815
Text Example
Text Example
White with #501815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501815; }
p { color: rgb(80,24,21); }
H1.HeaderClassName
{
color: #501815;
}
.AnyTagClassName
{
color: #501815;
}
</style>
background-color css
<style>
a { background-color: #501815; }
a { background-color: rgb(80,24,21); }
div.DivClassName
{
background-color: #501815;
}
.BgClassName
{
background-color: #501815;
}
</style>
border-color css
<style>
span { border-color: #501815; }
span { border-color: rgb(80,24,21); }
td.TdClassName
{
border-color: #501815;
}
.TagClassName
{
border-color: #501815;
}
</style>