Shades of Falu Red #89110B
Tints of Falu Red #89110B
RGB
CMYK
RGB Variations
Color information
#89110B (or 0x89110B) is known color: Falu Red. HEX triplet: 89, 11 and 0B. RGB value is (137,17,11). Sum of RGB (Red+Green+Blue) = 137+17+11=165 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.03% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 137 - color contains mainly: red. Hex color #89110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89110B is #76EEF4. Grayscale: #343434. Windows color (decimal): -7794421 or 725385. OLE color: 725385.
HSL color Cylindrical-coordinate representation of color #89110B: hue angle of 2.86º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89110B is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 17 | 11 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.46 |
| HSL | 2.86º | 0.85% | 0.29% | - |
| HSV(B) | 2.86º | 0.92% | 0.54% | - |
| XYZ | 10.58 | 5.74 | 0.87 | - |
| YUV | 52.2 | 104.76 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 11 | 0 | 0.88 | 0.92 | 0.46 | 2.86 | 0.85 | 0.29 |
| Hex | 89 | 11 | B | 0 | 58 | 5C | 2E | 3 | 55 | 1D |
| Octal | 211 | 21 | 13 | 0 | 130 | 134 | 56 | 3 | 125 | 35 |
| Binary | 10001001 | 10001 | 1011 | 0 | 1011000 | 1011100 | 101110 | 11 | 1010101 | 11101 |
Color Harmonies of #89110B
Complementary color
Monochromatic Colors of #89110B
Black with #89110B
Text Example
Text Example
White with #89110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89110B; }
p { color: rgb(137,17,11); }
H1.HeaderClassName
{
color: #89110B;
}
.AnyTagClassName
{
color: #89110B;
}
</style>
background-color css
<style>
a { background-color: #89110B; }
a { background-color: rgb(137,17,11); }
div.DivClassName
{
background-color: #89110B;
}
.BgClassName
{
background-color: #89110B;
}
</style>
border-color css
<style>
span { border-color: #89110B; }
span { border-color: rgb(137,17,11); }
td.TdClassName
{
border-color: #89110B;
}
.TagClassName
{
border-color: #89110B;
}
</style>