Shades of Red Oxide #520A07
Tints of Red Oxide #520A07
RGB
CMYK
RGB Variations
Color information
#520A07 (or 0x520A07) is known color: Red Oxide. HEX triplet: 52, 0A and 07. RGB value is (82,10,7). Sum of RGB (Red+Green+Blue) = 82+10+7=99 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82.83% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 82 - color contains mainly: red. Hex color #520A07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520A07 is #ADF5F8. Grayscale: #1F1F1F. Windows color (decimal): -11400697 or 461394. OLE color: 461394.
HSL color Cylindrical-coordinate representation of color #520A07: hue angle of 2.4º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520A07 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 10 | 7 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.68 |
| HSL | 2.4º | 0.84% | 0.17% | - |
| HSV(B) | 2.4º | 0.91% | 0.32% | - |
| XYZ | 3.63 | 2.03 | 0.4 | - |
| YUV | 31.19 | 114.35 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 7 | 0 | 0.88 | 0.91 | 0.68 | 2.4 | 0.84 | 0.17 |
| Hex | 52 | A | 7 | 0 | 58 | 5B | 44 | 2 | 54 | 11 |
| Octal | 122 | 12 | 7 | 0 | 130 | 133 | 104 | 2 | 124 | 21 |
| Binary | 1010010 | 1010 | 111 | 0 | 1011000 | 1011011 | 1000100 | 10 | 1010100 | 10001 |
Color Harmonies of #520A07
Complementary color
Monochromatic Colors of #520A07
Black with #520A07
Text Example
Text Example
White with #520A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520A07; }
p { color: rgb(82,10,7); }
H1.HeaderClassName
{
color: #520A07;
}
.AnyTagClassName
{
color: #520A07;
}
</style>
background-color css
<style>
a { background-color: #520A07; }
a { background-color: rgb(82,10,7); }
div.DivClassName
{
background-color: #520A07;
}
.BgClassName
{
background-color: #520A07;
}
</style>
border-color css
<style>
span { border-color: #520A07; }
span { border-color: rgb(82,10,7); }
td.TdClassName
{
border-color: #520A07;
}
.TagClassName
{
border-color: #520A07;
}
</style>