Shades of Red Oxide #530901
Tints of Red Oxide #530901
RGB
CMYK
RGB Variations
Color information
#530901 (or 0x530901) is known color: Red Oxide. HEX triplet: 53, 09 and 01. RGB value is (83,9,1). Sum of RGB (Red+Green+Blue) = 83+9+1=93 (12% of max value = 765). Red value is 83 (32.81% from 255 or 89.25% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 83 - color contains mainly: red. Hex color #530901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530901 is #ACF6FE. Grayscale: #1E1E1E. Windows color (decimal): -11335423 or 67923. OLE color: 67923.
HSL color Cylindrical-coordinate representation of color #530901: hue angle of 5.85º 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 #530901 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 9 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.67 |
| HSL | 5.85º | 0.98% | 0.16% | - |
| HSV(B) | 5.85º | 0.99% | 0.33% | - |
| XYZ | 3.67 | 2.04 | 0.23 | - |
| YUV | 30.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 1 | 0 | 0.89 | 0.99 | 0.67 | 5.85 | 0.98 | 0.16 |
| Hex | 53 | 9 | 1 | 0 | 59 | 63 | 43 | 6 | 62 | 10 |
| Octal | 123 | 11 | 1 | 0 | 131 | 143 | 103 | 6 | 142 | 20 |
| Binary | 1010011 | 1001 | 1 | 0 | 1011001 | 1100011 | 1000011 | 110 | 1100010 | 10000 |
Color Harmonies of #530901
Complementary color
Monochromatic Colors of #530901
Black with #530901
Text Example
Text Example
White with #530901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530901; }
p { color: rgb(83,9,1); }
H1.HeaderClassName
{
color: #530901;
}
.AnyTagClassName
{
color: #530901;
}
</style>
background-color css
<style>
a { background-color: #530901; }
a { background-color: rgb(83,9,1); }
div.DivClassName
{
background-color: #530901;
}
.BgClassName
{
background-color: #530901;
}
</style>
border-color css
<style>
span { border-color: #530901; }
span { border-color: rgb(83,9,1); }
td.TdClassName
{
border-color: #530901;
}
.TagClassName
{
border-color: #530901;
}
</style>