Shades of Falu Red #901F05
Tints of Falu Red #901F05
RGB
CMYK
RGB Variations
Color information
#901F05 (or 0x901F05) is known color: Falu Red. HEX triplet: 90, 1F and 05. RGB value is (144,31,5). Sum of RGB (Red+Green+Blue) = 144+31+5=180 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 144 - color contains mainly: red. Hex color #901F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901F05 is #6FE0FA. Grayscale: #3E3E3E. Windows color (decimal): -7332091 or 335760. OLE color: 335760.
HSL color Cylindrical-coordinate representation of color #901F05: hue angle of 11.22º degrees, saturation: 0.93, 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 #901F05 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 31 | 5 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.44 |
| HSL | 11.22º | 0.93% | 0.29% | - |
| HSV(B) | 11.22º | 0.97% | 0.56% | - |
| XYZ | 12.02 | 6.92 | 0.85 | - |
| YUV | 61.82 | 95.94 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 5 | 0 | 0.78 | 0.97 | 0.44 | 11.22 | 0.93 | 0.29 |
| Hex | 90 | 1F | 5 | 0 | 4E | 61 | 2C | B | 5D | 1D |
| Octal | 220 | 37 | 5 | 0 | 116 | 141 | 54 | 13 | 135 | 35 |
| Binary | 10010000 | 11111 | 101 | 0 | 1001110 | 1100001 | 101100 | 1011 | 1011101 | 11101 |
Color Harmonies of #901F05
Complementary color
Monochromatic Colors of #901F05
Black with #901F05
Text Example
Text Example
White with #901F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901F05; }
p { color: rgb(144,31,5); }
H1.HeaderClassName
{
color: #901F05;
}
.AnyTagClassName
{
color: #901F05;
}
</style>
background-color css
<style>
a { background-color: #901F05; }
a { background-color: rgb(144,31,5); }
div.DivClassName
{
background-color: #901F05;
}
.BgClassName
{
background-color: #901F05;
}
</style>
border-color css
<style>
span { border-color: #901F05; }
span { border-color: rgb(144,31,5); }
td.TdClassName
{
border-color: #901F05;
}
.TagClassName
{
border-color: #901F05;
}
</style>