Shades of Red Oxide #521509
Tints of Red Oxide #521509
RGB
CMYK
RGB Variations
Color information
#521509 (or 0x521509) is known color: Red Oxide. HEX triplet: 52, 15 and 09. RGB value is (82,21,9). Sum of RGB (Red+Green+Blue) = 82+21+9=112 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.21% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 82 - color contains mainly: red. Hex color #521509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521509 is #ADEAF6. Grayscale: #252525. Windows color (decimal): -11397879 or 595282. OLE color: 595282.
HSL color Cylindrical-coordinate representation of color #521509: hue angle of 9.86º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521509 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 21 | 9 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.68 |
| HSL | 9.86º | 0.8% | 0.18% | - |
| HSV(B) | 9.86º | 0.89% | 0.32% | - |
| XYZ | 3.8 | 2.35 | 0.51 | - |
| YUV | 37.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 9 | 0 | 0.74 | 0.89 | 0.68 | 9.86 | 0.8 | 0.18 |
| Hex | 52 | 15 | 9 | 0 | 4A | 59 | 44 | A | 50 | 12 |
| Octal | 122 | 25 | 11 | 0 | 112 | 131 | 104 | 12 | 120 | 22 |
| Binary | 1010010 | 10101 | 1001 | 0 | 1001010 | 1011001 | 1000100 | 1010 | 1010000 | 10010 |
Color Harmonies of #521509
Complementary color
Monochromatic Colors of #521509
Black with #521509
Text Example
Text Example
White with #521509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521509; }
p { color: rgb(82,21,9); }
H1.HeaderClassName
{
color: #521509;
}
.AnyTagClassName
{
color: #521509;
}
</style>
background-color css
<style>
a { background-color: #521509; }
a { background-color: rgb(82,21,9); }
div.DivClassName
{
background-color: #521509;
}
.BgClassName
{
background-color: #521509;
}
</style>
border-color css
<style>
span { border-color: #521509; }
span { border-color: rgb(82,21,9); }
td.TdClassName
{
border-color: #521509;
}
.TagClassName
{
border-color: #521509;
}
</style>