Shades of Falu Red #901709
Tints of Falu Red #901709
RGB
CMYK
RGB Variations
Color information
#901709 (or 0x901709) is known color: Falu Red. HEX triplet: 90, 17 and 09. RGB value is (144,23,9). Sum of RGB (Red+Green+Blue) = 144+23+9=176 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.82% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 144 - color contains mainly: red. Hex color #901709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901709 is #6FE8F6. Grayscale: #393939. Windows color (decimal): -7334135 or 595856. OLE color: 595856.
HSL color Cylindrical-coordinate representation of color #901709: hue angle of 6.22º 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 #901709 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 9 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.44 |
| HSL | 6.22º | 0.88% | 0.3% | - |
| HSV(B) | 6.22º | 0.94% | 0.56% | - |
| XYZ | 11.86 | 6.56 | 0.9 | - |
| YUV | 57.58 | 100.59 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 9 | 0 | 0.84 | 0.94 | 0.44 | 6.22 | 0.88 | 0.3 |
| Hex | 90 | 17 | 9 | 0 | 54 | 5E | 2C | 6 | 58 | 1E |
| Octal | 220 | 27 | 11 | 0 | 124 | 136 | 54 | 6 | 130 | 36 |
| Binary | 10010000 | 10111 | 1001 | 0 | 1010100 | 1011110 | 101100 | 110 | 1011000 | 11110 |
Color Harmonies of #901709
Complementary color
Monochromatic Colors of #901709
Black with #901709
Text Example
Text Example
White with #901709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901709; }
p { color: rgb(144,23,9); }
H1.HeaderClassName
{
color: #901709;
}
.AnyTagClassName
{
color: #901709;
}
</style>
background-color css
<style>
a { background-color: #901709; }
a { background-color: rgb(144,23,9); }
div.DivClassName
{
background-color: #901709;
}
.BgClassName
{
background-color: #901709;
}
</style>
border-color css
<style>
span { border-color: #901709; }
span { border-color: rgb(144,23,9); }
td.TdClassName
{
border-color: #901709;
}
.TagClassName
{
border-color: #901709;
}
</style>