Shades of Falu Red #901904
Tints of Falu Red #901904
RGB
CMYK
RGB Variations
Color information
#901904 (or 0x901904) is known color: Falu Red. HEX triplet: 90, 19 and 04. RGB value is (144,25,4). Sum of RGB (Red+Green+Blue) = 144+25+4=173 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.24% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 144 - color contains mainly: red. Hex color #901904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901904 is #6FE6FB. Grayscale: #3A3A3A. Windows color (decimal): -7333628 or 268688. OLE color: 268688.
HSL color Cylindrical-coordinate representation of color #901904: hue angle of 9º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #901904 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 4 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.44 |
| HSL | 9º | 0.95% | 0.29% | - |
| HSV(B) | 9º | 0.97% | 0.56% | - |
| XYZ | 11.87 | 6.63 | 0.77 | - |
| YUV | 58.19 | 97.42 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 4 | 0 | 0.83 | 0.97 | 0.44 | 9 | 0.95 | 0.29 |
| Hex | 90 | 19 | 4 | 0 | 53 | 61 | 2C | 9 | 5F | 1D |
| Octal | 220 | 31 | 4 | 0 | 123 | 141 | 54 | 11 | 137 | 35 |
| Binary | 10010000 | 11001 | 100 | 0 | 1010011 | 1100001 | 101100 | 1001 | 1011111 | 11101 |
Color Harmonies of #901904
Complementary color
Monochromatic Colors of #901904
Black with #901904
Text Example
Text Example
White with #901904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901904; }
p { color: rgb(144,25,4); }
H1.HeaderClassName
{
color: #901904;
}
.AnyTagClassName
{
color: #901904;
}
</style>
background-color css
<style>
a { background-color: #901904; }
a { background-color: rgb(144,25,4); }
div.DivClassName
{
background-color: #901904;
}
.BgClassName
{
background-color: #901904;
}
</style>
border-color css
<style>
span { border-color: #901904; }
span { border-color: rgb(144,25,4); }
td.TdClassName
{
border-color: #901904;
}
.TagClassName
{
border-color: #901904;
}
</style>