Shades of Falu Red #89110C
Tints of Falu Red #89110C
RGB
CMYK
RGB Variations
Color information
#89110C (or 0x89110C) is known color: Falu Red. HEX triplet: 89, 11 and 0C. RGB value is (137,17,12). Sum of RGB (Red+Green+Blue) = 137+17+12=166 (21% of max value = 765). Red value is 137 (53.91% from 255 or 82.53% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 137 - color contains mainly: red. Hex color #89110C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89110C is #76EEF3. Grayscale: #343434. Windows color (decimal): -7794420 or 790921. OLE color: 790921.
HSL color Cylindrical-coordinate representation of color #89110C: hue angle of 2.4º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89110C is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 17 | 12 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.46 |
| HSL | 2.4º | 0.84% | 0.29% | - |
| HSV(B) | 2.4º | 0.91% | 0.54% | - |
| XYZ | 10.58 | 5.75 | 0.9 | - |
| YUV | 52.31 | 105.26 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 12 | 0 | 0.88 | 0.91 | 0.46 | 2.4 | 0.84 | 0.29 |
| Hex | 89 | 11 | C | 0 | 58 | 5B | 2E | 2 | 54 | 1D |
| Octal | 211 | 21 | 14 | 0 | 130 | 133 | 56 | 2 | 124 | 35 |
| Binary | 10001001 | 10001 | 1100 | 0 | 1011000 | 1011011 | 101110 | 10 | 1010100 | 11101 |
Color Harmonies of #89110C
Complementary color
Monochromatic Colors of #89110C
Black with #89110C
Text Example
Text Example
White with #89110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89110C; }
p { color: rgb(137,17,12); }
H1.HeaderClassName
{
color: #89110C;
}
.AnyTagClassName
{
color: #89110C;
}
</style>
background-color css
<style>
a { background-color: #89110C; }
a { background-color: rgb(137,17,12); }
div.DivClassName
{
background-color: #89110C;
}
.BgClassName
{
background-color: #89110C;
}
</style>
border-color css
<style>
span { border-color: #89110C; }
span { border-color: rgb(137,17,12); }
td.TdClassName
{
border-color: #89110C;
}
.TagClassName
{
border-color: #89110C;
}
</style>