Shades of Falu Red #89100B
Tints of Falu Red #89100B
RGB
CMYK
RGB Variations
Color information
#89100B (or 0x89100B) is known color: Falu Red. HEX triplet: 89, 10 and 0B. RGB value is (137,16,11). Sum of RGB (Red+Green+Blue) = 137+16+11=164 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.54% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 137 - color contains mainly: red. Hex color #89100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89100B is #76EFF4. Grayscale: #333333. Windows color (decimal): -7794677 or 725129. OLE color: 725129.
HSL color Cylindrical-coordinate representation of color #89100B: hue angle of 2.38º 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 #89100B is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 16 | 11 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.46 |
| HSL | 2.38º | 0.85% | 0.29% | - |
| HSV(B) | 2.38º | 0.92% | 0.54% | - |
| XYZ | 10.56 | 5.71 | 0.86 | - |
| YUV | 51.61 | 105.09 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 11 | 0 | 0.88 | 0.92 | 0.46 | 2.38 | 0.85 | 0.29 |
| Hex | 89 | 10 | B | 0 | 58 | 5C | 2E | 2 | 55 | 1D |
| Octal | 211 | 20 | 13 | 0 | 130 | 134 | 56 | 2 | 125 | 35 |
| Binary | 10001001 | 10000 | 1011 | 0 | 1011000 | 1011100 | 101110 | 10 | 1010101 | 11101 |
Color Harmonies of #89100B
Complementary color
Monochromatic Colors of #89100B
Black with #89100B
Text Example
Text Example
White with #89100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89100B; }
p { color: rgb(137,16,11); }
H1.HeaderClassName
{
color: #89100B;
}
.AnyTagClassName
{
color: #89100B;
}
</style>
background-color css
<style>
a { background-color: #89100B; }
a { background-color: rgb(137,16,11); }
div.DivClassName
{
background-color: #89100B;
}
.BgClassName
{
background-color: #89100B;
}
</style>
border-color css
<style>
span { border-color: #89100B; }
span { border-color: rgb(137,16,11); }
td.TdClassName
{
border-color: #89100B;
}
.TagClassName
{
border-color: #89100B;
}
</style>