Shades of Falu Red #901210
Tints of Falu Red #901210
RGB
CMYK
RGB Variations
Color information
#901210 (or 0x901210) is known color: Falu Red. HEX triplet: 90, 12 and 10. RGB value is (144,18,16). Sum of RGB (Red+Green+Blue) = 144+18+16=178 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.90% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 144 - color contains mainly: red. Hex color #901210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901210 is #6FEDEF. Grayscale: #373737. Windows color (decimal): -7335408 or 1053328. OLE color: 1053328.
HSL color Cylindrical-coordinate representation of color #901210: hue angle of 0.94º 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 #901210 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 18 | 16 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.44 |
| HSL | 0.94º | 0.8% | 0.31% | - |
| HSV(B) | 0.94º | 0.89% | 0.56% | - |
| XYZ | 11.81 | 6.4 | 1.1 | - |
| YUV | 55.45 | 105.74 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 16 | 0 | 0.88 | 0.89 | 0.44 | 0.94 | 0.8 | 0.31 |
| Hex | 90 | 12 | 10 | 0 | 58 | 59 | 2C | 1 | 50 | 1F |
| Octal | 220 | 22 | 20 | 0 | 130 | 131 | 54 | 1 | 120 | 37 |
| Binary | 10010000 | 10010 | 10000 | 0 | 1011000 | 1011001 | 101100 | 1 | 1010000 | 11111 |
Color Harmonies of #901210
Complementary color
Monochromatic Colors of #901210
Black with #901210
Text Example
Text Example
White with #901210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901210; }
p { color: rgb(144,18,16); }
H1.HeaderClassName
{
color: #901210;
}
.AnyTagClassName
{
color: #901210;
}
</style>
background-color css
<style>
a { background-color: #901210; }
a { background-color: rgb(144,18,16); }
div.DivClassName
{
background-color: #901210;
}
.BgClassName
{
background-color: #901210;
}
</style>
border-color css
<style>
span { border-color: #901210; }
span { border-color: rgb(144,18,16); }
td.TdClassName
{
border-color: #901210;
}
.TagClassName
{
border-color: #901210;
}
</style>