Shades of Falu Red #892412
Tints of Falu Red #892412
RGB
CMYK
RGB Variations
Color information
#892412 (or 0x892412) is known color: Falu Red. HEX triplet: 89, 24 and 12. RGB value is (137,36,18). Sum of RGB (Red+Green+Blue) = 137+36+18=191 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.73% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 137 - color contains mainly: red. Hex color #892412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892412 is #76DBED. Grayscale: #404040. Windows color (decimal): -7789550 or 1189001. OLE color: 1189001.
HSL color Cylindrical-coordinate representation of color #892412: hue angle of 9.08º 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 #892412 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 36 | 18 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.46 |
| HSL | 9.08º | 0.77% | 0.3% | - |
| HSV(B) | 9.08º | 0.87% | 0.54% | - |
| XYZ | 11.06 | 6.62 | 1.27 | - |
| YUV | 64.15 | 101.96 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 36 | 18 | 0 | 0.74 | 0.87 | 0.46 | 9.08 | 0.77 | 0.3 |
| Hex | 89 | 24 | 12 | 0 | 4A | 57 | 2E | 9 | 4D | 1E |
| Octal | 211 | 44 | 22 | 0 | 112 | 127 | 56 | 11 | 115 | 36 |
| Binary | 10001001 | 100100 | 10010 | 0 | 1001010 | 1010111 | 101110 | 1001 | 1001101 | 11110 |
Color Harmonies of #892412
Complementary color
Monochromatic Colors of #892412
Black with #892412
Text Example
Text Example
White with #892412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892412; }
p { color: rgb(137,36,18); }
H1.HeaderClassName
{
color: #892412;
}
.AnyTagClassName
{
color: #892412;
}
</style>
background-color css
<style>
a { background-color: #892412; }
a { background-color: rgb(137,36,18); }
div.DivClassName
{
background-color: #892412;
}
.BgClassName
{
background-color: #892412;
}
</style>
border-color css
<style>
span { border-color: #892412; }
span { border-color: rgb(137,36,18); }
td.TdClassName
{
border-color: #892412;
}
.TagClassName
{
border-color: #892412;
}
</style>