Shades of Red Oxide #520706
Tints of Red Oxide #520706
RGB
CMYK
RGB Variations
Color information
#520706 (or 0x520706) is known color: Red Oxide. HEX triplet: 52, 07 and 06. RGB value is (82,7,6). Sum of RGB (Red+Green+Blue) = 82+7+6=95 (12% of max value = 765). Red value is 82 (32.42% from 255 or 86.32% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 82 - color contains mainly: red. Hex color #520706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520706 is #ADF8F9. Grayscale: #1D1D1D. Windows color (decimal): -11401466 or 395090. OLE color: 395090.
HSL color Cylindrical-coordinate representation of color #520706: hue angle of 0.79º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520706 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 7 | 6 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.68 |
| HSL | 0.79º | 0.86% | 0.17% | - |
| HSV(B) | 0.79º | 0.93% | 0.32% | - |
| XYZ | 3.59 | 1.96 | 0.36 | - |
| YUV | 29.31 | 114.85 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 6 | 0 | 0.91 | 0.93 | 0.68 | 0.79 | 0.86 | 0.17 |
| Hex | 52 | 7 | 6 | 0 | 5B | 5D | 44 | 1 | 56 | 11 |
| Octal | 122 | 7 | 6 | 0 | 133 | 135 | 104 | 1 | 126 | 21 |
| Binary | 1010010 | 111 | 110 | 0 | 1011011 | 1011101 | 1000100 | 1 | 1010110 | 10001 |
Color Harmonies of #520706
Complementary color
Monochromatic Colors of #520706
Black with #520706
Text Example
Text Example
White with #520706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520706; }
p { color: rgb(82,7,6); }
H1.HeaderClassName
{
color: #520706;
}
.AnyTagClassName
{
color: #520706;
}
</style>
background-color css
<style>
a { background-color: #520706; }
a { background-color: rgb(82,7,6); }
div.DivClassName
{
background-color: #520706;
}
.BgClassName
{
background-color: #520706;
}
</style>
border-color css
<style>
span { border-color: #520706; }
span { border-color: rgb(82,7,6); }
td.TdClassName
{
border-color: #520706;
}
.TagClassName
{
border-color: #520706;
}
</style>