Shades of Red Oxide #521605
Tints of Red Oxide #521605
RGB
CMYK
RGB Variations
Color information
#521605 (or 0x521605) is known color: Red Oxide. HEX triplet: 52, 16 and 05. RGB value is (82,22,5). Sum of RGB (Red+Green+Blue) = 82+22+5=109 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.23% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 82 - color contains mainly: red. Hex color #521605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521605 is #ADE9FA. Grayscale: #262626. Windows color (decimal): -11397627 or 333394. OLE color: 333394.
HSL color Cylindrical-coordinate representation of color #521605: hue angle of 13.25º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #521605 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 22 | 5 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.68 |
| HSL | 13.25º | 0.89% | 0.17% | - |
| HSV(B) | 13.25º | 0.94% | 0.32% | - |
| XYZ | 3.79 | 2.38 | 0.4 | - |
| YUV | 38 | 109.38 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 5 | 0 | 0.73 | 0.94 | 0.68 | 13.25 | 0.89 | 0.17 |
| Hex | 52 | 16 | 5 | 0 | 49 | 5E | 44 | D | 59 | 11 |
| Octal | 122 | 26 | 5 | 0 | 111 | 136 | 104 | 15 | 131 | 21 |
| Binary | 1010010 | 10110 | 101 | 0 | 1001001 | 1011110 | 1000100 | 1101 | 1011001 | 10001 |
Color Harmonies of #521605
Complementary color
Monochromatic Colors of #521605
Black with #521605
Text Example
Text Example
White with #521605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521605; }
p { color: rgb(82,22,5); }
H1.HeaderClassName
{
color: #521605;
}
.AnyTagClassName
{
color: #521605;
}
</style>
background-color css
<style>
a { background-color: #521605; }
a { background-color: rgb(82,22,5); }
div.DivClassName
{
background-color: #521605;
}
.BgClassName
{
background-color: #521605;
}
</style>
border-color css
<style>
span { border-color: #521605; }
span { border-color: rgb(82,22,5); }
td.TdClassName
{
border-color: #521605;
}
.TagClassName
{
border-color: #521605;
}
</style>