Shades of Falu Red #901F0B
Tints of Falu Red #901F0B
RGB
CMYK
RGB Variations
Color information
#901F0B (or 0x901F0B) is known color: Falu Red. HEX triplet: 90, 1F and 0B. RGB value is (144,31,11). Sum of RGB (Red+Green+Blue) = 144+31+11=186 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.42% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 144 - color contains mainly: red. Hex color #901F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901F0B is #6FE0F4. Grayscale: #3E3E3E. Windows color (decimal): -7332085 or 728976. OLE color: 728976.
HSL color Cylindrical-coordinate representation of color #901F0B: hue angle of 9.02º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #901F0B is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 31 | 11 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.44 |
| HSL | 9.02º | 0.86% | 0.3% | - |
| HSV(B) | 9.02º | 0.92% | 0.56% | - |
| XYZ | 12.05 | 6.93 | 1.02 | - |
| YUV | 62.51 | 98.94 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 11 | 0 | 0.78 | 0.92 | 0.44 | 9.02 | 0.86 | 0.3 |
| Hex | 90 | 1F | B | 0 | 4E | 5C | 2C | 9 | 56 | 1E |
| Octal | 220 | 37 | 13 | 0 | 116 | 134 | 54 | 11 | 126 | 36 |
| Binary | 10010000 | 11111 | 1011 | 0 | 1001110 | 1011100 | 101100 | 1001 | 1010110 | 11110 |
Color Harmonies of #901F0B
Complementary color
Monochromatic Colors of #901F0B
Black with #901F0B
Text Example
Text Example
White with #901F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901F0B; }
p { color: rgb(144,31,11); }
H1.HeaderClassName
{
color: #901F0B;
}
.AnyTagClassName
{
color: #901F0B;
}
</style>
background-color css
<style>
a { background-color: #901F0B; }
a { background-color: rgb(144,31,11); }
div.DivClassName
{
background-color: #901F0B;
}
.BgClassName
{
background-color: #901F0B;
}
</style>
border-color css
<style>
span { border-color: #901F0B; }
span { border-color: rgb(144,31,11); }
td.TdClassName
{
border-color: #901F0B;
}
.TagClassName
{
border-color: #901F0B;
}
</style>