Shades of Falu Red #891D09
Tints of Falu Red #891D09
RGB
CMYK
RGB Variations
Color information
#891D09 (or 0x891D09) is known color: Falu Red. HEX triplet: 89, 1D and 09. RGB value is (137,29,9). Sum of RGB (Red+Green+Blue) = 137+29+9=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #891D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891D09 is #76E2F6. Grayscale: #3B3B3B. Windows color (decimal): -7791351 or 597385. OLE color: 597385.
HSL color Cylindrical-coordinate representation of color #891D09: hue angle of 9.38º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #891D09 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 29 | 9 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.46 |
| HSL | 9.38º | 0.88% | 0.29% | - |
| HSV(B) | 9.38º | 0.93% | 0.54% | - |
| XYZ | 10.81 | 6.22 | 0.89 | - |
| YUV | 59.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 29 | 9 | 0 | 0.79 | 0.93 | 0.46 | 9.38 | 0.88 | 0.29 |
| Hex | 89 | 1D | 9 | 0 | 4F | 5D | 2E | 9 | 58 | 1D |
| Octal | 211 | 35 | 11 | 0 | 117 | 135 | 56 | 11 | 130 | 35 |
| Binary | 10001001 | 11101 | 1001 | 0 | 1001111 | 1011101 | 101110 | 1001 | 1011000 | 11101 |
Color Harmonies of #891D09
Complementary color
Monochromatic Colors of #891D09
Black with #891D09
Text Example
Text Example
White with #891D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891D09; }
p { color: rgb(137,29,9); }
H1.HeaderClassName
{
color: #891D09;
}
.AnyTagClassName
{
color: #891D09;
}
</style>
background-color css
<style>
a { background-color: #891D09; }
a { background-color: rgb(137,29,9); }
div.DivClassName
{
background-color: #891D09;
}
.BgClassName
{
background-color: #891D09;
}
</style>
border-color css
<style>
span { border-color: #891D09; }
span { border-color: rgb(137,29,9); }
td.TdClassName
{
border-color: #891D09;
}
.TagClassName
{
border-color: #891D09;
}
</style>