Shades of Red Oxide #611209
Tints of Red Oxide #611209
RGB
CMYK
RGB Variations
Color information
#611209 (or 0x611209) is known color: Red Oxide. HEX triplet: 61, 12 and 09. RGB value is (97,18,9). Sum of RGB (Red+Green+Blue) = 97+18+9=124 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.23% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 97 - color contains mainly: red. Hex color #611209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611209 is #9EEDF6. Grayscale: #282828. Windows color (decimal): -10415607 or 594529. OLE color: 594529.
HSL color Cylindrical-coordinate representation of color #611209: hue angle of 6.14º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #611209 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 18 | 9 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.62 |
| HSL | 6.14º | 0.83% | 0.21% | - |
| HSV(B) | 6.14º | 0.91% | 0.38% | - |
| XYZ | 5.2 | 2.99 | 0.56 | - |
| YUV | 40.6 | 110.17 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 18 | 9 | 0 | 0.81 | 0.91 | 0.62 | 6.14 | 0.83 | 0.21 |
| Hex | 61 | 12 | 9 | 0 | 51 | 5B | 3E | 6 | 53 | 15 |
| Octal | 141 | 22 | 11 | 0 | 121 | 133 | 76 | 6 | 123 | 25 |
| Binary | 1100001 | 10010 | 1001 | 0 | 1010001 | 1011011 | 111110 | 110 | 1010011 | 10101 |
Color Harmonies of #611209
Complementary color
Monochromatic Colors of #611209
Black with #611209
Text Example
Text Example
White with #611209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611209; }
p { color: rgb(97,18,9); }
H1.HeaderClassName
{
color: #611209;
}
.AnyTagClassName
{
color: #611209;
}
</style>
background-color css
<style>
a { background-color: #611209; }
a { background-color: rgb(97,18,9); }
div.DivClassName
{
background-color: #611209;
}
.BgClassName
{
background-color: #611209;
}
</style>
border-color css
<style>
span { border-color: #611209; }
span { border-color: rgb(97,18,9); }
td.TdClassName
{
border-color: #611209;
}
.TagClassName
{
border-color: #611209;
}
</style>