Shades of Red Oxide #501408
Tints of Red Oxide #501408
RGB
CMYK
RGB Variations
Color information
#501408 (or 0x501408) is known color: Red Oxide. HEX triplet: 50, 14 and 08. RGB value is (80,20,8). Sum of RGB (Red+Green+Blue) = 80+20+8=108 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.07% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 80 - color contains mainly: red. Hex color #501408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501408 is #AFEBF7. Grayscale: #242424. Windows color (decimal): -11529208 or 529488. OLE color: 529488.
HSL color Cylindrical-coordinate representation of color #501408: hue angle of 10º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #501408 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 8 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.69 |
| HSL | 10º | 0.82% | 0.17% | - |
| HSV(B) | 10º | 0.9% | 0.31% | - |
| XYZ | 3.6 | 2.22 | 0.47 | - |
| YUV | 36.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 8 | 0 | 0.75 | 0.90 | 0.69 | 10 | 0.82 | 0.17 |
| Hex | 50 | 14 | 8 | 0 | 4B | 5A | 45 | A | 52 | 11 |
| Octal | 120 | 24 | 10 | 0 | 113 | 132 | 105 | 12 | 122 | 21 |
| Binary | 1010000 | 10100 | 1000 | 0 | 1001011 | 1011010 | 1000101 | 1010 | 1010010 | 10001 |
Color Harmonies of #501408
Complementary color
Monochromatic Colors of #501408
Black with #501408
Text Example
Text Example
White with #501408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501408; }
p { color: rgb(80,20,8); }
H1.HeaderClassName
{
color: #501408;
}
.AnyTagClassName
{
color: #501408;
}
</style>
background-color css
<style>
a { background-color: #501408; }
a { background-color: rgb(80,20,8); }
div.DivClassName
{
background-color: #501408;
}
.BgClassName
{
background-color: #501408;
}
</style>
border-color css
<style>
span { border-color: #501408; }
span { border-color: rgb(80,20,8); }
td.TdClassName
{
border-color: #501408;
}
.TagClassName
{
border-color: #501408;
}
</style>