Shades of Falu Red #901906
Tints of Falu Red #901906
RGB
CMYK
RGB Variations
Color information
#901906 (or 0x901906) is known color: Falu Red. HEX triplet: 90, 19 and 06. RGB value is (144,25,6). Sum of RGB (Red+Green+Blue) = 144+25+6=175 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.29% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 144 - color contains mainly: red. Hex color #901906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901906 is #6FE6F9. Grayscale: #3A3A3A. Windows color (decimal): -7333626 or 399760. OLE color: 399760.
HSL color Cylindrical-coordinate representation of color #901906: hue angle of 8.26º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #901906 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 6 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.44 |
| HSL | 8.26º | 0.92% | 0.29% | - |
| HSV(B) | 8.26º | 0.96% | 0.56% | - |
| XYZ | 11.88 | 6.64 | 0.83 | - |
| YUV | 58.42 | 98.42 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 6 | 0 | 0.83 | 0.96 | 0.44 | 8.26 | 0.92 | 0.29 |
| Hex | 90 | 19 | 6 | 0 | 53 | 60 | 2C | 8 | 5C | 1D |
| Octal | 220 | 31 | 6 | 0 | 123 | 140 | 54 | 10 | 134 | 35 |
| Binary | 10010000 | 11001 | 110 | 0 | 1010011 | 1100000 | 101100 | 1000 | 1011100 | 11101 |
Color Harmonies of #901906
Complementary color
Monochromatic Colors of #901906
Black with #901906
Text Example
Text Example
White with #901906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901906; }
p { color: rgb(144,25,6); }
H1.HeaderClassName
{
color: #901906;
}
.AnyTagClassName
{
color: #901906;
}
</style>
background-color css
<style>
a { background-color: #901906; }
a { background-color: rgb(144,25,6); }
div.DivClassName
{
background-color: #901906;
}
.BgClassName
{
background-color: #901906;
}
</style>
border-color css
<style>
span { border-color: #901906; }
span { border-color: rgb(144,25,6); }
td.TdClassName
{
border-color: #901906;
}
.TagClassName
{
border-color: #901906;
}
</style>