Shades of Falu Red #802221
Tints of Falu Red #802221
RGB
CMYK
RGB Variations
Color information
#802221 (or 0x802221) is known color: Falu Red. HEX triplet: 80, 22 and 21. RGB value is (128,34,33). Sum of RGB (Red+Green+Blue) = 128+34+33=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #802221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802221 is #7FDDDE. Grayscale: #3E3E3E. Windows color (decimal): -8379871 or 2171520. OLE color: 2171520.
HSL color Cylindrical-coordinate representation of color #802221: hue angle of 0.63º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802221 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 34 | 33 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.50 |
| HSL | 0.63º | 0.59% | 0.32% | - |
| HSV(B) | 0.63º | 0.74% | 0.5% | - |
| XYZ | 9.75 | 5.84 | 2.05 | - |
| YUV | 61.99 | 111.64 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 33 | 0 | 0.73 | 0.74 | 0.50 | 0.63 | 0.59 | 0.32 |
| Hex | 80 | 22 | 21 | 0 | 49 | 4A | 32 | 1 | 3B | 20 |
| Octal | 200 | 42 | 41 | 0 | 111 | 112 | 62 | 1 | 73 | 40 |
| Binary | 10000000 | 100010 | 100001 | 0 | 1001001 | 1001010 | 110010 | 1 | 111011 | 100000 |
Color Harmonies of #802221
Complementary color
Monochromatic Colors of #802221
Black with #802221
Text Example
Text Example
White with #802221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802221; }
p { color: rgb(128,34,33); }
H1.HeaderClassName
{
color: #802221;
}
.AnyTagClassName
{
color: #802221;
}
</style>
background-color css
<style>
a { background-color: #802221; }
a { background-color: rgb(128,34,33); }
div.DivClassName
{
background-color: #802221;
}
.BgClassName
{
background-color: #802221;
}
</style>
border-color css
<style>
span { border-color: #802221; }
span { border-color: rgb(128,34,33); }
td.TdClassName
{
border-color: #802221;
}
.TagClassName
{
border-color: #802221;
}
</style>