Shades of Red Oxide #611009
Tints of Red Oxide #611009
RGB
CMYK
RGB Variations
Color information
#611009 (or 0x611009) is known color: Red Oxide. HEX triplet: 61, 10 and 09. RGB value is (97,16,9). Sum of RGB (Red+Green+Blue) = 97+16+9=122 (16% of max value = 765). Red value is 97 (38.28% from 255 or 79.51% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 97 - color contains mainly: red. Hex color #611009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611009 is #9EEFF6. Grayscale: #272727. Windows color (decimal): -10416119 or 594017. OLE color: 594017.
HSL color Cylindrical-coordinate representation of color #611009: hue angle of 4.77º 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 #611009 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 16 | 9 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.62 |
| HSL | 4.77º | 0.83% | 0.21% | - |
| HSV(B) | 4.77º | 0.91% | 0.38% | - |
| XYZ | 5.16 | 2.93 | 0.55 | - |
| YUV | 39.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 16 | 9 | 0 | 0.84 | 0.91 | 0.62 | 4.77 | 0.83 | 0.21 |
| Hex | 61 | 10 | 9 | 0 | 54 | 5B | 3E | 5 | 53 | 15 |
| Octal | 141 | 20 | 11 | 0 | 124 | 133 | 76 | 5 | 123 | 25 |
| Binary | 1100001 | 10000 | 1001 | 0 | 1010100 | 1011011 | 111110 | 101 | 1010011 | 10101 |
Color Harmonies of #611009
Complementary color
Monochromatic Colors of #611009
Black with #611009
Text Example
Text Example
White with #611009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611009; }
p { color: rgb(97,16,9); }
H1.HeaderClassName
{
color: #611009;
}
.AnyTagClassName
{
color: #611009;
}
</style>
background-color css
<style>
a { background-color: #611009; }
a { background-color: rgb(97,16,9); }
div.DivClassName
{
background-color: #611009;
}
.BgClassName
{
background-color: #611009;
}
</style>
border-color css
<style>
span { border-color: #611009; }
span { border-color: rgb(97,16,9); }
td.TdClassName
{
border-color: #611009;
}
.TagClassName
{
border-color: #611009;
}
</style>