Shades of Red Oxide #501410
Tints of Red Oxide #501410
RGB
CMYK
RGB Variations
Color information
#501410 (or 0x501410) is known color: Red Oxide. HEX triplet: 50, 14 and 10. RGB value is (80,20,16). Sum of RGB (Red+Green+Blue) = 80+20+16=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #501410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501410 is #AFEBEF. Grayscale: #252525. Windows color (decimal): -11529200 or 1053776. OLE color: 1053776.
HSL color Cylindrical-coordinate representation of color #501410: hue angle of 3.75º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501410 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 16 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.69 |
| HSL | 3.75º | 0.67% | 0.19% | - |
| HSV(B) | 3.75º | 0.8% | 0.31% | - |
| XYZ | 3.65 | 2.24 | 0.73 | - |
| YUV | 37.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 16 | 0 | 0.75 | 0.80 | 0.69 | 3.75 | 0.67 | 0.19 |
| Hex | 50 | 14 | 10 | 0 | 4B | 50 | 45 | 4 | 43 | 13 |
| Octal | 120 | 24 | 20 | 0 | 113 | 120 | 105 | 4 | 103 | 23 |
| Binary | 1010000 | 10100 | 10000 | 0 | 1001011 | 1010000 | 1000101 | 100 | 1000011 | 10011 |
Color Harmonies of #501410
Complementary color
Monochromatic Colors of #501410
Black with #501410
Text Example
Text Example
White with #501410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501410; }
p { color: rgb(80,20,16); }
H1.HeaderClassName
{
color: #501410;
}
.AnyTagClassName
{
color: #501410;
}
</style>
background-color css
<style>
a { background-color: #501410; }
a { background-color: rgb(80,20,16); }
div.DivClassName
{
background-color: #501410;
}
.BgClassName
{
background-color: #501410;
}
</style>
border-color css
<style>
span { border-color: #501410; }
span { border-color: rgb(80,20,16); }
td.TdClassName
{
border-color: #501410;
}
.TagClassName
{
border-color: #501410;
}
</style>