Shades of Falu Red #89210E
Tints of Falu Red #89210E
RGB
CMYK
RGB Variations
Color information
#89210E (or 0x89210E) is known color: Falu Red. HEX triplet: 89, 21 and 0E. RGB value is (137,33,14). Sum of RGB (Red+Green+Blue) = 137+33+14=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #89210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89210E is #76DEF1. Grayscale: #3E3E3E. Windows color (decimal): -7790322 or 926089. OLE color: 926089.
HSL color Cylindrical-coordinate representation of color #89210E: hue angle of 9.27º 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 #89210E is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 14 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.46 |
| HSL | 9.27º | 0.81% | 0.3% | - |
| HSV(B) | 9.27º | 0.9% | 0.54% | - |
| XYZ | 10.94 | 6.44 | 1.08 | - |
| YUV | 61.93 | 100.96 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 14 | 0 | 0.76 | 0.90 | 0.46 | 9.27 | 0.81 | 0.3 |
| Hex | 89 | 21 | E | 0 | 4C | 5A | 2E | 9 | 51 | 1E |
| Octal | 211 | 41 | 16 | 0 | 114 | 132 | 56 | 11 | 121 | 36 |
| Binary | 10001001 | 100001 | 1110 | 0 | 1001100 | 1011010 | 101110 | 1001 | 1010001 | 11110 |
Color Harmonies of #89210E
Complementary color
Monochromatic Colors of #89210E
Black with #89210E
Text Example
Text Example
White with #89210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89210E; }
p { color: rgb(137,33,14); }
H1.HeaderClassName
{
color: #89210E;
}
.AnyTagClassName
{
color: #89210E;
}
</style>
background-color css
<style>
a { background-color: #89210E; }
a { background-color: rgb(137,33,14); }
div.DivClassName
{
background-color: #89210E;
}
.BgClassName
{
background-color: #89210E;
}
</style>
border-color css
<style>
span { border-color: #89210E; }
span { border-color: rgb(137,33,14); }
td.TdClassName
{
border-color: #89210E;
}
.TagClassName
{
border-color: #89210E;
}
</style>