Shades of Red Oxide #531201
Tints of Red Oxide #531201
RGB
CMYK
RGB Variations
Color information
#531201 (or 0x531201) is known color: Red Oxide. HEX triplet: 53, 12 and 01. RGB value is (83,18,1). Sum of RGB (Red+Green+Blue) = 83+18+1=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #531201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531201 is #ACEDFE. Grayscale: #232323. Windows color (decimal): -11333119 or 70227. OLE color: 70227.
HSL color Cylindrical-coordinate representation of color #531201: hue angle of 12.44º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #531201 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 18 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.67 |
| HSL | 12.44º | 0.98% | 0.16% | - |
| HSV(B) | 12.44º | 0.99% | 0.33% | - |
| XYZ | 3.79 | 2.27 | 0.27 | - |
| YUV | 35.5 | 108.53 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 1 | 0 | 0.78 | 0.99 | 0.67 | 12.44 | 0.98 | 0.16 |
| Hex | 53 | 12 | 1 | 0 | 4E | 63 | 43 | C | 62 | 10 |
| Octal | 123 | 22 | 1 | 0 | 116 | 143 | 103 | 14 | 142 | 20 |
| Binary | 1010011 | 10010 | 1 | 0 | 1001110 | 1100011 | 1000011 | 1100 | 1100010 | 10000 |
Color Harmonies of #531201
Complementary color
Monochromatic Colors of #531201
Black with #531201
Text Example
Text Example
White with #531201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531201; }
p { color: rgb(83,18,1); }
H1.HeaderClassName
{
color: #531201;
}
.AnyTagClassName
{
color: #531201;
}
</style>
background-color css
<style>
a { background-color: #531201; }
a { background-color: rgb(83,18,1); }
div.DivClassName
{
background-color: #531201;
}
.BgClassName
{
background-color: #531201;
}
</style>
border-color css
<style>
span { border-color: #531201; }
span { border-color: rgb(83,18,1); }
td.TdClassName
{
border-color: #531201;
}
.TagClassName
{
border-color: #531201;
}
</style>