Shades of Falu Red #901B09
Tints of Falu Red #901B09
RGB
CMYK
RGB Variations
Color information
#901B09 (or 0x901B09) is known color: Falu Red. HEX triplet: 90, 1B and 09. RGB value is (144,27,9). Sum of RGB (Red+Green+Blue) = 144+27+9=180 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 144 - color contains mainly: red. Hex color #901B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901B09 is #6FE4F6. Grayscale: #3C3C3C. Windows color (decimal): -7333111 or 596880. OLE color: 596880.
HSL color Cylindrical-coordinate representation of color #901B09: hue angle of 8º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #901B09 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 27 | 9 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.44 |
| HSL | 8º | 0.88% | 0.3% | - |
| HSV(B) | 8º | 0.94% | 0.56% | - |
| XYZ | 11.94 | 6.73 | 0.93 | - |
| YUV | 59.93 | 99.26 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 27 | 9 | 0 | 0.81 | 0.94 | 0.44 | 8 | 0.88 | 0.3 |
| Hex | 90 | 1B | 9 | 0 | 51 | 5E | 2C | 8 | 58 | 1E |
| Octal | 220 | 33 | 11 | 0 | 121 | 136 | 54 | 10 | 130 | 36 |
| Binary | 10010000 | 11011 | 1001 | 0 | 1010001 | 1011110 | 101100 | 1000 | 1011000 | 11110 |
Color Harmonies of #901B09
Complementary color
Monochromatic Colors of #901B09
Black with #901B09
Text Example
Text Example
White with #901B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901B09; }
p { color: rgb(144,27,9); }
H1.HeaderClassName
{
color: #901B09;
}
.AnyTagClassName
{
color: #901B09;
}
</style>
background-color css
<style>
a { background-color: #901B09; }
a { background-color: rgb(144,27,9); }
div.DivClassName
{
background-color: #901B09;
}
.BgClassName
{
background-color: #901B09;
}
</style>
border-color css
<style>
span { border-color: #901B09; }
span { border-color: rgb(144,27,9); }
td.TdClassName
{
border-color: #901B09;
}
.TagClassName
{
border-color: #901B09;
}
</style>