Shades of Red Oxide #521A11
Tints of Red Oxide #521A11
RGB
CMYK
RGB Variations
Color information
#521A11 (or 0x521A11) is known color: Red Oxide. HEX triplet: 52, 1A and 11. RGB value is (82,26,17). Sum of RGB (Red+Green+Blue) = 82+26+17=125 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.6% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 82 - color contains mainly: red. Hex color #521A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521A11 is #ADE5EE. Grayscale: #292929. Windows color (decimal): -11396591 or 1120850. OLE color: 1120850.
HSL color Cylindrical-coordinate representation of color #521A11: hue angle of 8.31º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521A11 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 26 | 17 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.68 |
| HSL | 8.31º | 0.66% | 0.19% | - |
| HSV(B) | 8.31º | 0.79% | 0.32% | - |
| XYZ | 3.95 | 2.57 | 0.82 | - |
| YUV | 41.72 | 114.05 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 17 | 0 | 0.68 | 0.79 | 0.68 | 8.31 | 0.66 | 0.19 |
| Hex | 52 | 1A | 11 | 0 | 44 | 4F | 44 | 8 | 42 | 13 |
| Octal | 122 | 32 | 21 | 0 | 104 | 117 | 104 | 10 | 102 | 23 |
| Binary | 1010010 | 11010 | 10001 | 0 | 1000100 | 1001111 | 1000100 | 1000 | 1000010 | 10011 |
Color Harmonies of #521A11
Complementary color
Monochromatic Colors of #521A11
Black with #521A11
Text Example
Text Example
White with #521A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A11; }
p { color: rgb(82,26,17); }
H1.HeaderClassName
{
color: #521A11;
}
.AnyTagClassName
{
color: #521A11;
}
</style>
background-color css
<style>
a { background-color: #521A11; }
a { background-color: rgb(82,26,17); }
div.DivClassName
{
background-color: #521A11;
}
.BgClassName
{
background-color: #521A11;
}
</style>
border-color css
<style>
span { border-color: #521A11; }
span { border-color: rgb(82,26,17); }
td.TdClassName
{
border-color: #521A11;
}
.TagClassName
{
border-color: #521A11;
}
</style>