Shades of Falu Red #801905
Tints of Falu Red #801905
RGB
CMYK
RGB Variations
Color information
#801905 (or 0x801905) is known color: Falu Red. HEX triplet: 80, 19 and 05. RGB value is (128,25,5). Sum of RGB (Red+Green+Blue) = 128+25+5=158 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.01% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 128 - color contains mainly: red. Hex color #801905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801905 is #7FE6FA. Grayscale: #353535. Windows color (decimal): -8382203 or 334208. OLE color: 334208.
HSL color Cylindrical-coordinate representation of color #801905: hue angle of 9.76º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #801905 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 5 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.50 |
| HSL | 9.76º | 0.92% | 0.26% | - |
| HSV(B) | 9.76º | 0.96% | 0.5% | - |
| XYZ | 9.28 | 5.3 | 0.68 | - |
| YUV | 53.52 | 100.62 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 5 | 0 | 0.80 | 0.96 | 0.50 | 9.76 | 0.92 | 0.26 |
| Hex | 80 | 19 | 5 | 0 | 50 | 60 | 32 | A | 5C | 1A |
| Octal | 200 | 31 | 5 | 0 | 120 | 140 | 62 | 12 | 134 | 32 |
| Binary | 10000000 | 11001 | 101 | 0 | 1010000 | 1100000 | 110010 | 1010 | 1011100 | 11010 |
Color Harmonies of #801905
Complementary color
Monochromatic Colors of #801905
Black with #801905
Text Example
Text Example
White with #801905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801905; }
p { color: rgb(128,25,5); }
H1.HeaderClassName
{
color: #801905;
}
.AnyTagClassName
{
color: #801905;
}
</style>
background-color css
<style>
a { background-color: #801905; }
a { background-color: rgb(128,25,5); }
div.DivClassName
{
background-color: #801905;
}
.BgClassName
{
background-color: #801905;
}
</style>
border-color css
<style>
span { border-color: #801905; }
span { border-color: rgb(128,25,5); }
td.TdClassName
{
border-color: #801905;
}
.TagClassName
{
border-color: #801905;
}
</style>