Shades of Red Oxide #611102
Tints of Red Oxide #611102
RGB
CMYK
RGB Variations
Color information
#611102 (or 0x611102) is known color: Red Oxide. HEX triplet: 61, 11 and 02. RGB value is (97,17,2). Sum of RGB (Red+Green+Blue) = 97+17+2=116 (15% of max value = 765). Red value is 97 (38.28% from 255 or 83.62% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 97 - color contains mainly: red. Hex color #611102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611102 is #9EEEFD. Grayscale: #272727. Windows color (decimal): -10415870 or 135521. OLE color: 135521.
HSL color Cylindrical-coordinate representation of color #611102: hue angle of 9.47º 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 #611102 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 17 | 2 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.62 |
| HSL | 9.47º | 0.96% | 0.19% | - |
| HSV(B) | 9.47º | 0.98% | 0.38% | - |
| XYZ | 5.14 | 2.95 | 0.36 | - |
| YUV | 39.21 | 107 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 2 | 0 | 0.82 | 0.98 | 0.62 | 9.47 | 0.96 | 0.19 |
| Hex | 61 | 11 | 2 | 0 | 52 | 62 | 3E | 9 | 60 | 13 |
| Octal | 141 | 21 | 2 | 0 | 122 | 142 | 76 | 11 | 140 | 23 |
| Binary | 1100001 | 10001 | 10 | 0 | 1010010 | 1100010 | 111110 | 1001 | 1100000 | 10011 |
Color Harmonies of #611102
Complementary color
Monochromatic Colors of #611102
Black with #611102
Text Example
Text Example
White with #611102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611102; }
p { color: rgb(97,17,2); }
H1.HeaderClassName
{
color: #611102;
}
.AnyTagClassName
{
color: #611102;
}
</style>
background-color css
<style>
a { background-color: #611102; }
a { background-color: rgb(97,17,2); }
div.DivClassName
{
background-color: #611102;
}
.BgClassName
{
background-color: #611102;
}
</style>
border-color css
<style>
span { border-color: #611102; }
span { border-color: rgb(97,17,2); }
td.TdClassName
{
border-color: #611102;
}
.TagClassName
{
border-color: #611102;
}
</style>