Shades of Falu Red #901F10
Tints of Falu Red #901F10
RGB
CMYK
RGB Variations
Color information
#901F10 (or 0x901F10) is known color: Falu Red. HEX triplet: 90, 1F and 10. RGB value is (144,31,16). Sum of RGB (Red+Green+Blue) = 144+31+16=191 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.39% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 144 - color contains mainly: red. Hex color #901F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901F10 is #6FE0EF. Grayscale: #3F3F3F. Windows color (decimal): -7332080 or 1056656. OLE color: 1056656.
HSL color Cylindrical-coordinate representation of color #901F10: hue angle of 7.03º 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 #901F10 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 31 | 16 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.44 |
| HSL | 7.03º | 0.8% | 0.31% | - |
| HSV(B) | 7.03º | 0.89% | 0.56% | - |
| XYZ | 12.09 | 6.95 | 1.19 | - |
| YUV | 63.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 16 | 0 | 0.78 | 0.89 | 0.44 | 7.03 | 0.8 | 0.31 |
| Hex | 90 | 1F | 10 | 0 | 4E | 59 | 2C | 7 | 50 | 1F |
| Octal | 220 | 37 | 20 | 0 | 116 | 131 | 54 | 7 | 120 | 37 |
| Binary | 10010000 | 11111 | 10000 | 0 | 1001110 | 1011001 | 101100 | 111 | 1010000 | 11111 |
Color Harmonies of #901F10
Complementary color
Monochromatic Colors of #901F10
Black with #901F10
Text Example
Text Example
White with #901F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901F10; }
p { color: rgb(144,31,16); }
H1.HeaderClassName
{
color: #901F10;
}
.AnyTagClassName
{
color: #901F10;
}
</style>
background-color css
<style>
a { background-color: #901F10; }
a { background-color: rgb(144,31,16); }
div.DivClassName
{
background-color: #901F10;
}
.BgClassName
{
background-color: #901F10;
}
</style>
border-color css
<style>
span { border-color: #901F10; }
span { border-color: rgb(144,31,16); }
td.TdClassName
{
border-color: #901F10;
}
.TagClassName
{
border-color: #901F10;
}
</style>