Shades of Falu Red #89150F
Tints of Falu Red #89150F
RGB
CMYK
RGB Variations
Color information
#89150F (or 0x89150F) is known color: Falu Red. HEX triplet: 89, 15 and 0F. RGB value is (137,21,15). Sum of RGB (Red+Green+Blue) = 137+21+15=173 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.19% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 137 - color contains mainly: red. Hex color #89150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89150F is #76EAF0. Grayscale: #373737. Windows color (decimal): -7793393 or 988553. OLE color: 988553.
HSL color Cylindrical-coordinate representation of color #89150F: hue angle of 2.95º 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 #89150F is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 21 | 15 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.46 |
| HSL | 2.95º | 0.8% | 0.3% | - |
| HSV(B) | 2.95º | 0.89% | 0.54% | - |
| XYZ | 10.67 | 5.89 | 1.03 | - |
| YUV | 55 | 105.43 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 15 | 0 | 0.85 | 0.89 | 0.46 | 2.95 | 0.8 | 0.3 |
| Hex | 89 | 15 | F | 0 | 55 | 59 | 2E | 3 | 50 | 1E |
| Octal | 211 | 25 | 17 | 0 | 125 | 131 | 56 | 3 | 120 | 36 |
| Binary | 10001001 | 10101 | 1111 | 0 | 1010101 | 1011001 | 101110 | 11 | 1010000 | 11110 |
Color Harmonies of #89150F
Complementary color
Monochromatic Colors of #89150F
Black with #89150F
Text Example
Text Example
White with #89150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89150F; }
p { color: rgb(137,21,15); }
H1.HeaderClassName
{
color: #89150F;
}
.AnyTagClassName
{
color: #89150F;
}
</style>
background-color css
<style>
a { background-color: #89150F; }
a { background-color: rgb(137,21,15); }
div.DivClassName
{
background-color: #89150F;
}
.BgClassName
{
background-color: #89150F;
}
</style>
border-color css
<style>
span { border-color: #89150F; }
span { border-color: rgb(137,21,15); }
td.TdClassName
{
border-color: #89150F;
}
.TagClassName
{
border-color: #89150F;
}
</style>