Shades of Falu Red #89220C
Tints of Falu Red #89220C
RGB
CMYK
RGB Variations
Color information
#89220C (or 0x89220C) is known color: Falu Red. HEX triplet: 89, 22 and 0C. RGB value is (137,34,12). Sum of RGB (Red+Green+Blue) = 137+34+12=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #89220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89220C is #76DDF3. Grayscale: #3E3E3E. Windows color (decimal): -7790068 or 795273. OLE color: 795273.
HSL color Cylindrical-coordinate representation of color #89220C: hue angle of 10.56º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89220C is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 34 | 12 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.46 |
| HSL | 10.56º | 0.84% | 0.29% | - |
| HSV(B) | 10.56º | 0.91% | 0.54% | - |
| XYZ | 10.95 | 6.49 | 1.02 | - |
| YUV | 62.29 | 99.62 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 34 | 12 | 0 | 0.75 | 0.91 | 0.46 | 10.56 | 0.84 | 0.29 |
| Hex | 89 | 22 | C | 0 | 4B | 5B | 2E | B | 54 | 1D |
| Octal | 211 | 42 | 14 | 0 | 113 | 133 | 56 | 13 | 124 | 35 |
| Binary | 10001001 | 100010 | 1100 | 0 | 1001011 | 1011011 | 101110 | 1011 | 1010100 | 11101 |
Color Harmonies of #89220C
Complementary color
Monochromatic Colors of #89220C
Black with #89220C
Text Example
Text Example
White with #89220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89220C; }
p { color: rgb(137,34,12); }
H1.HeaderClassName
{
color: #89220C;
}
.AnyTagClassName
{
color: #89220C;
}
</style>
background-color css
<style>
a { background-color: #89220C; }
a { background-color: rgb(137,34,12); }
div.DivClassName
{
background-color: #89220C;
}
.BgClassName
{
background-color: #89220C;
}
</style>
border-color css
<style>
span { border-color: #89220C; }
span { border-color: rgb(137,34,12); }
td.TdClassName
{
border-color: #89220C;
}
.TagClassName
{
border-color: #89220C;
}
</style>