Shades of Red Oxide #520E08
Tints of Red Oxide #520E08
RGB
CMYK
RGB Variations
Color information
#520E08 (or 0x520E08) is known color: Red Oxide. HEX triplet: 52, 0E and 08. RGB value is (82,14,8). Sum of RGB (Red+Green+Blue) = 82+14+8=104 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.85% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 82 - color contains mainly: red. Hex color #520E08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520E08 is #ADF1F7. Grayscale: #212121. Windows color (decimal): -11399672 or 527954. OLE color: 527954.
HSL color Cylindrical-coordinate representation of color #520E08: hue angle of 4.86º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520E08 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 14 | 8 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.68 |
| HSL | 4.86º | 0.82% | 0.18% | - |
| HSV(B) | 4.86º | 0.9% | 0.32% | - |
| XYZ | 3.68 | 2.13 | 0.45 | - |
| YUV | 33.65 | 113.53 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 8 | 0 | 0.83 | 0.90 | 0.68 | 4.86 | 0.82 | 0.18 |
| Hex | 52 | E | 8 | 0 | 53 | 5A | 44 | 5 | 52 | 12 |
| Octal | 122 | 16 | 10 | 0 | 123 | 132 | 104 | 5 | 122 | 22 |
| Binary | 1010010 | 1110 | 1000 | 0 | 1010011 | 1011010 | 1000100 | 101 | 1010010 | 10010 |
Color Harmonies of #520E08
Complementary color
Monochromatic Colors of #520E08
Black with #520E08
Text Example
Text Example
White with #520E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E08; }
p { color: rgb(82,14,8); }
H1.HeaderClassName
{
color: #520E08;
}
.AnyTagClassName
{
color: #520E08;
}
</style>
background-color css
<style>
a { background-color: #520E08; }
a { background-color: rgb(82,14,8); }
div.DivClassName
{
background-color: #520E08;
}
.BgClassName
{
background-color: #520E08;
}
</style>
border-color css
<style>
span { border-color: #520E08; }
span { border-color: rgb(82,14,8); }
td.TdClassName
{
border-color: #520E08;
}
.TagClassName
{
border-color: #520E08;
}
</style>