Shades of Falu Red #89250E
Tints of Falu Red #89250E
RGB
CMYK
RGB Variations
Color information
#89250E (or 0x89250E) is known color: Falu Red. HEX triplet: 89, 25 and 0E. RGB value is (137,37,14). Sum of RGB (Red+Green+Blue) = 137+37+14=188 (24% of max value = 765). Red value is 137 (53.91% from 255 or 72.87% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 137 - color contains mainly: red. Hex color #89250E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89250E is #76DAF1. Grayscale: #404040. Windows color (decimal): -7789298 or 927113. OLE color: 927113.
HSL color Cylindrical-coordinate representation of color #89250E: hue angle of 11.22º 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 #89250E is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 37 | 14 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.46 |
| HSL | 11.22º | 0.81% | 0.3% | - |
| HSV(B) | 11.22º | 0.9% | 0.54% | - |
| XYZ | 11.06 | 6.67 | 1.12 | - |
| YUV | 64.28 | 99.63 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 14 | 0 | 0.73 | 0.90 | 0.46 | 11.22 | 0.81 | 0.3 |
| Hex | 89 | 25 | E | 0 | 49 | 5A | 2E | B | 51 | 1E |
| Octal | 211 | 45 | 16 | 0 | 111 | 132 | 56 | 13 | 121 | 36 |
| Binary | 10001001 | 100101 | 1110 | 0 | 1001001 | 1011010 | 101110 | 1011 | 1010001 | 11110 |
Color Harmonies of #89250E
Complementary color
Monochromatic Colors of #89250E
Black with #89250E
Text Example
Text Example
White with #89250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89250E; }
p { color: rgb(137,37,14); }
H1.HeaderClassName
{
color: #89250E;
}
.AnyTagClassName
{
color: #89250E;
}
</style>
background-color css
<style>
a { background-color: #89250E; }
a { background-color: rgb(137,37,14); }
div.DivClassName
{
background-color: #89250E;
}
.BgClassName
{
background-color: #89250E;
}
</style>
border-color css
<style>
span { border-color: #89250E; }
span { border-color: rgb(137,37,14); }
td.TdClassName
{
border-color: #89250E;
}
.TagClassName
{
border-color: #89250E;
}
</style>