Shades of Falu Red #89130B
Tints of Falu Red #89130B
RGB
CMYK
RGB Variations
Color information
#89130B (or 0x89130B) is known color: Falu Red. HEX triplet: 89, 13 and 0B. RGB value is (137,19,11). Sum of RGB (Red+Green+Blue) = 137+19+11=167 (22% of max value = 765). Red value is 137 (53.91% from 255 or 82.04% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 137 - color contains mainly: red. Hex color #89130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89130B is #76ECF4. Grayscale: #353535. Windows color (decimal): -7793909 or 725897. OLE color: 725897.
HSL color Cylindrical-coordinate representation of color #89130B: hue angle of 3.81º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89130B is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 19 | 11 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.46 |
| HSL | 3.81º | 0.85% | 0.29% | - |
| HSV(B) | 3.81º | 0.92% | 0.54% | - |
| XYZ | 10.61 | 5.81 | 0.88 | - |
| YUV | 53.37 | 104.09 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 11 | 0 | 0.86 | 0.92 | 0.46 | 3.81 | 0.85 | 0.29 |
| Hex | 89 | 13 | B | 0 | 56 | 5C | 2E | 4 | 55 | 1D |
| Octal | 211 | 23 | 13 | 0 | 126 | 134 | 56 | 4 | 125 | 35 |
| Binary | 10001001 | 10011 | 1011 | 0 | 1010110 | 1011100 | 101110 | 100 | 1010101 | 11101 |
Color Harmonies of #89130B
Complementary color
Monochromatic Colors of #89130B
Black with #89130B
Text Example
Text Example
White with #89130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89130B; }
p { color: rgb(137,19,11); }
H1.HeaderClassName
{
color: #89130B;
}
.AnyTagClassName
{
color: #89130B;
}
</style>
background-color css
<style>
a { background-color: #89130B; }
a { background-color: rgb(137,19,11); }
div.DivClassName
{
background-color: #89130B;
}
.BgClassName
{
background-color: #89130B;
}
</style>
border-color css
<style>
span { border-color: #89130B; }
span { border-color: rgb(137,19,11); }
td.TdClassName
{
border-color: #89130B;
}
.TagClassName
{
border-color: #89130B;
}
</style>