Shades of Red Oxide #520701
Tints of Red Oxide #520701
RGB
CMYK
RGB Variations
Color information
#520701 (or 0x520701) is known color: Red Oxide. HEX triplet: 52, 07 and 01. RGB value is (82,7,1). Sum of RGB (Red+Green+Blue) = 82+7+1=90 (11% of max value = 765). Red value is 82 (32.42% from 255 or 91.11% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 82 - color contains mainly: red. Hex color #520701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520701 is #ADF8FE. Grayscale: #1C1C1C. Windows color (decimal): -11401471 or 67410. OLE color: 67410.
HSL color Cylindrical-coordinate representation of color #520701: hue angle of 4.44º 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 #520701 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 7 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.68 |
| HSL | 4.44º | 0.98% | 0.16% | - |
| HSV(B) | 4.44º | 0.99% | 0.32% | - |
| XYZ | 3.56 | 1.95 | 0.22 | - |
| YUV | 28.74 | 112.35 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 1 | 0 | 0.91 | 0.99 | 0.68 | 4.44 | 0.98 | 0.16 |
| Hex | 52 | 7 | 1 | 0 | 5B | 63 | 44 | 4 | 62 | 10 |
| Octal | 122 | 7 | 1 | 0 | 133 | 143 | 104 | 4 | 142 | 20 |
| Binary | 1010010 | 111 | 1 | 0 | 1011011 | 1100011 | 1000100 | 100 | 1100010 | 10000 |
Color Harmonies of #520701
Complementary color
Monochromatic Colors of #520701
Black with #520701
Text Example
Text Example
White with #520701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520701; }
p { color: rgb(82,7,1); }
H1.HeaderClassName
{
color: #520701;
}
.AnyTagClassName
{
color: #520701;
}
</style>
background-color css
<style>
a { background-color: #520701; }
a { background-color: rgb(82,7,1); }
div.DivClassName
{
background-color: #520701;
}
.BgClassName
{
background-color: #520701;
}
</style>
border-color css
<style>
span { border-color: #520701; }
span { border-color: rgb(82,7,1); }
td.TdClassName
{
border-color: #520701;
}
.TagClassName
{
border-color: #520701;
}
</style>