Shades of Falu Red #802214
Tints of Falu Red #802214
RGB
CMYK
RGB Variations
Color information
#802214 (or 0x802214) is known color: Falu Red. HEX triplet: 80, 22 and 14. RGB value is (128,34,20). Sum of RGB (Red+Green+Blue) = 128+34+20=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #802214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802214 is #7FDDEB. Grayscale: #3C3C3C. Windows color (decimal): -8379884 or 1319552. OLE color: 1319552.
HSL color Cylindrical-coordinate representation of color #802214: hue angle of 7.78º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #802214 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 34 | 20 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.50 |
| HSL | 7.78º | 0.73% | 0.29% | - |
| HSV(B) | 7.78º | 0.84% | 0.5% | - |
| XYZ | 9.6 | 5.78 | 1.27 | - |
| YUV | 60.51 | 105.14 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 20 | 0 | 0.73 | 0.84 | 0.50 | 7.78 | 0.73 | 0.29 |
| Hex | 80 | 22 | 14 | 0 | 49 | 54 | 32 | 8 | 49 | 1D |
| Octal | 200 | 42 | 24 | 0 | 111 | 124 | 62 | 10 | 111 | 35 |
| Binary | 10000000 | 100010 | 10100 | 0 | 1001001 | 1010100 | 110010 | 1000 | 1001001 | 11101 |
Color Harmonies of #802214
Complementary color
Monochromatic Colors of #802214
Black with #802214
Text Example
Text Example
White with #802214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802214; }
p { color: rgb(128,34,20); }
H1.HeaderClassName
{
color: #802214;
}
.AnyTagClassName
{
color: #802214;
}
</style>
background-color css
<style>
a { background-color: #802214; }
a { background-color: rgb(128,34,20); }
div.DivClassName
{
background-color: #802214;
}
.BgClassName
{
background-color: #802214;
}
</style>
border-color css
<style>
span { border-color: #802214; }
span { border-color: rgb(128,34,20); }
td.TdClassName
{
border-color: #802214;
}
.TagClassName
{
border-color: #802214;
}
</style>