Shades of Red Oxide #501A17
Tints of Red Oxide #501A17
RGB
CMYK
RGB Variations
Color information
#501A17 (or 0x501A17) is known color: Red Oxide. HEX triplet: 50, 1A and 17. RGB value is (80,26,23). Sum of RGB (Red+Green+Blue) = 80+26+23=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #501A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501A17 is #AFE5E8. Grayscale: #292929. Windows color (decimal): -11527657 or 1514064. OLE color: 1514064.
HSL color Cylindrical-coordinate representation of color #501A17: hue angle of 3.16º 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 #501A17 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 26 | 23 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.69 |
| HSL | 3.16º | 0.55% | 0.2% | - |
| HSV(B) | 3.16º | 0.71% | 0.31% | - |
| XYZ | 3.83 | 2.51 | 1.09 | - |
| YUV | 41.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 23 | 0 | 0.67 | 0.71 | 0.69 | 3.16 | 0.55 | 0.2 |
| Hex | 50 | 1A | 17 | 0 | 43 | 47 | 45 | 3 | 37 | 14 |
| Octal | 120 | 32 | 27 | 0 | 103 | 107 | 105 | 3 | 67 | 24 |
| Binary | 1010000 | 11010 | 10111 | 0 | 1000011 | 1000111 | 1000101 | 11 | 110111 | 10100 |
Color Harmonies of #501A17
Complementary color
Monochromatic Colors of #501A17
Black with #501A17
Text Example
Text Example
White with #501A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A17; }
p { color: rgb(80,26,23); }
H1.HeaderClassName
{
color: #501A17;
}
.AnyTagClassName
{
color: #501A17;
}
</style>
background-color css
<style>
a { background-color: #501A17; }
a { background-color: rgb(80,26,23); }
div.DivClassName
{
background-color: #501A17;
}
.BgClassName
{
background-color: #501A17;
}
</style>
border-color css
<style>
span { border-color: #501A17; }
span { border-color: rgb(80,26,23); }
td.TdClassName
{
border-color: #501A17;
}
.TagClassName
{
border-color: #501A17;
}
</style>