Shades of Red Oxide #61110A
Tints of Red Oxide #61110A
RGB
CMYK
RGB Variations
Color information
#61110A (or 0x61110A) is known color: Red Oxide. HEX triplet: 61, 11 and 0A. RGB value is (97,17,10). Sum of RGB (Red+Green+Blue) = 97+17+10=124 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.23% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 97 - color contains mainly: red. Hex color #61110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61110A is #9EEEF5. Grayscale: #282828. Windows color (decimal): -10415862 or 659809. OLE color: 659809.
HSL color Cylindrical-coordinate representation of color #61110A: hue angle of 4.83º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61110A is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 17 | 10 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.62 |
| HSL | 4.83º | 0.81% | 0.21% | - |
| HSV(B) | 4.83º | 0.9% | 0.38% | - |
| XYZ | 5.19 | 2.96 | 0.59 | - |
| YUV | 40.12 | 111 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 10 | 0 | 0.82 | 0.90 | 0.62 | 4.83 | 0.81 | 0.21 |
| Hex | 61 | 11 | A | 0 | 52 | 5A | 3E | 5 | 51 | 15 |
| Octal | 141 | 21 | 12 | 0 | 122 | 132 | 76 | 5 | 121 | 25 |
| Binary | 1100001 | 10001 | 1010 | 0 | 1010010 | 1011010 | 111110 | 101 | 1010001 | 10101 |
Color Harmonies of #61110A
Complementary color
Monochromatic Colors of #61110A
Black with #61110A
Text Example
Text Example
White with #61110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61110A; }
p { color: rgb(97,17,10); }
H1.HeaderClassName
{
color: #61110A;
}
.AnyTagClassName
{
color: #61110A;
}
</style>
background-color css
<style>
a { background-color: #61110A; }
a { background-color: rgb(97,17,10); }
div.DivClassName
{
background-color: #61110A;
}
.BgClassName
{
background-color: #61110A;
}
</style>
border-color css
<style>
span { border-color: #61110A; }
span { border-color: rgb(97,17,10); }
td.TdClassName
{
border-color: #61110A;
}
.TagClassName
{
border-color: #61110A;
}
</style>