Shades of Red Oxide #521610
Tints of Red Oxide #521610
RGB
CMYK
RGB Variations
Color information
#521610 (or 0x521610) is known color: Red Oxide. HEX triplet: 52, 16 and 10. RGB value is (82,22,16). Sum of RGB (Red+Green+Blue) = 82+22+16=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #521610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521610 is #ADE9EF. Grayscale: #272727. Windows color (decimal): -11397616 or 1054290. OLE color: 1054290.
HSL color Cylindrical-coordinate representation of color #521610: hue angle of 5.45º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521610 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 22 | 16 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.68 |
| HSL | 5.45º | 0.67% | 0.19% | - |
| HSV(B) | 5.45º | 0.8% | 0.32% | - |
| XYZ | 3.86 | 2.41 | 0.75 | - |
| YUV | 39.26 | 114.88 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 16 | 0 | 0.73 | 0.80 | 0.68 | 5.45 | 0.67 | 0.19 |
| Hex | 52 | 16 | 10 | 0 | 49 | 50 | 44 | 5 | 43 | 13 |
| Octal | 122 | 26 | 20 | 0 | 111 | 120 | 104 | 5 | 103 | 23 |
| Binary | 1010010 | 10110 | 10000 | 0 | 1001001 | 1010000 | 1000100 | 101 | 1000011 | 10011 |
Color Harmonies of #521610
Complementary color
Monochromatic Colors of #521610
Black with #521610
Text Example
Text Example
White with #521610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521610; }
p { color: rgb(82,22,16); }
H1.HeaderClassName
{
color: #521610;
}
.AnyTagClassName
{
color: #521610;
}
</style>
background-color css
<style>
a { background-color: #521610; }
a { background-color: rgb(82,22,16); }
div.DivClassName
{
background-color: #521610;
}
.BgClassName
{
background-color: #521610;
}
</style>
border-color css
<style>
span { border-color: #521610; }
span { border-color: rgb(82,22,16); }
td.TdClassName
{
border-color: #521610;
}
.TagClassName
{
border-color: #521610;
}
</style>