Shades of Falu Red #891F17
Tints of Falu Red #891F17
RGB
CMYK
RGB Variations
Color information
#891F17 (or 0x891F17) is known color: Falu Red. HEX triplet: 89, 1F and 17. RGB value is (137,31,23). Sum of RGB (Red+Green+Blue) = 137+31+23=191 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.73% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 137 - color contains mainly: red. Hex color #891F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891F17 is #76E0E8. Grayscale: #3D3D3D. Windows color (decimal): -7790825 or 1515401. OLE color: 1515401.
HSL color Cylindrical-coordinate representation of color #891F17: hue angle of 4.21º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #891F17 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 31 | 23 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.46 |
| HSL | 4.21º | 0.71% | 0.31% | - |
| HSV(B) | 4.21º | 0.83% | 0.54% | - |
| XYZ | 10.96 | 6.36 | 1.46 | - |
| YUV | 61.78 | 106.12 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 31 | 23 | 0 | 0.77 | 0.83 | 0.46 | 4.21 | 0.71 | 0.31 |
| Hex | 89 | 1F | 17 | 0 | 4D | 53 | 2E | 4 | 47 | 1F |
| Octal | 211 | 37 | 27 | 0 | 115 | 123 | 56 | 4 | 107 | 37 |
| Binary | 10001001 | 11111 | 10111 | 0 | 1001101 | 1010011 | 101110 | 100 | 1000111 | 11111 |
Color Harmonies of #891F17
Complementary color
Monochromatic Colors of #891F17
Black with #891F17
Text Example
Text Example
White with #891F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891F17; }
p { color: rgb(137,31,23); }
H1.HeaderClassName
{
color: #891F17;
}
.AnyTagClassName
{
color: #891F17;
}
</style>
background-color css
<style>
a { background-color: #891F17; }
a { background-color: rgb(137,31,23); }
div.DivClassName
{
background-color: #891F17;
}
.BgClassName
{
background-color: #891F17;
}
</style>
border-color css
<style>
span { border-color: #891F17; }
span { border-color: rgb(137,31,23); }
td.TdClassName
{
border-color: #891F17;
}
.TagClassName
{
border-color: #891F17;
}
</style>