Shades of Falu Red #891A0E
Tints of Falu Red #891A0E
RGB
CMYK
RGB Variations
Color information
#891A0E (or 0x891A0E) is known color: Falu Red. HEX triplet: 89, 1A and 0E. RGB value is (137,26,14). Sum of RGB (Red+Green+Blue) = 137+26+14=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #891A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891A0E is #76E5F1. Grayscale: #393939. Windows color (decimal): -7792114 or 924297. OLE color: 924297.
HSL color Cylindrical-coordinate representation of color #891A0E: hue angle of 5.85º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #891A0E is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 26 | 14 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.46 |
| HSL | 5.85º | 0.81% | 0.3% | - |
| HSV(B) | 5.85º | 0.9% | 0.54% | - |
| XYZ | 10.77 | 6.09 | 1.02 | - |
| YUV | 57.82 | 103.27 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 26 | 14 | 0 | 0.81 | 0.90 | 0.46 | 5.85 | 0.81 | 0.3 |
| Hex | 89 | 1A | E | 0 | 51 | 5A | 2E | 6 | 51 | 1E |
| Octal | 211 | 32 | 16 | 0 | 121 | 132 | 56 | 6 | 121 | 36 |
| Binary | 10001001 | 11010 | 1110 | 0 | 1010001 | 1011010 | 101110 | 110 | 1010001 | 11110 |
Color Harmonies of #891A0E
Complementary color
Monochromatic Colors of #891A0E
Black with #891A0E
Text Example
Text Example
White with #891A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891A0E; }
p { color: rgb(137,26,14); }
H1.HeaderClassName
{
color: #891A0E;
}
.AnyTagClassName
{
color: #891A0E;
}
</style>
background-color css
<style>
a { background-color: #891A0E; }
a { background-color: rgb(137,26,14); }
div.DivClassName
{
background-color: #891A0E;
}
.BgClassName
{
background-color: #891A0E;
}
</style>
border-color css
<style>
span { border-color: #891A0E; }
span { border-color: rgb(137,26,14); }
td.TdClassName
{
border-color: #891A0E;
}
.TagClassName
{
border-color: #891A0E;
}
</style>