Shades of Falu Red #802016
Tints of Falu Red #802016
RGB
CMYK
RGB Variations
Color information
#802016 (or 0x802016) is known color: Falu Red. HEX triplet: 80, 20 and 16. RGB value is (128,32,22). Sum of RGB (Red+Green+Blue) = 128+32+22=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #802016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802016 is #7FDFE9. Grayscale: #3B3B3B. Windows color (decimal): -8380394 or 1450112. OLE color: 1450112.
HSL color Cylindrical-coordinate representation of color #802016: hue angle of 5.66º 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 #802016 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 22 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.50 |
| HSL | 5.66º | 0.71% | 0.29% | - |
| HSV(B) | 5.66º | 0.83% | 0.5% | - |
| XYZ | 9.56 | 5.68 | 1.35 | - |
| YUV | 59.56 | 106.8 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 22 | 0 | 0.75 | 0.83 | 0.50 | 5.66 | 0.71 | 0.29 |
| Hex | 80 | 20 | 16 | 0 | 4B | 53 | 32 | 6 | 47 | 1D |
| Octal | 200 | 40 | 26 | 0 | 113 | 123 | 62 | 6 | 107 | 35 |
| Binary | 10000000 | 100000 | 10110 | 0 | 1001011 | 1010011 | 110010 | 110 | 1000111 | 11101 |
Color Harmonies of #802016
Complementary color
Monochromatic Colors of #802016
Black with #802016
Text Example
Text Example
White with #802016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802016; }
p { color: rgb(128,32,22); }
H1.HeaderClassName
{
color: #802016;
}
.AnyTagClassName
{
color: #802016;
}
</style>
background-color css
<style>
a { background-color: #802016; }
a { background-color: rgb(128,32,22); }
div.DivClassName
{
background-color: #802016;
}
.BgClassName
{
background-color: #802016;
}
</style>
border-color css
<style>
span { border-color: #802016; }
span { border-color: rgb(128,32,22); }
td.TdClassName
{
border-color: #802016;
}
.TagClassName
{
border-color: #802016;
}
</style>