Shades of Red Oxide #501614
Tints of Red Oxide #501614
RGB
CMYK
RGB Variations
Color information
#501614 (or 0x501614) is known color: Red Oxide. HEX triplet: 50, 16 and 14. RGB value is (80,22,20). Sum of RGB (Red+Green+Blue) = 80+22+20=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #501614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501614 is #AFE9EB. Grayscale: #272727. Windows color (decimal): -11528684 or 1316432. OLE color: 1316432.
HSL color Cylindrical-coordinate representation of color #501614: hue angle of 2º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501614 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 20 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.69 |
| HSL | 2º | 0.6% | 0.2% | - |
| HSV(B) | 2º | 0.75% | 0.31% | - |
| XYZ | 3.72 | 2.33 | 0.92 | - |
| YUV | 39.11 | 117.22 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 20 | 0 | 0.72 | 0.75 | 0.69 | 2 | 0.6 | 0.2 |
| Hex | 50 | 16 | 14 | 0 | 48 | 4B | 45 | 2 | 3C | 14 |
| Octal | 120 | 26 | 24 | 0 | 110 | 113 | 105 | 2 | 74 | 24 |
| Binary | 1010000 | 10110 | 10100 | 0 | 1001000 | 1001011 | 1000101 | 10 | 111100 | 10100 |
Color Harmonies of #501614
Complementary color
Monochromatic Colors of #501614
Black with #501614
Text Example
Text Example
White with #501614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501614; }
p { color: rgb(80,22,20); }
H1.HeaderClassName
{
color: #501614;
}
.AnyTagClassName
{
color: #501614;
}
</style>
background-color css
<style>
a { background-color: #501614; }
a { background-color: rgb(80,22,20); }
div.DivClassName
{
background-color: #501614;
}
.BgClassName
{
background-color: #501614;
}
</style>
border-color css
<style>
span { border-color: #501614; }
span { border-color: rgb(80,22,20); }
td.TdClassName
{
border-color: #501614;
}
.TagClassName
{
border-color: #501614;
}
</style>