Shades of Falu Red #891C14
Tints of Falu Red #891C14
RGB
CMYK
RGB Variations
Color information
#891C14 (or 0x891C14) is known color: Falu Red. HEX triplet: 89, 1C and 14. RGB value is (137,28,20). Sum of RGB (Red+Green+Blue) = 137+28+20=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #891C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891C14 is #76E3EB. Grayscale: #3B3B3B. Windows color (decimal): -7791596 or 1318025. OLE color: 1318025.
HSL color Cylindrical-coordinate representation of color #891C14: hue angle of 4.1º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891C14 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 28 | 20 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.46 |
| HSL | 4.1º | 0.75% | 0.31% | - |
| HSV(B) | 4.1º | 0.85% | 0.54% | - |
| XYZ | 10.86 | 6.2 | 1.29 | - |
| YUV | 59.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 20 | 0 | 0.80 | 0.85 | 0.46 | 4.1 | 0.75 | 0.31 |
| Hex | 89 | 1C | 14 | 0 | 50 | 55 | 2E | 4 | 4B | 1F |
| Octal | 211 | 34 | 24 | 0 | 120 | 125 | 56 | 4 | 113 | 37 |
| Binary | 10001001 | 11100 | 10100 | 0 | 1010000 | 1010101 | 101110 | 100 | 1001011 | 11111 |
Color Harmonies of #891C14
Complementary color
Monochromatic Colors of #891C14
Black with #891C14
Text Example
Text Example
White with #891C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891C14; }
p { color: rgb(137,28,20); }
H1.HeaderClassName
{
color: #891C14;
}
.AnyTagClassName
{
color: #891C14;
}
</style>
background-color css
<style>
a { background-color: #891C14; }
a { background-color: rgb(137,28,20); }
div.DivClassName
{
background-color: #891C14;
}
.BgClassName
{
background-color: #891C14;
}
</style>
border-color css
<style>
span { border-color: #891C14; }
span { border-color: rgb(137,28,20); }
td.TdClassName
{
border-color: #891C14;
}
.TagClassName
{
border-color: #891C14;
}
</style>