Shades of Falu Red #892212
Tints of Falu Red #892212
RGB
CMYK
RGB Variations
Color information
#892212 (or 0x892212) is known color: Falu Red. HEX triplet: 89, 22 and 12. RGB value is (137,34,18). Sum of RGB (Red+Green+Blue) = 137+34+18=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #892212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892212 is #76DDED. Grayscale: #3F3F3F. Windows color (decimal): -7790062 or 1188489. OLE color: 1188489.
HSL color Cylindrical-coordinate representation of color #892212: hue angle of 8.07º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #892212 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 34 | 18 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.46 |
| HSL | 8.07º | 0.77% | 0.3% | - |
| HSV(B) | 8.07º | 0.87% | 0.54% | - |
| XYZ | 11 | 6.51 | 1.25 | - |
| YUV | 62.97 | 102.62 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 34 | 18 | 0 | 0.75 | 0.87 | 0.46 | 8.07 | 0.77 | 0.3 |
| Hex | 89 | 22 | 12 | 0 | 4B | 57 | 2E | 8 | 4D | 1E |
| Octal | 211 | 42 | 22 | 0 | 113 | 127 | 56 | 10 | 115 | 36 |
| Binary | 10001001 | 100010 | 10010 | 0 | 1001011 | 1010111 | 101110 | 1000 | 1001101 | 11110 |
Color Harmonies of #892212
Complementary color
Monochromatic Colors of #892212
Black with #892212
Text Example
Text Example
White with #892212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892212; }
p { color: rgb(137,34,18); }
H1.HeaderClassName
{
color: #892212;
}
.AnyTagClassName
{
color: #892212;
}
</style>
background-color css
<style>
a { background-color: #892212; }
a { background-color: rgb(137,34,18); }
div.DivClassName
{
background-color: #892212;
}
.BgClassName
{
background-color: #892212;
}
</style>
border-color css
<style>
span { border-color: #892212; }
span { border-color: rgb(137,34,18); }
td.TdClassName
{
border-color: #892212;
}
.TagClassName
{
border-color: #892212;
}
</style>