Shades of Falu Red #89210F
Tints of Falu Red #89210F
RGB
CMYK
RGB Variations
Color information
#89210F (or 0x89210F) is known color: Falu Red. HEX triplet: 89, 21 and 0F. RGB value is (137,33,15). Sum of RGB (Red+Green+Blue) = 137+33+15=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #89210F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89210F is #76DEF0. Grayscale: #3E3E3E. Windows color (decimal): -7790321 or 991625. OLE color: 991625.
HSL color Cylindrical-coordinate representation of color #89210F: hue angle of 8.85º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89210F is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 15 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.46 |
| HSL | 8.85º | 0.8% | 0.3% | - |
| HSV(B) | 8.85º | 0.89% | 0.54% | - |
| XYZ | 10.95 | 6.44 | 1.12 | - |
| YUV | 62.04 | 101.46 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 15 | 0 | 0.76 | 0.89 | 0.46 | 8.85 | 0.8 | 0.3 |
| Hex | 89 | 21 | F | 0 | 4C | 59 | 2E | 9 | 50 | 1E |
| Octal | 211 | 41 | 17 | 0 | 114 | 131 | 56 | 11 | 120 | 36 |
| Binary | 10001001 | 100001 | 1111 | 0 | 1001100 | 1011001 | 101110 | 1001 | 1010000 | 11110 |
Color Harmonies of #89210F
Complementary color
Monochromatic Colors of #89210F
Black with #89210F
Text Example
Text Example
White with #89210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89210F; }
p { color: rgb(137,33,15); }
H1.HeaderClassName
{
color: #89210F;
}
.AnyTagClassName
{
color: #89210F;
}
</style>
background-color css
<style>
a { background-color: #89210F; }
a { background-color: rgb(137,33,15); }
div.DivClassName
{
background-color: #89210F;
}
.BgClassName
{
background-color: #89210F;
}
</style>
border-color css
<style>
span { border-color: #89210F; }
span { border-color: rgb(137,33,15); }
td.TdClassName
{
border-color: #89210F;
}
.TagClassName
{
border-color: #89210F;
}
</style>