Shades of Falu Red #891412
Tints of Falu Red #891412
RGB
CMYK
RGB Variations
Color information
#891412 (or 0x891412) is known color: Falu Red. HEX triplet: 89, 14 and 12. RGB value is (137,20,18). Sum of RGB (Red+Green+Blue) = 137+20+18=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #891412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891412 is #76EBED. Grayscale: #363636. Windows color (decimal): -7793646 or 1184905. OLE color: 1184905.
HSL color Cylindrical-coordinate representation of color #891412: hue angle of 1.01º 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 #891412 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 20 | 18 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.46 |
| HSL | 1.01º | 0.77% | 0.3% | - |
| HSV(B) | 1.01º | 0.87% | 0.54% | - |
| XYZ | 10.68 | 5.86 | 1.14 | - |
| YUV | 54.76 | 107.26 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 18 | 0 | 0.85 | 0.87 | 0.46 | 1.01 | 0.77 | 0.3 |
| Hex | 89 | 14 | 12 | 0 | 55 | 57 | 2E | 1 | 4D | 1E |
| Octal | 211 | 24 | 22 | 0 | 125 | 127 | 56 | 1 | 115 | 36 |
| Binary | 10001001 | 10100 | 10010 | 0 | 1010101 | 1010111 | 101110 | 1 | 1001101 | 11110 |
Color Harmonies of #891412
Complementary color
Monochromatic Colors of #891412
Black with #891412
Text Example
Text Example
White with #891412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891412; }
p { color: rgb(137,20,18); }
H1.HeaderClassName
{
color: #891412;
}
.AnyTagClassName
{
color: #891412;
}
</style>
background-color css
<style>
a { background-color: #891412; }
a { background-color: rgb(137,20,18); }
div.DivClassName
{
background-color: #891412;
}
.BgClassName
{
background-color: #891412;
}
</style>
border-color css
<style>
span { border-color: #891412; }
span { border-color: rgb(137,20,18); }
td.TdClassName
{
border-color: #891412;
}
.TagClassName
{
border-color: #891412;
}
</style>