Shades of Red Oxide #530601
Tints of Red Oxide #530601
RGB
CMYK
RGB Variations
Color information
#530601 (or 0x530601) is known color: Red Oxide. HEX triplet: 53, 06 and 01. RGB value is (83,6,1). Sum of RGB (Red+Green+Blue) = 83+6+1=90 (11% of max value = 765). Red value is 83 (32.81% from 255 or 92.22% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 83 - color contains mainly: red. Hex color #530601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530601 is #ACF9FE. Grayscale: #1C1C1C. Windows color (decimal): -11336191 or 67155. OLE color: 67155.
HSL color Cylindrical-coordinate representation of color #530601: hue angle of 3.66º 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 #530601 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 6 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.67 |
| HSL | 3.66º | 0.98% | 0.16% | - |
| HSV(B) | 3.66º | 0.99% | 0.33% | - |
| XYZ | 3.64 | 1.97 | 0.22 | - |
| YUV | 28.45 | 112.51 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 6 | 1 | 0 | 0.93 | 0.99 | 0.67 | 3.66 | 0.98 | 0.16 |
| Hex | 53 | 6 | 1 | 0 | 5D | 63 | 43 | 4 | 62 | 10 |
| Octal | 123 | 6 | 1 | 0 | 135 | 143 | 103 | 4 | 142 | 20 |
| Binary | 1010011 | 110 | 1 | 0 | 1011101 | 1100011 | 1000011 | 100 | 1100010 | 10000 |
Color Harmonies of #530601
Complementary color
Monochromatic Colors of #530601
Black with #530601
Text Example
Text Example
White with #530601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530601; }
p { color: rgb(83,6,1); }
H1.HeaderClassName
{
color: #530601;
}
.AnyTagClassName
{
color: #530601;
}
</style>
background-color css
<style>
a { background-color: #530601; }
a { background-color: rgb(83,6,1); }
div.DivClassName
{
background-color: #530601;
}
.BgClassName
{
background-color: #530601;
}
</style>
border-color css
<style>
span { border-color: #530601; }
span { border-color: rgb(83,6,1); }
td.TdClassName
{
border-color: #530601;
}
.TagClassName
{
border-color: #530601;
}
</style>