Shades of Red Oxide #501507
Tints of Red Oxide #501507
RGB
CMYK
RGB Variations
Color information
#501507 (or 0x501507) is known color: Red Oxide. HEX triplet: 50, 15 and 07. RGB value is (80,21,7). Sum of RGB (Red+Green+Blue) = 80+21+7=108 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.07% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 80 - color contains mainly: red. Hex color #501507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501507 is #AFEAF8. Grayscale: #252525. Windows color (decimal): -11528953 or 464208. OLE color: 464208.
HSL color Cylindrical-coordinate representation of color #501507: hue angle of 11.51º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #501507 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 7 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.69 |
| HSL | 11.51º | 0.84% | 0.17% | - |
| HSV(B) | 11.51º | 0.91% | 0.31% | - |
| XYZ | 3.61 | 2.26 | 0.45 | - |
| YUV | 37.05 | 111.05 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 7 | 0 | 0.74 | 0.91 | 0.69 | 11.51 | 0.84 | 0.17 |
| Hex | 50 | 15 | 7 | 0 | 4A | 5B | 45 | C | 54 | 11 |
| Octal | 120 | 25 | 7 | 0 | 112 | 133 | 105 | 14 | 124 | 21 |
| Binary | 1010000 | 10101 | 111 | 0 | 1001010 | 1011011 | 1000101 | 1100 | 1010100 | 10001 |
Color Harmonies of #501507
Complementary color
Monochromatic Colors of #501507
Black with #501507
Text Example
Text Example
White with #501507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501507; }
p { color: rgb(80,21,7); }
H1.HeaderClassName
{
color: #501507;
}
.AnyTagClassName
{
color: #501507;
}
</style>
background-color css
<style>
a { background-color: #501507; }
a { background-color: rgb(80,21,7); }
div.DivClassName
{
background-color: #501507;
}
.BgClassName
{
background-color: #501507;
}
</style>
border-color css
<style>
span { border-color: #501507; }
span { border-color: rgb(80,21,7); }
td.TdClassName
{
border-color: #501507;
}
.TagClassName
{
border-color: #501507;
}
</style>