Shades of Falu Red #901A05
Tints of Falu Red #901A05
RGB
CMYK
RGB Variations
Color information
#901A05 (or 0x901A05) is known color: Falu Red. HEX triplet: 90, 1A and 05. RGB value is (144,26,5). Sum of RGB (Red+Green+Blue) = 144+26+5=175 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.29% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 144 - color contains mainly: red. Hex color #901A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901A05 is #6FE5FA. Grayscale: #3B3B3B. Windows color (decimal): -7333371 or 334480. OLE color: 334480.
HSL color Cylindrical-coordinate representation of color #901A05: hue angle of 9.06º 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 #901A05 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 26 | 5 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.44 |
| HSL | 9.06º | 0.93% | 0.29% | - |
| HSV(B) | 9.06º | 0.97% | 0.56% | - |
| XYZ | 11.9 | 6.68 | 0.81 | - |
| YUV | 58.89 | 97.59 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 5 | 0 | 0.82 | 0.97 | 0.44 | 9.06 | 0.93 | 0.29 |
| Hex | 90 | 1A | 5 | 0 | 52 | 61 | 2C | 9 | 5D | 1D |
| Octal | 220 | 32 | 5 | 0 | 122 | 141 | 54 | 11 | 135 | 35 |
| Binary | 10010000 | 11010 | 101 | 0 | 1010010 | 1100001 | 101100 | 1001 | 1011101 | 11101 |
Color Harmonies of #901A05
Complementary color
Monochromatic Colors of #901A05
Black with #901A05
Text Example
Text Example
White with #901A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A05; }
p { color: rgb(144,26,5); }
H1.HeaderClassName
{
color: #901A05;
}
.AnyTagClassName
{
color: #901A05;
}
</style>
background-color css
<style>
a { background-color: #901A05; }
a { background-color: rgb(144,26,5); }
div.DivClassName
{
background-color: #901A05;
}
.BgClassName
{
background-color: #901A05;
}
</style>
border-color css
<style>
span { border-color: #901A05; }
span { border-color: rgb(144,26,5); }
td.TdClassName
{
border-color: #901A05;
}
.TagClassName
{
border-color: #901A05;
}
</style>