Shades of Falu Red #901911
Tints of Falu Red #901911
RGB
CMYK
RGB Variations
Color information
#901911 (or 0x901911) is known color: Falu Red. HEX triplet: 90, 19 and 11. RGB value is (144,25,17). Sum of RGB (Red+Green+Blue) = 144+25+17=186 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.42% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 144 - color contains mainly: red. Hex color #901911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901911 is #6FE6EE. Grayscale: #3B3B3B. Windows color (decimal): -7333615 or 1120656. OLE color: 1120656.
HSL color Cylindrical-coordinate representation of color #901911: hue angle of 3.78º 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 #901911 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 17 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.44 |
| HSL | 3.78º | 0.79% | 0.32% | - |
| HSV(B) | 3.78º | 0.88% | 0.56% | - |
| XYZ | 11.95 | 6.67 | 1.19 | - |
| YUV | 59.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 17 | 0 | 0.83 | 0.88 | 0.44 | 3.78 | 0.79 | 0.32 |
| Hex | 90 | 19 | 11 | 0 | 53 | 58 | 2C | 4 | 4F | 20 |
| Octal | 220 | 31 | 21 | 0 | 123 | 130 | 54 | 4 | 117 | 40 |
| Binary | 10010000 | 11001 | 10001 | 0 | 1010011 | 1011000 | 101100 | 100 | 1001111 | 100000 |
Color Harmonies of #901911
Complementary color
Monochromatic Colors of #901911
Black with #901911
Text Example
Text Example
White with #901911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901911; }
p { color: rgb(144,25,17); }
H1.HeaderClassName
{
color: #901911;
}
.AnyTagClassName
{
color: #901911;
}
</style>
background-color css
<style>
a { background-color: #901911; }
a { background-color: rgb(144,25,17); }
div.DivClassName
{
background-color: #901911;
}
.BgClassName
{
background-color: #901911;
}
</style>
border-color css
<style>
span { border-color: #901911; }
span { border-color: rgb(144,25,17); }
td.TdClassName
{
border-color: #901911;
}
.TagClassName
{
border-color: #901911;
}
</style>