Shades of Falu Red #891C16
Tints of Falu Red #891C16
RGB
CMYK
RGB Variations
Color information
#891C16 (or 0x891C16) is known color: Falu Red. HEX triplet: 89, 1C and 16. RGB value is (137,28,22). Sum of RGB (Red+Green+Blue) = 137+28+22=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #891C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891C16 is #76E3E9. Grayscale: #3C3C3C. Windows color (decimal): -7791594 or 1449097. OLE color: 1449097.
HSL color Cylindrical-coordinate representation of color #891C16: hue angle of 3.13º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #891C16 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 28 | 22 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.46 |
| HSL | 3.13º | 0.72% | 0.31% | - |
| HSV(B) | 3.13º | 0.84% | 0.54% | - |
| XYZ | 10.88 | 6.21 | 1.38 | - |
| YUV | 59.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 22 | 0 | 0.80 | 0.84 | 0.46 | 3.13 | 0.72 | 0.31 |
| Hex | 89 | 1C | 16 | 0 | 50 | 54 | 2E | 3 | 48 | 1F |
| Octal | 211 | 34 | 26 | 0 | 120 | 124 | 56 | 3 | 110 | 37 |
| Binary | 10001001 | 11100 | 10110 | 0 | 1010000 | 1010100 | 101110 | 11 | 1001000 | 11111 |
Color Harmonies of #891C16
Complementary color
Monochromatic Colors of #891C16
Black with #891C16
Text Example
Text Example
White with #891C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891C16; }
p { color: rgb(137,28,22); }
H1.HeaderClassName
{
color: #891C16;
}
.AnyTagClassName
{
color: #891C16;
}
</style>
background-color css
<style>
a { background-color: #891C16; }
a { background-color: rgb(137,28,22); }
div.DivClassName
{
background-color: #891C16;
}
.BgClassName
{
background-color: #891C16;
}
</style>
border-color css
<style>
span { border-color: #891C16; }
span { border-color: rgb(137,28,22); }
td.TdClassName
{
border-color: #891C16;
}
.TagClassName
{
border-color: #891C16;
}
</style>