Shades of Red Oxide #520D08
Tints of Red Oxide #520D08
RGB
CMYK
RGB Variations
Color information
#520D08 (or 0x520D08) is known color: Red Oxide. HEX triplet: 52, 0D and 08. RGB value is (82,13,8). Sum of RGB (Red+Green+Blue) = 82+13+8=103 (13% of max value = 765). Red value is 82 (32.42% from 255 or 79.61% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 82 - color contains mainly: red. Hex color #520D08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520D08 is #ADF2F7. Grayscale: #212121. Windows color (decimal): -11399928 or 527698. OLE color: 527698.
HSL color Cylindrical-coordinate representation of color #520D08: hue angle of 4.05º 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 #520D08 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 13 | 8 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.68 |
| HSL | 4.05º | 0.82% | 0.18% | - |
| HSV(B) | 4.05º | 0.9% | 0.32% | - |
| XYZ | 3.67 | 2.1 | 0.44 | - |
| YUV | 33.06 | 113.86 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 8 | 0 | 0.84 | 0.90 | 0.68 | 4.05 | 0.82 | 0.18 |
| Hex | 52 | D | 8 | 0 | 54 | 5A | 44 | 4 | 52 | 12 |
| Octal | 122 | 15 | 10 | 0 | 124 | 132 | 104 | 4 | 122 | 22 |
| Binary | 1010010 | 1101 | 1000 | 0 | 1010100 | 1011010 | 1000100 | 100 | 1010010 | 10010 |
Color Harmonies of #520D08
Complementary color
Monochromatic Colors of #520D08
Black with #520D08
Text Example
Text Example
White with #520D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520D08; }
p { color: rgb(82,13,8); }
H1.HeaderClassName
{
color: #520D08;
}
.AnyTagClassName
{
color: #520D08;
}
</style>
background-color css
<style>
a { background-color: #520D08; }
a { background-color: rgb(82,13,8); }
div.DivClassName
{
background-color: #520D08;
}
.BgClassName
{
background-color: #520D08;
}
</style>
border-color css
<style>
span { border-color: #520D08; }
span { border-color: rgb(82,13,8); }
td.TdClassName
{
border-color: #520D08;
}
.TagClassName
{
border-color: #520D08;
}
</style>