Shades of Falu Red #901F0A
Tints of Falu Red #901F0A
RGB
CMYK
RGB Variations
Color information
#901F0A (or 0x901F0A) is known color: Falu Red. HEX triplet: 90, 1F and 0A. RGB value is (144,31,10). Sum of RGB (Red+Green+Blue) = 144+31+10=185 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.84% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 144 - color contains mainly: red. Hex color #901F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901F0A is #6FE0F5. Grayscale: #3E3E3E. Windows color (decimal): -7332086 or 663440. OLE color: 663440.
HSL color Cylindrical-coordinate representation of color #901F0A: hue angle of 9.4º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #901F0A is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 31 | 10 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.44 |
| HSL | 9.4º | 0.87% | 0.3% | - |
| HSV(B) | 9.4º | 0.93% | 0.56% | - |
| XYZ | 12.05 | 6.93 | 0.99 | - |
| YUV | 62.39 | 98.44 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 10 | 0 | 0.78 | 0.93 | 0.44 | 9.4 | 0.87 | 0.3 |
| Hex | 90 | 1F | A | 0 | 4E | 5D | 2C | 9 | 57 | 1E |
| Octal | 220 | 37 | 12 | 0 | 116 | 135 | 54 | 11 | 127 | 36 |
| Binary | 10010000 | 11111 | 1010 | 0 | 1001110 | 1011101 | 101100 | 1001 | 1010111 | 11110 |
Color Harmonies of #901F0A
Complementary color
Monochromatic Colors of #901F0A
Black with #901F0A
Text Example
Text Example
White with #901F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901F0A; }
p { color: rgb(144,31,10); }
H1.HeaderClassName
{
color: #901F0A;
}
.AnyTagClassName
{
color: #901F0A;
}
</style>
background-color css
<style>
a { background-color: #901F0A; }
a { background-color: rgb(144,31,10); }
div.DivClassName
{
background-color: #901F0A;
}
.BgClassName
{
background-color: #901F0A;
}
</style>
border-color css
<style>
span { border-color: #901F0A; }
span { border-color: rgb(144,31,10); }
td.TdClassName
{
border-color: #901F0A;
}
.TagClassName
{
border-color: #901F0A;
}
</style>