Shades of Red Oxide #520901
Tints of Red Oxide #520901
RGB
CMYK
RGB Variations
Color information
#520901 (or 0x520901) is known color: Red Oxide. HEX triplet: 52, 09 and 01. RGB value is (82,9,1). Sum of RGB (Red+Green+Blue) = 82+9+1=92 (12% of max value = 765). Red value is 82 (32.42% from 255 or 89.13% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 82 - color contains mainly: red. Hex color #520901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520901 is #ADF6FE. Grayscale: #1E1E1E. Windows color (decimal): -11400959 or 67922. OLE color: 67922.
HSL color Cylindrical-coordinate representation of color #520901: hue angle of 5.93º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520901 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 9 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.68 |
| HSL | 5.93º | 0.98% | 0.16% | - |
| HSV(B) | 5.93º | 0.99% | 0.32% | - |
| XYZ | 3.58 | 1.99 | 0.22 | - |
| YUV | 29.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 1 | 0 | 0.89 | 0.99 | 0.68 | 5.93 | 0.98 | 0.16 |
| Hex | 52 | 9 | 1 | 0 | 59 | 63 | 44 | 6 | 62 | 10 |
| Octal | 122 | 11 | 1 | 0 | 131 | 143 | 104 | 6 | 142 | 20 |
| Binary | 1010010 | 1001 | 1 | 0 | 1011001 | 1100011 | 1000100 | 110 | 1100010 | 10000 |
Color Harmonies of #520901
Complementary color
Monochromatic Colors of #520901
Black with #520901
Text Example
Text Example
White with #520901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520901; }
p { color: rgb(82,9,1); }
H1.HeaderClassName
{
color: #520901;
}
.AnyTagClassName
{
color: #520901;
}
</style>
background-color css
<style>
a { background-color: #520901; }
a { background-color: rgb(82,9,1); }
div.DivClassName
{
background-color: #520901;
}
.BgClassName
{
background-color: #520901;
}
</style>
border-color css
<style>
span { border-color: #520901; }
span { border-color: rgb(82,9,1); }
td.TdClassName
{
border-color: #520901;
}
.TagClassName
{
border-color: #520901;
}
</style>