Shades of Falu Red #801901
Tints of Falu Red #801901
RGB
CMYK
RGB Variations
Color information
#801901 (or 0x801901) is known color: Falu Red. HEX triplet: 80, 19 and 01. RGB value is (128,25,1). Sum of RGB (Red+Green+Blue) = 128+25+1=154 (20% of max value = 765). Red value is 128 (50.39% from 255 or 83.12% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 128 - color contains mainly: red. Hex color #801901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801901 is #7FE6FE. Grayscale: #353535. Windows color (decimal): -8382207 or 72064. OLE color: 72064.
HSL color Cylindrical-coordinate representation of color #801901: hue angle of 11.34º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #801901 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.50 |
| HSL | 11.34º | 0.98% | 0.25% | - |
| HSV(B) | 11.34º | 0.99% | 0.5% | - |
| XYZ | 9.26 | 5.29 | 0.56 | - |
| YUV | 53.06 | 98.62 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 1 | 0 | 0.80 | 0.99 | 0.50 | 11.34 | 0.98 | 0.25 |
| Hex | 80 | 19 | 1 | 0 | 50 | 63 | 32 | B | 62 | 19 |
| Octal | 200 | 31 | 1 | 0 | 120 | 143 | 62 | 13 | 142 | 31 |
| Binary | 10000000 | 11001 | 1 | 0 | 1010000 | 1100011 | 110010 | 1011 | 1100010 | 11001 |
Color Harmonies of #801901
Complementary color
Monochromatic Colors of #801901
Black with #801901
Text Example
Text Example
White with #801901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801901; }
p { color: rgb(128,25,1); }
H1.HeaderClassName
{
color: #801901;
}
.AnyTagClassName
{
color: #801901;
}
</style>
background-color css
<style>
a { background-color: #801901; }
a { background-color: rgb(128,25,1); }
div.DivClassName
{
background-color: #801901;
}
.BgClassName
{
background-color: #801901;
}
</style>
border-color css
<style>
span { border-color: #801901; }
span { border-color: rgb(128,25,1); }
td.TdClassName
{
border-color: #801901;
}
.TagClassName
{
border-color: #801901;
}
</style>