Shades of Red Oxide #61110B
Tints of Red Oxide #61110B
RGB
CMYK
RGB Variations
Color information
#61110B (or 0x61110B) is known color: Red Oxide. HEX triplet: 61, 11 and 0B. RGB value is (97,17,11). Sum of RGB (Red+Green+Blue) = 97+17+11=125 (16% of max value = 765). Red value is 97 (38.28% from 255 or 77.6% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 97 - color contains mainly: red. Hex color #61110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61110B is #9EEEF4. Grayscale: #282828. Windows color (decimal): -10415861 or 725345. OLE color: 725345.
HSL color Cylindrical-coordinate representation of color #61110B: hue angle of 4.19º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61110B is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 17 | 11 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.62 |
| HSL | 4.19º | 0.8% | 0.21% | - |
| HSV(B) | 4.19º | 0.89% | 0.38% | - |
| XYZ | 5.19 | 2.97 | 0.62 | - |
| YUV | 40.24 | 111.5 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 11 | 0 | 0.82 | 0.89 | 0.62 | 4.19 | 0.8 | 0.21 |
| Hex | 61 | 11 | B | 0 | 52 | 59 | 3E | 4 | 50 | 15 |
| Octal | 141 | 21 | 13 | 0 | 122 | 131 | 76 | 4 | 120 | 25 |
| Binary | 1100001 | 10001 | 1011 | 0 | 1010010 | 1011001 | 111110 | 100 | 1010000 | 10101 |
Color Harmonies of #61110B
Complementary color
Monochromatic Colors of #61110B
Black with #61110B
Text Example
Text Example
White with #61110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61110B; }
p { color: rgb(97,17,11); }
H1.HeaderClassName
{
color: #61110B;
}
.AnyTagClassName
{
color: #61110B;
}
</style>
background-color css
<style>
a { background-color: #61110B; }
a { background-color: rgb(97,17,11); }
div.DivClassName
{
background-color: #61110B;
}
.BgClassName
{
background-color: #61110B;
}
</style>
border-color css
<style>
span { border-color: #61110B; }
span { border-color: rgb(97,17,11); }
td.TdClassName
{
border-color: #61110B;
}
.TagClassName
{
border-color: #61110B;
}
</style>