Shades of Red Oxide #521508
Tints of Red Oxide #521508
RGB
CMYK
RGB Variations
Color information
#521508 (or 0x521508) is known color: Red Oxide. HEX triplet: 52, 15 and 08. RGB value is (82,21,8). Sum of RGB (Red+Green+Blue) = 82+21+8=111 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.87% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 82 - color contains mainly: red. Hex color #521508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521508 is #ADEAF7. Grayscale: #252525. Windows color (decimal): -11397880 or 529746. OLE color: 529746.
HSL color Cylindrical-coordinate representation of color #521508: hue angle of 10.54º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #521508 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 21 | 8 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.68 |
| HSL | 10.54º | 0.82% | 0.18% | - |
| HSV(B) | 10.54º | 0.9% | 0.32% | - |
| XYZ | 3.79 | 2.35 | 0.48 | - |
| YUV | 37.76 | 111.21 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 8 | 0 | 0.74 | 0.90 | 0.68 | 10.54 | 0.82 | 0.18 |
| Hex | 52 | 15 | 8 | 0 | 4A | 5A | 44 | B | 52 | 12 |
| Octal | 122 | 25 | 10 | 0 | 112 | 132 | 104 | 13 | 122 | 22 |
| Binary | 1010010 | 10101 | 1000 | 0 | 1001010 | 1011010 | 1000100 | 1011 | 1010010 | 10010 |
Color Harmonies of #521508
Complementary color
Monochromatic Colors of #521508
Black with #521508
Text Example
Text Example
White with #521508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521508; }
p { color: rgb(82,21,8); }
H1.HeaderClassName
{
color: #521508;
}
.AnyTagClassName
{
color: #521508;
}
</style>
background-color css
<style>
a { background-color: #521508; }
a { background-color: rgb(82,21,8); }
div.DivClassName
{
background-color: #521508;
}
.BgClassName
{
background-color: #521508;
}
</style>
border-color css
<style>
span { border-color: #521508; }
span { border-color: rgb(82,21,8); }
td.TdClassName
{
border-color: #521508;
}
.TagClassName
{
border-color: #521508;
}
</style>