Shades of Falu Red #901611
Tints of Falu Red #901611
RGB
CMYK
RGB Variations
Color information
#901611 (or 0x901611) is known color: Falu Red. HEX triplet: 90, 16 and 11. RGB value is (144,22,17). Sum of RGB (Red+Green+Blue) = 144+22+17=183 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.69% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 144 - color contains mainly: red. Hex color #901611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901611 is #6FE9EE. Grayscale: #3A3A3A. Windows color (decimal): -7334383 or 1119888. OLE color: 1119888.
HSL color Cylindrical-coordinate representation of color #901611: hue angle of 2.36º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901611 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 17 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.44 |
| HSL | 2.36º | 0.79% | 0.32% | - |
| HSV(B) | 2.36º | 0.88% | 0.56% | - |
| XYZ | 11.89 | 6.54 | 1.17 | - |
| YUV | 57.91 | 104.92 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 17 | 0 | 0.85 | 0.88 | 0.44 | 2.36 | 0.79 | 0.32 |
| Hex | 90 | 16 | 11 | 0 | 55 | 58 | 2C | 2 | 4F | 20 |
| Octal | 220 | 26 | 21 | 0 | 125 | 130 | 54 | 2 | 117 | 40 |
| Binary | 10010000 | 10110 | 10001 | 0 | 1010101 | 1011000 | 101100 | 10 | 1001111 | 100000 |
Color Harmonies of #901611
Complementary color
Monochromatic Colors of #901611
Black with #901611
Text Example
Text Example
White with #901611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901611; }
p { color: rgb(144,22,17); }
H1.HeaderClassName
{
color: #901611;
}
.AnyTagClassName
{
color: #901611;
}
</style>
background-color css
<style>
a { background-color: #901611; }
a { background-color: rgb(144,22,17); }
div.DivClassName
{
background-color: #901611;
}
.BgClassName
{
background-color: #901611;
}
</style>
border-color css
<style>
span { border-color: #901611; }
span { border-color: rgb(144,22,17); }
td.TdClassName
{
border-color: #901611;
}
.TagClassName
{
border-color: #901611;
}
</style>