Shades of Red Oxide #502121
Tints of Red Oxide #502121
RGB
CMYK
RGB Variations
Color information
#502121 (or 0x502121) is known color: Red Oxide. HEX triplet: 50, 21 and 21. RGB value is (80,33,33). Sum of RGB (Red+Green+Blue) = 80+33+33=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #502121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502121 is #AFDEDE. Grayscale: #2F2F2F. Windows color (decimal): -11525855 or 2171216. OLE color: 2171216.
HSL color Cylindrical-coordinate representation of color #502121: hue angle of 0º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502121 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 33 | 33 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.69 |
| HSL | 0º | 0.42% | 0.22% | - |
| HSV(B) | 0º | 0.59% | 0.31% | - |
| XYZ | 4.13 | 2.9 | 1.78 | - |
| YUV | 47.05 | 120.07 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 33 | 0 | 0.59 | 0.59 | 0.69 | 0 | 0.42 | 0.22 |
| Hex | 50 | 21 | 21 | 0 | 3B | 3B | 45 | 0 | 2A | 16 |
| Octal | 120 | 41 | 41 | 0 | 73 | 73 | 105 | 0 | 52 | 26 |
| Binary | 1010000 | 100001 | 100001 | 0 | 111011 | 111011 | 1000101 | 0 | 101010 | 10110 |
Color Harmonies of #502121
Complementary color
Monochromatic Colors of #502121
Black with #502121
Text Example
Text Example
White with #502121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502121; }
p { color: rgb(80,33,33); }
H1.HeaderClassName
{
color: #502121;
}
.AnyTagClassName
{
color: #502121;
}
</style>
background-color css
<style>
a { background-color: #502121; }
a { background-color: rgb(80,33,33); }
div.DivClassName
{
background-color: #502121;
}
.BgClassName
{
background-color: #502121;
}
</style>
border-color css
<style>
span { border-color: #502121; }
span { border-color: rgb(80,33,33); }
td.TdClassName
{
border-color: #502121;
}
.TagClassName
{
border-color: #502121;
}
</style>