Shades of Falu Red #901110
Tints of Falu Red #901110
RGB
CMYK
RGB Variations
Color information
#901110 (or 0x901110) is known color: Falu Red. HEX triplet: 90, 11 and 10. RGB value is (144,17,16). Sum of RGB (Red+Green+Blue) = 144+17+16=177 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.36% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 144 - color contains mainly: red. Hex color #901110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901110 is #6FEEEF. Grayscale: #363636. Windows color (decimal): -7335664 or 1053072. OLE color: 1053072.
HSL color Cylindrical-coordinate representation of color #901110: hue angle of 0.47º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901110 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 16 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.44 |
| HSL | 0.47º | 0.8% | 0.31% | - |
| HSV(B) | 0.47º | 0.89% | 0.56% | - |
| XYZ | 11.8 | 6.37 | 1.1 | - |
| YUV | 54.86 | 106.08 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 16 | 0 | 0.88 | 0.89 | 0.44 | 0.47 | 0.8 | 0.31 |
| Hex | 90 | 11 | 10 | 0 | 58 | 59 | 2C | 0 | 50 | 1F |
| Octal | 220 | 21 | 20 | 0 | 130 | 131 | 54 | 0 | 120 | 37 |
| Binary | 10010000 | 10001 | 10000 | 0 | 1011000 | 1011001 | 101100 | 0 | 1010000 | 11111 |
Color Harmonies of #901110
Complementary color
Monochromatic Colors of #901110
Black with #901110
Text Example
Text Example
White with #901110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901110; }
p { color: rgb(144,17,16); }
H1.HeaderClassName
{
color: #901110;
}
.AnyTagClassName
{
color: #901110;
}
</style>
background-color css
<style>
a { background-color: #901110; }
a { background-color: rgb(144,17,16); }
div.DivClassName
{
background-color: #901110;
}
.BgClassName
{
background-color: #901110;
}
</style>
border-color css
<style>
span { border-color: #901110; }
span { border-color: rgb(144,17,16); }
td.TdClassName
{
border-color: #901110;
}
.TagClassName
{
border-color: #901110;
}
</style>