Shades of Red Oxide #520900
Tints of Red Oxide #520900
RGB
CMYK
RGB Variations
Color information
#520900 (or 0x520900) is known color: Red Oxide. HEX triplet: 52, 09 and 00. RGB value is (82,9,0). Sum of RGB (Red+Green+Blue) = 82+9+0=91 (12% of max value = 765). Red value is 82 (32.42% from 255 or 90.11% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 82 - color contains mainly: red. Hex color #520900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520900 is #ADF6FF. Grayscale: #1D1D1D. Windows color (decimal): -11400960 or 2386. OLE color: 2386.
HSL color Cylindrical-coordinate representation of color #520900: hue angle of 6.59º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520900 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 9 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.68 |
| HSL | 6.59º | 1% | 0.16% | - |
| HSV(B) | 6.59º | 1% | 0.32% | - |
| XYZ | 3.58 | 1.99 | 0.2 | - |
| YUV | 29.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 0 | 0 | 0.89 | 1 | 0.68 | 6.59 | 1 | 0.16 |
| Hex | 52 | 9 | 0 | 0 | 59 | 64 | 44 | 7 | 64 | 10 |
| Octal | 122 | 11 | 0 | 0 | 131 | 144 | 104 | 7 | 144 | 20 |
| Binary | 1010010 | 1001 | 0 | 0 | 1011001 | 1100100 | 1000100 | 111 | 1100100 | 10000 |
Color Harmonies of #520900
Complementary color
Monochromatic Colors of #520900
Black with #520900
Text Example
Text Example
White with #520900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520900; }
p { color: rgb(82,9,0); }
H1.HeaderClassName
{
color: #520900;
}
.AnyTagClassName
{
color: #520900;
}
</style>
background-color css
<style>
a { background-color: #520900; }
a { background-color: rgb(82,9,0); }
div.DivClassName
{
background-color: #520900;
}
.BgClassName
{
background-color: #520900;
}
</style>
border-color css
<style>
span { border-color: #520900; }
span { border-color: rgb(82,9,0); }
td.TdClassName
{
border-color: #520900;
}
.TagClassName
{
border-color: #520900;
}
</style>