Shades of Falu Red #89190F
Tints of Falu Red #89190F
RGB
CMYK
RGB Variations
Color information
#89190F (or 0x89190F) is known color: Falu Red. HEX triplet: 89, 19 and 0F. RGB value is (137,25,15). Sum of RGB (Red+Green+Blue) = 137+25+15=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #89190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89190F is #76E6F0. Grayscale: #393939. Windows color (decimal): -7792369 or 989577. OLE color: 989577.
HSL color Cylindrical-coordinate representation of color #89190F: hue angle of 4.92º 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 #89190F is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 25 | 15 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.46 |
| HSL | 4.92º | 0.8% | 0.3% | - |
| HSV(B) | 4.92º | 0.89% | 0.54% | - |
| XYZ | 10.75 | 6.05 | 1.05 | - |
| YUV | 57.35 | 104.11 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 15 | 0 | 0.82 | 0.89 | 0.46 | 4.92 | 0.8 | 0.3 |
| Hex | 89 | 19 | F | 0 | 52 | 59 | 2E | 5 | 50 | 1E |
| Octal | 211 | 31 | 17 | 0 | 122 | 131 | 56 | 5 | 120 | 36 |
| Binary | 10001001 | 11001 | 1111 | 0 | 1010010 | 1011001 | 101110 | 101 | 1010000 | 11110 |
Color Harmonies of #89190F
Complementary color
Monochromatic Colors of #89190F
Black with #89190F
Text Example
Text Example
White with #89190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89190F; }
p { color: rgb(137,25,15); }
H1.HeaderClassName
{
color: #89190F;
}
.AnyTagClassName
{
color: #89190F;
}
</style>
background-color css
<style>
a { background-color: #89190F; }
a { background-color: rgb(137,25,15); }
div.DivClassName
{
background-color: #89190F;
}
.BgClassName
{
background-color: #89190F;
}
</style>
border-color css
<style>
span { border-color: #89190F; }
span { border-color: rgb(137,25,15); }
td.TdClassName
{
border-color: #89190F;
}
.TagClassName
{
border-color: #89190F;
}
</style>