Shades of Red Oxide #521301
Tints of Red Oxide #521301
RGB
CMYK
RGB Variations
Color information
#521301 (or 0x521301) is known color: Red Oxide. HEX triplet: 52, 13 and 01. RGB value is (82,19,1). Sum of RGB (Red+Green+Blue) = 82+19+1=102 (13% of max value = 765). Red value is 82 (32.42% from 255 or 80.39% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 82 - color contains mainly: red. Hex color #521301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521301 is #ADECFE. Grayscale: #232323. Windows color (decimal): -11398399 or 70482. OLE color: 70482.
HSL color Cylindrical-coordinate representation of color #521301: hue angle of 13.33º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #521301 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 19 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.68 |
| HSL | 13.33º | 0.98% | 0.16% | - |
| HSV(B) | 13.33º | 0.99% | 0.32% | - |
| XYZ | 3.72 | 2.26 | 0.27 | - |
| YUV | 35.79 | 108.37 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 1 | 0 | 0.77 | 0.99 | 0.68 | 13.33 | 0.98 | 0.16 |
| Hex | 52 | 13 | 1 | 0 | 4D | 63 | 44 | D | 62 | 10 |
| Octal | 122 | 23 | 1 | 0 | 115 | 143 | 104 | 15 | 142 | 20 |
| Binary | 1010010 | 10011 | 1 | 0 | 1001101 | 1100011 | 1000100 | 1101 | 1100010 | 10000 |
Color Harmonies of #521301
Complementary color
Monochromatic Colors of #521301
Black with #521301
Text Example
Text Example
White with #521301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521301; }
p { color: rgb(82,19,1); }
H1.HeaderClassName
{
color: #521301;
}
.AnyTagClassName
{
color: #521301;
}
</style>
background-color css
<style>
a { background-color: #521301; }
a { background-color: rgb(82,19,1); }
div.DivClassName
{
background-color: #521301;
}
.BgClassName
{
background-color: #521301;
}
</style>
border-color css
<style>
span { border-color: #521301; }
span { border-color: rgb(82,19,1); }
td.TdClassName
{
border-color: #521301;
}
.TagClassName
{
border-color: #521301;
}
</style>