Shades of Red Oxide #611301
Tints of Red Oxide #611301
RGB
CMYK
RGB Variations
Color information
#611301 (or 0x611301) is known color: Red Oxide. HEX triplet: 61, 13 and 01. RGB value is (97,19,1). Sum of RGB (Red+Green+Blue) = 97+19+1=117 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.91% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 97 - color contains mainly: red. Hex color #611301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611301 is #9EECFE. Grayscale: #282828. Windows color (decimal): -10415359 or 70497. OLE color: 70497.
HSL color Cylindrical-coordinate representation of color #611301: hue angle of 11.25º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #611301 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 19 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.62 |
| HSL | 11.25º | 0.98% | 0.19% | - |
| HSV(B) | 11.25º | 0.99% | 0.38% | - |
| XYZ | 5.17 | 3.01 | 0.34 | - |
| YUV | 40.27 | 105.84 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 19 | 1 | 0 | 0.80 | 0.99 | 0.62 | 11.25 | 0.98 | 0.19 |
| Hex | 61 | 13 | 1 | 0 | 50 | 63 | 3E | B | 62 | 13 |
| Octal | 141 | 23 | 1 | 0 | 120 | 143 | 76 | 13 | 142 | 23 |
| Binary | 1100001 | 10011 | 1 | 0 | 1010000 | 1100011 | 111110 | 1011 | 1100010 | 10011 |
Color Harmonies of #611301
Complementary color
Monochromatic Colors of #611301
Black with #611301
Text Example
Text Example
White with #611301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611301; }
p { color: rgb(97,19,1); }
H1.HeaderClassName
{
color: #611301;
}
.AnyTagClassName
{
color: #611301;
}
</style>
background-color css
<style>
a { background-color: #611301; }
a { background-color: rgb(97,19,1); }
div.DivClassName
{
background-color: #611301;
}
.BgClassName
{
background-color: #611301;
}
</style>
border-color css
<style>
span { border-color: #611301; }
span { border-color: rgb(97,19,1); }
td.TdClassName
{
border-color: #611301;
}
.TagClassName
{
border-color: #611301;
}
</style>