Shades of Falu Red #891C06
Tints of Falu Red #891C06
RGB
CMYK
RGB Variations
Color information
#891C06 (or 0x891C06) is known color: Falu Red. HEX triplet: 89, 1C and 06. RGB value is (137,28,6). Sum of RGB (Red+Green+Blue) = 137+28+6=171 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.12% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 137 - color contains mainly: red. Hex color #891C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891C06 is #76E3F9. Grayscale: #3A3A3A. Windows color (decimal): -7791610 or 400521. OLE color: 400521.
HSL color Cylindrical-coordinate representation of color #891C06: hue angle of 10.08º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #891C06 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 28 | 6 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.46 |
| HSL | 10.08º | 0.92% | 0.28% | - |
| HSV(B) | 10.08º | 0.96% | 0.54% | - |
| XYZ | 10.76 | 6.16 | 0.79 | - |
| YUV | 58.08 | 98.61 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 6 | 0 | 0.80 | 0.96 | 0.46 | 10.08 | 0.92 | 0.28 |
| Hex | 89 | 1C | 6 | 0 | 50 | 60 | 2E | A | 5C | 1C |
| Octal | 211 | 34 | 6 | 0 | 120 | 140 | 56 | 12 | 134 | 34 |
| Binary | 10001001 | 11100 | 110 | 0 | 1010000 | 1100000 | 101110 | 1010 | 1011100 | 11100 |
Color Harmonies of #891C06
Complementary color
Monochromatic Colors of #891C06
Black with #891C06
Text Example
Text Example
White with #891C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891C06; }
p { color: rgb(137,28,6); }
H1.HeaderClassName
{
color: #891C06;
}
.AnyTagClassName
{
color: #891C06;
}
</style>
background-color css
<style>
a { background-color: #891C06; }
a { background-color: rgb(137,28,6); }
div.DivClassName
{
background-color: #891C06;
}
.BgClassName
{
background-color: #891C06;
}
</style>
border-color css
<style>
span { border-color: #891C06; }
span { border-color: rgb(137,28,6); }
td.TdClassName
{
border-color: #891C06;
}
.TagClassName
{
border-color: #891C06;
}
</style>