Shades of Red Oxide #521A13
Tints of Red Oxide #521A13
RGB
CMYK
RGB Variations
Color information
#521A13 (or 0x521A13) is known color: Red Oxide. HEX triplet: 52, 1A and 13. RGB value is (82,26,19). Sum of RGB (Red+Green+Blue) = 82+26+19=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #521A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521A13 is #ADE5EC. Grayscale: #2A2A2A. Windows color (decimal): -11396589 or 1251922. OLE color: 1251922.
HSL color Cylindrical-coordinate representation of color #521A13: hue angle of 6.67º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #521A13 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 26 | 19 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.68 |
| HSL | 6.67º | 0.62% | 0.2% | - |
| HSV(B) | 6.67º | 0.77% | 0.32% | - |
| XYZ | 3.97 | 2.58 | 0.9 | - |
| YUV | 41.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 19 | 0 | 0.68 | 0.77 | 0.68 | 6.67 | 0.62 | 0.2 |
| Hex | 52 | 1A | 13 | 0 | 44 | 4D | 44 | 7 | 3E | 14 |
| Octal | 122 | 32 | 23 | 0 | 104 | 115 | 104 | 7 | 76 | 24 |
| Binary | 1010010 | 11010 | 10011 | 0 | 1000100 | 1001101 | 1000100 | 111 | 111110 | 10100 |
Color Harmonies of #521A13
Complementary color
Monochromatic Colors of #521A13
Black with #521A13
Text Example
Text Example
White with #521A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A13; }
p { color: rgb(82,26,19); }
H1.HeaderClassName
{
color: #521A13;
}
.AnyTagClassName
{
color: #521A13;
}
</style>
background-color css
<style>
a { background-color: #521A13; }
a { background-color: rgb(82,26,19); }
div.DivClassName
{
background-color: #521A13;
}
.BgClassName
{
background-color: #521A13;
}
</style>
border-color css
<style>
span { border-color: #521A13; }
span { border-color: rgb(82,26,19); }
td.TdClassName
{
border-color: #521A13;
}
.TagClassName
{
border-color: #521A13;
}
</style>