Shades of Red Oxide #521306
Tints of Red Oxide #521306
RGB
CMYK
RGB Variations
Color information
#521306 (or 0x521306) is known color: Red Oxide. HEX triplet: 52, 13 and 06. RGB value is (82,19,6). Sum of RGB (Red+Green+Blue) = 82+19+6=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #521306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521306 is #ADECF9. Grayscale: #242424. Windows color (decimal): -11398394 or 398162. OLE color: 398162.
HSL color Cylindrical-coordinate representation of color #521306: hue angle of 10.26º 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 #521306 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 19 | 6 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.68 |
| HSL | 10.26º | 0.86% | 0.17% | - |
| HSV(B) | 10.26º | 0.93% | 0.32% | - |
| XYZ | 3.75 | 2.27 | 0.41 | - |
| YUV | 36.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 6 | 0 | 0.77 | 0.93 | 0.68 | 10.26 | 0.86 | 0.17 |
| Hex | 52 | 13 | 6 | 0 | 4D | 5D | 44 | A | 56 | 11 |
| Octal | 122 | 23 | 6 | 0 | 115 | 135 | 104 | 12 | 126 | 21 |
| Binary | 1010010 | 10011 | 110 | 0 | 1001101 | 1011101 | 1000100 | 1010 | 1010110 | 10001 |
Color Harmonies of #521306
Complementary color
Monochromatic Colors of #521306
Black with #521306
Text Example
Text Example
White with #521306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521306; }
p { color: rgb(82,19,6); }
H1.HeaderClassName
{
color: #521306;
}
.AnyTagClassName
{
color: #521306;
}
</style>
background-color css
<style>
a { background-color: #521306; }
a { background-color: rgb(82,19,6); }
div.DivClassName
{
background-color: #521306;
}
.BgClassName
{
background-color: #521306;
}
</style>
border-color css
<style>
span { border-color: #521306; }
span { border-color: rgb(82,19,6); }
td.TdClassName
{
border-color: #521306;
}
.TagClassName
{
border-color: #521306;
}
</style>