Shades of Falu Red #802109
Tints of Falu Red #802109
RGB
CMYK
RGB Variations
Color information
#802109 (or 0x802109) is known color: Falu Red. HEX triplet: 80, 21 and 09. RGB value is (128,33,9). Sum of RGB (Red+Green+Blue) = 128+33+9=170 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.29% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 128 - color contains mainly: red. Hex color #802109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802109 is #7FDEF6. Grayscale: #3A3A3A. Windows color (decimal): -8380151 or 598400. OLE color: 598400.
HSL color Cylindrical-coordinate representation of color #802109: hue angle of 12.1º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #802109 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 9 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.50 |
| HSL | 12.1º | 0.87% | 0.27% | - |
| HSV(B) | 12.1º | 0.93% | 0.5% | - |
| XYZ | 9.5 | 5.7 | 0.86 | - |
| YUV | 58.67 | 99.97 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 9 | 0 | 0.74 | 0.93 | 0.50 | 12.1 | 0.87 | 0.27 |
| Hex | 80 | 21 | 9 | 0 | 4A | 5D | 32 | C | 57 | 1B |
| Octal | 200 | 41 | 11 | 0 | 112 | 135 | 62 | 14 | 127 | 33 |
| Binary | 10000000 | 100001 | 1001 | 0 | 1001010 | 1011101 | 110010 | 1100 | 1010111 | 11011 |
Color Harmonies of #802109
Complementary color
Monochromatic Colors of #802109
Black with #802109
Text Example
Text Example
White with #802109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802109; }
p { color: rgb(128,33,9); }
H1.HeaderClassName
{
color: #802109;
}
.AnyTagClassName
{
color: #802109;
}
</style>
background-color css
<style>
a { background-color: #802109; }
a { background-color: rgb(128,33,9); }
div.DivClassName
{
background-color: #802109;
}
.BgClassName
{
background-color: #802109;
}
</style>
border-color css
<style>
span { border-color: #802109; }
span { border-color: rgb(128,33,9); }
td.TdClassName
{
border-color: #802109;
}
.TagClassName
{
border-color: #802109;
}
</style>