Shades of Falu Red #89120C
Tints of Falu Red #89120C
RGB
CMYK
RGB Variations
Color information
#89120C (or 0x89120C) is known color: Falu Red. HEX triplet: 89, 12 and 0C. RGB value is (137,18,12). Sum of RGB (Red+Green+Blue) = 137+18+12=167 (22% of max value = 765). Red value is 137 (53.91% from 255 or 82.04% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 137 - color contains mainly: red. Hex color #89120C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89120C is #76EDF3. Grayscale: #353535. Windows color (decimal): -7794164 or 791177. OLE color: 791177.
HSL color Cylindrical-coordinate representation of color #89120C: hue angle of 2.88º 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 #89120C is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 18 | 12 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.46 |
| HSL | 2.88º | 0.84% | 0.29% | - |
| HSV(B) | 2.88º | 0.91% | 0.54% | - |
| XYZ | 10.6 | 5.78 | 0.9 | - |
| YUV | 52.9 | 104.92 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 12 | 0 | 0.87 | 0.91 | 0.46 | 2.88 | 0.84 | 0.29 |
| Hex | 89 | 12 | C | 0 | 57 | 5B | 2E | 3 | 54 | 1D |
| Octal | 211 | 22 | 14 | 0 | 127 | 133 | 56 | 3 | 124 | 35 |
| Binary | 10001001 | 10010 | 1100 | 0 | 1010111 | 1011011 | 101110 | 11 | 1010100 | 11101 |
Color Harmonies of #89120C
Complementary color
Monochromatic Colors of #89120C
Black with #89120C
Text Example
Text Example
White with #89120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89120C; }
p { color: rgb(137,18,12); }
H1.HeaderClassName
{
color: #89120C;
}
.AnyTagClassName
{
color: #89120C;
}
</style>
background-color css
<style>
a { background-color: #89120C; }
a { background-color: rgb(137,18,12); }
div.DivClassName
{
background-color: #89120C;
}
.BgClassName
{
background-color: #89120C;
}
</style>
border-color css
<style>
span { border-color: #89120C; }
span { border-color: rgb(137,18,12); }
td.TdClassName
{
border-color: #89120C;
}
.TagClassName
{
border-color: #89120C;
}
</style>