Shades of Falu Red #89160A
Tints of Falu Red #89160A
RGB
CMYK
RGB Variations
Color information
#89160A (or 0x89160A) is known color: Falu Red. HEX triplet: 89, 16 and 0A. RGB value is (137,22,10). Sum of RGB (Red+Green+Blue) = 137+22+10=169 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.07% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 137 - color contains mainly: red. Hex color #89160A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89160A is #76E9F5. Grayscale: #373737. Windows color (decimal): -7793142 or 661129. OLE color: 661129.
HSL color Cylindrical-coordinate representation of color #89160A: hue angle of 5.67º 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 #89160A is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 22 | 10 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.46 |
| HSL | 5.67º | 0.86% | 0.29% | - |
| HSV(B) | 5.67º | 0.93% | 0.54% | - |
| XYZ | 10.66 | 5.91 | 0.87 | - |
| YUV | 55.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 10 | 0 | 0.84 | 0.93 | 0.46 | 5.67 | 0.86 | 0.29 |
| Hex | 89 | 16 | A | 0 | 54 | 5D | 2E | 6 | 56 | 1D |
| Octal | 211 | 26 | 12 | 0 | 124 | 135 | 56 | 6 | 126 | 35 |
| Binary | 10001001 | 10110 | 1010 | 0 | 1010100 | 1011101 | 101110 | 110 | 1010110 | 11101 |
Color Harmonies of #89160A
Complementary color
Monochromatic Colors of #89160A
Black with #89160A
Text Example
Text Example
White with #89160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89160A; }
p { color: rgb(137,22,10); }
H1.HeaderClassName
{
color: #89160A;
}
.AnyTagClassName
{
color: #89160A;
}
</style>
background-color css
<style>
a { background-color: #89160A; }
a { background-color: rgb(137,22,10); }
div.DivClassName
{
background-color: #89160A;
}
.BgClassName
{
background-color: #89160A;
}
</style>
border-color css
<style>
span { border-color: #89160A; }
span { border-color: rgb(137,22,10); }
td.TdClassName
{
border-color: #89160A;
}
.TagClassName
{
border-color: #89160A;
}
</style>