Shades of Red Oxide #691109
Tints of Red Oxide #691109
RGB
CMYK
RGB Variations
Color information
#691109 (or 0x691109) is known color: Red Oxide. HEX triplet: 69, 11 and 09. RGB value is (105,17,9). Sum of RGB (Red+Green+Blue) = 105+17+9=131 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.15% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 105 - color contains mainly: red. Hex color #691109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691109 is #96EEF6. Grayscale: #2A2A2A. Windows color (decimal): -9891575 or 594281. OLE color: 594281.
HSL color Cylindrical-coordinate representation of color #691109: hue angle of 5º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #691109 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 17 | 9 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.59 |
| HSL | 5º | 0.84% | 0.22% | - |
| HSV(B) | 5º | 0.91% | 0.41% | - |
| XYZ | 6.08 | 3.42 | 0.6 | - |
| YUV | 42.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 17 | 9 | 0 | 0.84 | 0.91 | 0.59 | 5 | 0.84 | 0.22 |
| Hex | 69 | 11 | 9 | 0 | 54 | 5B | 3B | 5 | 54 | 16 |
| Octal | 151 | 21 | 11 | 0 | 124 | 133 | 73 | 5 | 124 | 26 |
| Binary | 1101001 | 10001 | 1001 | 0 | 1010100 | 1011011 | 111011 | 101 | 1010100 | 10110 |
Color Harmonies of #691109
Complementary color
Monochromatic Colors of #691109
Black with #691109
Text Example
Text Example
White with #691109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691109; }
p { color: rgb(105,17,9); }
H1.HeaderClassName
{
color: #691109;
}
.AnyTagClassName
{
color: #691109;
}
</style>
background-color css
<style>
a { background-color: #691109; }
a { background-color: rgb(105,17,9); }
div.DivClassName
{
background-color: #691109;
}
.BgClassName
{
background-color: #691109;
}
</style>
border-color css
<style>
span { border-color: #691109; }
span { border-color: rgb(105,17,9); }
td.TdClassName
{
border-color: #691109;
}
.TagClassName
{
border-color: #691109;
}
</style>