Shades of Falu Red #802116
Tints of Falu Red #802116
RGB
CMYK
RGB Variations
Color information
#802116 (or 0x802116) is known color: Falu Red. HEX triplet: 80, 21 and 16. RGB value is (128,33,22). Sum of RGB (Red+Green+Blue) = 128+33+22=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #802116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802116 is #7FDEE9. Grayscale: #3C3C3C. Windows color (decimal): -8380138 or 1450368. OLE color: 1450368.
HSL color Cylindrical-coordinate representation of color #802116: hue angle of 6.23º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #802116 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 22 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.50 |
| HSL | 6.23º | 0.71% | 0.29% | - |
| HSV(B) | 6.23º | 0.83% | 0.5% | - |
| XYZ | 9.59 | 5.73 | 1.36 | - |
| YUV | 60.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 22 | 0 | 0.74 | 0.83 | 0.50 | 6.23 | 0.71 | 0.29 |
| Hex | 80 | 21 | 16 | 0 | 4A | 53 | 32 | 6 | 47 | 1D |
| Octal | 200 | 41 | 26 | 0 | 112 | 123 | 62 | 6 | 107 | 35 |
| Binary | 10000000 | 100001 | 10110 | 0 | 1001010 | 1010011 | 110010 | 110 | 1000111 | 11101 |
Color Harmonies of #802116
Complementary color
Monochromatic Colors of #802116
Black with #802116
Text Example
Text Example
White with #802116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802116; }
p { color: rgb(128,33,22); }
H1.HeaderClassName
{
color: #802116;
}
.AnyTagClassName
{
color: #802116;
}
</style>
background-color css
<style>
a { background-color: #802116; }
a { background-color: rgb(128,33,22); }
div.DivClassName
{
background-color: #802116;
}
.BgClassName
{
background-color: #802116;
}
</style>
border-color css
<style>
span { border-color: #802116; }
span { border-color: rgb(128,33,22); }
td.TdClassName
{
border-color: #802116;
}
.TagClassName
{
border-color: #802116;
}
</style>