Shades of Red Oxide #501915
Tints of Red Oxide #501915
RGB
CMYK
RGB Variations
Color information
#501915 (or 0x501915) is known color: Red Oxide. HEX triplet: 50, 19 and 15. RGB value is (80,25,21). Sum of RGB (Red+Green+Blue) = 80+25+21=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #501915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501915 is #AFE6EA. Grayscale: #292929. Windows color (decimal): -11527915 or 1382736. OLE color: 1382736.
HSL color Cylindrical-coordinate representation of color #501915: hue angle of 4.07º 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 #501915 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 21 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.69 |
| HSL | 4.07º | 0.58% | 0.2% | - |
| HSV(B) | 4.07º | 0.74% | 0.31% | - |
| XYZ | 3.79 | 2.45 | 0.98 | - |
| YUV | 40.99 | 116.72 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 21 | 0 | 0.69 | 0.74 | 0.69 | 4.07 | 0.58 | 0.2 |
| Hex | 50 | 19 | 15 | 0 | 45 | 4A | 45 | 4 | 3A | 14 |
| Octal | 120 | 31 | 25 | 0 | 105 | 112 | 105 | 4 | 72 | 24 |
| Binary | 1010000 | 11001 | 10101 | 0 | 1000101 | 1001010 | 1000101 | 100 | 111010 | 10100 |
Color Harmonies of #501915
Complementary color
Monochromatic Colors of #501915
Black with #501915
Text Example
Text Example
White with #501915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501915; }
p { color: rgb(80,25,21); }
H1.HeaderClassName
{
color: #501915;
}
.AnyTagClassName
{
color: #501915;
}
</style>
background-color css
<style>
a { background-color: #501915; }
a { background-color: rgb(80,25,21); }
div.DivClassName
{
background-color: #501915;
}
.BgClassName
{
background-color: #501915;
}
</style>
border-color css
<style>
span { border-color: #501915; }
span { border-color: rgb(80,25,21); }
td.TdClassName
{
border-color: #501915;
}
.TagClassName
{
border-color: #501915;
}
</style>