Shades of Falu Red #891F0F
Tints of Falu Red #891F0F
RGB
CMYK
RGB Variations
Color information
#891F0F (or 0x891F0F) is known color: Falu Red. HEX triplet: 89, 1F and 0F. RGB value is (137,31,15). Sum of RGB (Red+Green+Blue) = 137+31+15=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #891F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891F0F is #76E0F0. Grayscale: #3D3D3D. Windows color (decimal): -7790833 or 991113. OLE color: 991113.
HSL color Cylindrical-coordinate representation of color #891F0F: hue angle of 7.87º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #891F0F is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 31 | 15 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.46 |
| HSL | 7.87º | 0.8% | 0.3% | - |
| HSV(B) | 7.87º | 0.89% | 0.54% | - |
| XYZ | 10.89 | 6.33 | 1.1 | - |
| YUV | 60.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 31 | 15 | 0 | 0.77 | 0.89 | 0.46 | 7.87 | 0.8 | 0.3 |
| Hex | 89 | 1F | F | 0 | 4D | 59 | 2E | 8 | 50 | 1E |
| Octal | 211 | 37 | 17 | 0 | 115 | 131 | 56 | 10 | 120 | 36 |
| Binary | 10001001 | 11111 | 1111 | 0 | 1001101 | 1011001 | 101110 | 1000 | 1010000 | 11110 |
Color Harmonies of #891F0F
Complementary color
Monochromatic Colors of #891F0F
Black with #891F0F
Text Example
Text Example
White with #891F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891F0F; }
p { color: rgb(137,31,15); }
H1.HeaderClassName
{
color: #891F0F;
}
.AnyTagClassName
{
color: #891F0F;
}
</style>
background-color css
<style>
a { background-color: #891F0F; }
a { background-color: rgb(137,31,15); }
div.DivClassName
{
background-color: #891F0F;
}
.BgClassName
{
background-color: #891F0F;
}
</style>
border-color css
<style>
span { border-color: #891F0F; }
span { border-color: rgb(137,31,15); }
td.TdClassName
{
border-color: #891F0F;
}
.TagClassName
{
border-color: #891F0F;
}
</style>