Shades of Falu Red #89110A
Tints of Falu Red #89110A
RGB
CMYK
RGB Variations
Color information
#89110A (or 0x89110A) is known color: Falu Red. HEX triplet: 89, 11 and 0A. RGB value is (137,17,10). Sum of RGB (Red+Green+Blue) = 137+17+10=164 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.54% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 137 - color contains mainly: red. Hex color #89110A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89110A is #76EEF5. Grayscale: #343434. Windows color (decimal): -7794422 or 659849. OLE color: 659849.
HSL color Cylindrical-coordinate representation of color #89110A: hue angle of 3.31º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89110A is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 17 | 10 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.46 |
| HSL | 3.31º | 0.86% | 0.29% | - |
| HSV(B) | 3.31º | 0.93% | 0.54% | - |
| XYZ | 10.57 | 5.74 | 0.84 | - |
| YUV | 52.08 | 104.26 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 10 | 0 | 0.88 | 0.93 | 0.46 | 3.31 | 0.86 | 0.29 |
| Hex | 89 | 11 | A | 0 | 58 | 5D | 2E | 3 | 56 | 1D |
| Octal | 211 | 21 | 12 | 0 | 130 | 135 | 56 | 3 | 126 | 35 |
| Binary | 10001001 | 10001 | 1010 | 0 | 1011000 | 1011101 | 101110 | 11 | 1010110 | 11101 |
Color Harmonies of #89110A
Complementary color
Monochromatic Colors of #89110A
Black with #89110A
Text Example
Text Example
White with #89110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89110A; }
p { color: rgb(137,17,10); }
H1.HeaderClassName
{
color: #89110A;
}
.AnyTagClassName
{
color: #89110A;
}
</style>
background-color css
<style>
a { background-color: #89110A; }
a { background-color: rgb(137,17,10); }
div.DivClassName
{
background-color: #89110A;
}
.BgClassName
{
background-color: #89110A;
}
</style>
border-color css
<style>
span { border-color: #89110A; }
span { border-color: rgb(137,17,10); }
td.TdClassName
{
border-color: #89110A;
}
.TagClassName
{
border-color: #89110A;
}
</style>