Shades of Falu Red #891A00
Tints of Falu Red #891A00
RGB
CMYK
RGB Variations
Color information
#891A00 (or 0x891A00) is known color: Falu Red. HEX triplet: 89, 1A and 00. RGB value is (137,26,0). Sum of RGB (Red+Green+Blue) = 137+26+0=163 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.05% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 137 - color contains mainly: red. Hex color #891A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891A00 is #76E5FF. Grayscale: #383838. Windows color (decimal): -7792128 or 6793. OLE color: 6793.
HSL color Cylindrical-coordinate representation of color #891A00: hue angle of 11.39º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #891A00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 26 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.46 |
| HSL | 11.39º | 1% | 0.27% | - |
| HSV(B) | 11.39º | 1% | 0.54% | - |
| XYZ | 10.69 | 6.06 | 0.61 | - |
| YUV | 56.23 | 96.27 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 26 | 0 | 0 | 0.81 | 1 | 0.46 | 11.39 | 1 | 0.27 |
| Hex | 89 | 1A | 0 | 0 | 51 | 64 | 2E | B | 64 | 1B |
| Octal | 211 | 32 | 0 | 0 | 121 | 144 | 56 | 13 | 144 | 33 |
| Binary | 10001001 | 11010 | 0 | 0 | 1010001 | 1100100 | 101110 | 1011 | 1100100 | 11011 |
Color Harmonies of #891A00
Complementary color
Monochromatic Colors of #891A00
Black with #891A00
Text Example
Text Example
White with #891A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891A00; }
p { color: rgb(137,26,0); }
H1.HeaderClassName
{
color: #891A00;
}
.AnyTagClassName
{
color: #891A00;
}
</style>
background-color css
<style>
a { background-color: #891A00; }
a { background-color: rgb(137,26,0); }
div.DivClassName
{
background-color: #891A00;
}
.BgClassName
{
background-color: #891A00;
}
</style>
border-color css
<style>
span { border-color: #891A00; }
span { border-color: rgb(137,26,0); }
td.TdClassName
{
border-color: #891A00;
}
.TagClassName
{
border-color: #891A00;
}
</style>