Shades of Red Oxide #530701
Tints of Red Oxide #530701
RGB
CMYK
RGB Variations
Color information
#530701 (or 0x530701) is known color: Red Oxide. HEX triplet: 53, 07 and 01. RGB value is (83,7,1). Sum of RGB (Red+Green+Blue) = 83+7+1=91 (12% of max value = 765). Red value is 83 (32.81% from 255 or 91.21% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 83 - color contains mainly: red. Hex color #530701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530701 is #ACF8FE. Grayscale: #1D1D1D. Windows color (decimal): -11335935 or 67411. OLE color: 67411.
HSL color Cylindrical-coordinate representation of color #530701: hue angle of 4.39º 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 #530701 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 7 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.67 |
| HSL | 4.39º | 0.98% | 0.16% | - |
| HSV(B) | 4.39º | 0.99% | 0.33% | - |
| XYZ | 3.65 | 1.99 | 0.22 | - |
| YUV | 29.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 1 | 0 | 0.92 | 0.99 | 0.67 | 4.39 | 0.98 | 0.16 |
| Hex | 53 | 7 | 1 | 0 | 5C | 63 | 43 | 4 | 62 | 10 |
| Octal | 123 | 7 | 1 | 0 | 134 | 143 | 103 | 4 | 142 | 20 |
| Binary | 1010011 | 111 | 1 | 0 | 1011100 | 1100011 | 1000011 | 100 | 1100010 | 10000 |
Color Harmonies of #530701
Complementary color
Monochromatic Colors of #530701
Black with #530701
Text Example
Text Example
White with #530701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530701; }
p { color: rgb(83,7,1); }
H1.HeaderClassName
{
color: #530701;
}
.AnyTagClassName
{
color: #530701;
}
</style>
background-color css
<style>
a { background-color: #530701; }
a { background-color: rgb(83,7,1); }
div.DivClassName
{
background-color: #530701;
}
.BgClassName
{
background-color: #530701;
}
</style>
border-color css
<style>
span { border-color: #530701; }
span { border-color: rgb(83,7,1); }
td.TdClassName
{
border-color: #530701;
}
.TagClassName
{
border-color: #530701;
}
</style>