Shades of Red Oxide #501615
Tints of Red Oxide #501615
RGB
CMYK
RGB Variations
Color information
#501615 (or 0x501615) is known color: Red Oxide. HEX triplet: 50, 16 and 15. RGB value is (80,22,21). Sum of RGB (Red+Green+Blue) = 80+22+21=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #501615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501615 is #AFE9EA. Grayscale: #272727. Windows color (decimal): -11528683 or 1381968. OLE color: 1381968.
HSL color Cylindrical-coordinate representation of color #501615: hue angle of 1.02º 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 #501615 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 21 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.69 |
| HSL | 1.02º | 0.58% | 0.2% | - |
| HSV(B) | 1.02º | 0.74% | 0.31% | - |
| XYZ | 3.73 | 2.33 | 0.96 | - |
| YUV | 39.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 21 | 0 | 0.72 | 0.74 | 0.69 | 1.02 | 0.58 | 0.2 |
| Hex | 50 | 16 | 15 | 0 | 48 | 4A | 45 | 1 | 3A | 14 |
| Octal | 120 | 26 | 25 | 0 | 110 | 112 | 105 | 1 | 72 | 24 |
| Binary | 1010000 | 10110 | 10101 | 0 | 1001000 | 1001010 | 1000101 | 1 | 111010 | 10100 |
Color Harmonies of #501615
Complementary color
Monochromatic Colors of #501615
Black with #501615
Text Example
Text Example
White with #501615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501615; }
p { color: rgb(80,22,21); }
H1.HeaderClassName
{
color: #501615;
}
.AnyTagClassName
{
color: #501615;
}
</style>
background-color css
<style>
a { background-color: #501615; }
a { background-color: rgb(80,22,21); }
div.DivClassName
{
background-color: #501615;
}
.BgClassName
{
background-color: #501615;
}
</style>
border-color css
<style>
span { border-color: #501615; }
span { border-color: rgb(80,22,21); }
td.TdClassName
{
border-color: #501615;
}
.TagClassName
{
border-color: #501615;
}
</style>