Shades of Falu Red #89220B
Tints of Falu Red #89220B
RGB
CMYK
RGB Variations
Color information
#89220B (or 0x89220B) is known color: Falu Red. HEX triplet: 89, 22 and 0B. RGB value is (137,34,11). Sum of RGB (Red+Green+Blue) = 137+34+11=182 (24% of max value = 765). Red value is 137 (53.91% from 255 or 75.27% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 137 - color contains mainly: red. Hex color #89220B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89220B is #76DDF4. Grayscale: #3E3E3E. Windows color (decimal): -7790069 or 729737. OLE color: 729737.
HSL color Cylindrical-coordinate representation of color #89220B: hue angle of 10.95º 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 #89220B is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 34 | 11 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.46 |
| HSL | 10.95º | 0.85% | 0.29% | - |
| HSV(B) | 10.95º | 0.92% | 0.54% | - |
| XYZ | 10.95 | 6.49 | 0.99 | - |
| YUV | 62.18 | 99.12 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 34 | 11 | 0 | 0.75 | 0.92 | 0.46 | 10.95 | 0.85 | 0.29 |
| Hex | 89 | 22 | B | 0 | 4B | 5C | 2E | B | 55 | 1D |
| Octal | 211 | 42 | 13 | 0 | 113 | 134 | 56 | 13 | 125 | 35 |
| Binary | 10001001 | 100010 | 1011 | 0 | 1001011 | 1011100 | 101110 | 1011 | 1010101 | 11101 |
Color Harmonies of #89220B
Complementary color
Monochromatic Colors of #89220B
Black with #89220B
Text Example
Text Example
White with #89220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89220B; }
p { color: rgb(137,34,11); }
H1.HeaderClassName
{
color: #89220B;
}
.AnyTagClassName
{
color: #89220B;
}
</style>
background-color css
<style>
a { background-color: #89220B; }
a { background-color: rgb(137,34,11); }
div.DivClassName
{
background-color: #89220B;
}
.BgClassName
{
background-color: #89220B;
}
</style>
border-color css
<style>
span { border-color: #89220B; }
span { border-color: rgb(137,34,11); }
td.TdClassName
{
border-color: #89220B;
}
.TagClassName
{
border-color: #89220B;
}
</style>