Shades of Red Oxide #520904
Tints of Red Oxide #520904
RGB
CMYK
RGB Variations
Color information
#520904 (or 0x520904) is known color: Red Oxide. HEX triplet: 52, 09 and 04. RGB value is (82,9,4). Sum of RGB (Red+Green+Blue) = 82+9+4=95 (12% of max value = 765). Red value is 82 (32.42% from 255 or 86.32% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 82 - color contains mainly: red. Hex color #520904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520904 is #ADF6FB. Grayscale: #1E1E1E. Windows color (decimal): -11400956 or 264530. OLE color: 264530.
HSL color Cylindrical-coordinate representation of color #520904: hue angle of 3.85º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520904 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 9 | 4 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.68 |
| HSL | 3.85º | 0.91% | 0.17% | - |
| HSV(B) | 3.85º | 0.95% | 0.32% | - |
| XYZ | 3.6 | 2 | 0.31 | - |
| YUV | 30.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 4 | 0 | 0.89 | 0.95 | 0.68 | 3.85 | 0.91 | 0.17 |
| Hex | 52 | 9 | 4 | 0 | 59 | 5F | 44 | 4 | 5B | 11 |
| Octal | 122 | 11 | 4 | 0 | 131 | 137 | 104 | 4 | 133 | 21 |
| Binary | 1010010 | 1001 | 100 | 0 | 1011001 | 1011111 | 1000100 | 100 | 1011011 | 10001 |
Color Harmonies of #520904
Complementary color
Monochromatic Colors of #520904
Black with #520904
Text Example
Text Example
White with #520904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520904; }
p { color: rgb(82,9,4); }
H1.HeaderClassName
{
color: #520904;
}
.AnyTagClassName
{
color: #520904;
}
</style>
background-color css
<style>
a { background-color: #520904; }
a { background-color: rgb(82,9,4); }
div.DivClassName
{
background-color: #520904;
}
.BgClassName
{
background-color: #520904;
}
</style>
border-color css
<style>
span { border-color: #520904; }
span { border-color: rgb(82,9,4); }
td.TdClassName
{
border-color: #520904;
}
.TagClassName
{
border-color: #520904;
}
</style>