Shades of Falu Red #890F0E
Tints of Falu Red #890F0E
RGB
CMYK
RGB Variations
Color information
#890F0E (or 0x890F0E) is known color: Falu Red. HEX triplet: 89, 0F and 0E. RGB value is (137,15,14). Sum of RGB (Red+Green+Blue) = 137+15+14=166 (21% of max value = 765). Red value is 137 (53.91% from 255 or 82.53% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 137 - color contains mainly: red. Hex color #890F0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890F0E is #76F0F1. Grayscale: #333333. Windows color (decimal): -7794930 or 921481. OLE color: 921481.
HSL color Cylindrical-coordinate representation of color #890F0E: hue angle of 0.49º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890F0E is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 15 | 14 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.46 |
| HSL | 0.49º | 0.81% | 0.3% | - |
| HSV(B) | 0.49º | 0.9% | 0.54% | - |
| XYZ | 10.57 | 5.69 | 0.96 | - |
| YUV | 51.36 | 106.92 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 14 | 0 | 0.89 | 0.90 | 0.46 | 0.49 | 0.81 | 0.3 |
| Hex | 89 | F | E | 0 | 59 | 5A | 2E | 0 | 51 | 1E |
| Octal | 211 | 17 | 16 | 0 | 131 | 132 | 56 | 0 | 121 | 36 |
| Binary | 10001001 | 1111 | 1110 | 0 | 1011001 | 1011010 | 101110 | 0 | 1010001 | 11110 |
Color Harmonies of #890F0E
Complementary color
Monochromatic Colors of #890F0E
Black with #890F0E
Text Example
Text Example
White with #890F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890F0E; }
p { color: rgb(137,15,14); }
H1.HeaderClassName
{
color: #890F0E;
}
.AnyTagClassName
{
color: #890F0E;
}
</style>
background-color css
<style>
a { background-color: #890F0E; }
a { background-color: rgb(137,15,14); }
div.DivClassName
{
background-color: #890F0E;
}
.BgClassName
{
background-color: #890F0E;
}
</style>
border-color css
<style>
span { border-color: #890F0E; }
span { border-color: rgb(137,15,14); }
td.TdClassName
{
border-color: #890F0E;
}
.TagClassName
{
border-color: #890F0E;
}
</style>