Shades of Falu Red #801F16
Tints of Falu Red #801F16
RGB
CMYK
RGB Variations
Color information
#801F16 (or 0x801F16) is known color: Falu Red. HEX triplet: 80, 1F and 16. RGB value is (128,31,22). Sum of RGB (Red+Green+Blue) = 128+31+22=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #801F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801F16 is #7FE0E9. Grayscale: #3B3B3B. Windows color (decimal): -8380650 or 1449856. OLE color: 1449856.
HSL color Cylindrical-coordinate representation of color #801F16: hue angle of 5.09º 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 #801F16 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 31 | 22 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.50 |
| HSL | 5.09º | 0.71% | 0.29% | - |
| HSV(B) | 5.09º | 0.83% | 0.5% | - |
| XYZ | 9.54 | 5.63 | 1.34 | - |
| YUV | 58.98 | 107.14 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 31 | 22 | 0 | 0.76 | 0.83 | 0.50 | 5.09 | 0.71 | 0.29 |
| Hex | 80 | 1F | 16 | 0 | 4C | 53 | 32 | 5 | 47 | 1D |
| Octal | 200 | 37 | 26 | 0 | 114 | 123 | 62 | 5 | 107 | 35 |
| Binary | 10000000 | 11111 | 10110 | 0 | 1001100 | 1010011 | 110010 | 101 | 1000111 | 11101 |
Color Harmonies of #801F16
Complementary color
Monochromatic Colors of #801F16
Black with #801F16
Text Example
Text Example
White with #801F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801F16; }
p { color: rgb(128,31,22); }
H1.HeaderClassName
{
color: #801F16;
}
.AnyTagClassName
{
color: #801F16;
}
</style>
background-color css
<style>
a { background-color: #801F16; }
a { background-color: rgb(128,31,22); }
div.DivClassName
{
background-color: #801F16;
}
.BgClassName
{
background-color: #801F16;
}
</style>
border-color css
<style>
span { border-color: #801F16; }
span { border-color: rgb(128,31,22); }
td.TdClassName
{
border-color: #801F16;
}
.TagClassName
{
border-color: #801F16;
}
</style>