Shades of Red Oxide #501717
Tints of Red Oxide #501717
RGB
CMYK
RGB Variations
Color information
#501717 (or 0x501717) is known color: Red Oxide. HEX triplet: 50, 17 and 17. RGB value is (80,23,23). Sum of RGB (Red+Green+Blue) = 80+23+23=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #501717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501717 is #AFE8E8. Grayscale: #282828. Windows color (decimal): -11528425 or 1513296. OLE color: 1513296.
HSL color Cylindrical-coordinate representation of color #501717: hue angle of 0º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #501717 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 23 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.69 |
| HSL | 0º | 0.55% | 0.2% | - |
| HSV(B) | 0º | 0.71% | 0.31% | - |
| XYZ | 3.77 | 2.38 | 1.07 | - |
| YUV | 40.04 | 118.38 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 23 | 0 | 0.71 | 0.71 | 0.69 | 0 | 0.55 | 0.2 |
| Hex | 50 | 17 | 17 | 0 | 47 | 47 | 45 | 0 | 37 | 14 |
| Octal | 120 | 27 | 27 | 0 | 107 | 107 | 105 | 0 | 67 | 24 |
| Binary | 1010000 | 10111 | 10111 | 0 | 1000111 | 1000111 | 1000101 | 0 | 110111 | 10100 |
Color Harmonies of #501717
Complementary color
Monochromatic Colors of #501717
Black with #501717
Text Example
Text Example
White with #501717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501717; }
p { color: rgb(80,23,23); }
H1.HeaderClassName
{
color: #501717;
}
.AnyTagClassName
{
color: #501717;
}
</style>
background-color css
<style>
a { background-color: #501717; }
a { background-color: rgb(80,23,23); }
div.DivClassName
{
background-color: #501717;
}
.BgClassName
{
background-color: #501717;
}
</style>
border-color css
<style>
span { border-color: #501717; }
span { border-color: rgb(80,23,23); }
td.TdClassName
{
border-color: #501717;
}
.TagClassName
{
border-color: #501717;
}
</style>