Shades of Falu Red #89190A
Tints of Falu Red #89190A
RGB
CMYK
RGB Variations
Color information
#89190A (or 0x89190A) is known color: Falu Red. HEX triplet: 89, 19 and 0A. RGB value is (137,25,10). Sum of RGB (Red+Green+Blue) = 137+25+10=172 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.65% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 137 - color contains mainly: red. Hex color #89190A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89190A is #76E6F5. Grayscale: #383838. Windows color (decimal): -7792374 or 661897. OLE color: 661897.
HSL color Cylindrical-coordinate representation of color #89190A: hue angle of 7.09º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89190A is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 25 | 10 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.46 |
| HSL | 7.09º | 0.86% | 0.29% | - |
| HSV(B) | 7.09º | 0.93% | 0.54% | - |
| XYZ | 10.72 | 6.04 | 0.89 | - |
| YUV | 56.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 10 | 0 | 0.82 | 0.93 | 0.46 | 7.09 | 0.86 | 0.29 |
| Hex | 89 | 19 | A | 0 | 52 | 5D | 2E | 7 | 56 | 1D |
| Octal | 211 | 31 | 12 | 0 | 122 | 135 | 56 | 7 | 126 | 35 |
| Binary | 10001001 | 11001 | 1010 | 0 | 1010010 | 1011101 | 101110 | 111 | 1010110 | 11101 |
Color Harmonies of #89190A
Complementary color
Monochromatic Colors of #89190A
Black with #89190A
Text Example
Text Example
White with #89190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89190A; }
p { color: rgb(137,25,10); }
H1.HeaderClassName
{
color: #89190A;
}
.AnyTagClassName
{
color: #89190A;
}
</style>
background-color css
<style>
a { background-color: #89190A; }
a { background-color: rgb(137,25,10); }
div.DivClassName
{
background-color: #89190A;
}
.BgClassName
{
background-color: #89190A;
}
</style>
border-color css
<style>
span { border-color: #89190A; }
span { border-color: rgb(137,25,10); }
td.TdClassName
{
border-color: #89190A;
}
.TagClassName
{
border-color: #89190A;
}
</style>