Shades of Red Oxide #501306
Tints of Red Oxide #501306
RGB
CMYK
RGB Variations
Color information
#501306 (or 0x501306) is known color: Red Oxide. HEX triplet: 50, 13 and 06. RGB value is (80,19,6). Sum of RGB (Red+Green+Blue) = 80+19+6=105 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.19% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 80 - color contains mainly: red. Hex color #501306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501306 is #AFECF9. Grayscale: #232323. Windows color (decimal): -11529466 or 398160. OLE color: 398160.
HSL color Cylindrical-coordinate representation of color #501306: hue angle of 10.54º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #501306 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 6 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.69 |
| HSL | 10.54º | 0.86% | 0.17% | - |
| HSV(B) | 10.54º | 0.93% | 0.31% | - |
| XYZ | 3.57 | 2.18 | 0.41 | - |
| YUV | 35.76 | 111.21 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 6 | 0 | 0.76 | 0.92 | 0.69 | 10.54 | 0.86 | 0.17 |
| Hex | 50 | 13 | 6 | 0 | 4C | 5C | 45 | B | 56 | 11 |
| Octal | 120 | 23 | 6 | 0 | 114 | 134 | 105 | 13 | 126 | 21 |
| Binary | 1010000 | 10011 | 110 | 0 | 1001100 | 1011100 | 1000101 | 1011 | 1010110 | 10001 |
Color Harmonies of #501306
Complementary color
Monochromatic Colors of #501306
Black with #501306
Text Example
Text Example
White with #501306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501306; }
p { color: rgb(80,19,6); }
H1.HeaderClassName
{
color: #501306;
}
.AnyTagClassName
{
color: #501306;
}
</style>
background-color css
<style>
a { background-color: #501306; }
a { background-color: rgb(80,19,6); }
div.DivClassName
{
background-color: #501306;
}
.BgClassName
{
background-color: #501306;
}
</style>
border-color css
<style>
span { border-color: #501306; }
span { border-color: rgb(80,19,6); }
td.TdClassName
{
border-color: #501306;
}
.TagClassName
{
border-color: #501306;
}
</style>