Shades of Red Oxide #611602
Tints of Red Oxide #611602
RGB
CMYK
RGB Variations
Color information
#611602 (or 0x611602) is known color: Red Oxide. HEX triplet: 61, 16 and 02. RGB value is (97,22,2). Sum of RGB (Red+Green+Blue) = 97+22+2=121 (16% of max value = 765). Red value is 97 (38.28% from 255 or 80.17% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 97 - color contains mainly: red. Hex color #611602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611602 is #9EE9FD. Grayscale: #2A2A2A. Windows color (decimal): -10414590 or 136801. OLE color: 136801.
HSL color Cylindrical-coordinate representation of color #611602: hue angle of 12.63º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #611602 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 22 | 2 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.62 |
| HSL | 12.63º | 0.96% | 0.19% | - |
| HSV(B) | 12.63º | 0.98% | 0.38% | - |
| XYZ | 5.23 | 3.12 | 0.38 | - |
| YUV | 42.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 22 | 2 | 0 | 0.77 | 0.98 | 0.62 | 12.63 | 0.96 | 0.19 |
| Hex | 61 | 16 | 2 | 0 | 4D | 62 | 3E | D | 60 | 13 |
| Octal | 141 | 26 | 2 | 0 | 115 | 142 | 76 | 15 | 140 | 23 |
| Binary | 1100001 | 10110 | 10 | 0 | 1001101 | 1100010 | 111110 | 1101 | 1100000 | 10011 |
Color Harmonies of #611602
Complementary color
Monochromatic Colors of #611602
Black with #611602
Text Example
Text Example
White with #611602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611602; }
p { color: rgb(97,22,2); }
H1.HeaderClassName
{
color: #611602;
}
.AnyTagClassName
{
color: #611602;
}
</style>
background-color css
<style>
a { background-color: #611602; }
a { background-color: rgb(97,22,2); }
div.DivClassName
{
background-color: #611602;
}
.BgClassName
{
background-color: #611602;
}
</style>
border-color css
<style>
span { border-color: #611602; }
span { border-color: rgb(97,22,2); }
td.TdClassName
{
border-color: #611602;
}
.TagClassName
{
border-color: #611602;
}
</style>