Shades of Falu Red #801111
Tints of Falu Red #801111
RGB
CMYK
RGB Variations
Color information
#801111 (or 0x801111) is known color: Falu Red. HEX triplet: 80, 11 and 11. RGB value is (128,17,17). Sum of RGB (Red+Green+Blue) = 128+17+17=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #801111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801111 is #7FEEEE. Grayscale: #323232. Windows color (decimal): -8384239 or 1118592. OLE color: 1118592.
HSL color Cylindrical-coordinate representation of color #801111: hue angle of 0º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801111 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 17 | 17 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.50 |
| HSL | 0º | 0.77% | 0.28% | - |
| HSV(B) | 0º | 0.87% | 0.5% | - |
| XYZ | 9.2 | 5.03 | 1.02 | - |
| YUV | 50.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 17 | 17 | 0 | 0.87 | 0.87 | 0.50 | 0 | 0.77 | 0.28 |
| Hex | 80 | 11 | 11 | 0 | 57 | 57 | 32 | 0 | 4D | 1C |
| Octal | 200 | 21 | 21 | 0 | 127 | 127 | 62 | 0 | 115 | 34 |
| Binary | 10000000 | 10001 | 10001 | 0 | 1010111 | 1010111 | 110010 | 0 | 1001101 | 11100 |
Color Harmonies of #801111
Complementary color
Monochromatic Colors of #801111
Black with #801111
Text Example
Text Example
White with #801111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801111; }
p { color: rgb(128,17,17); }
H1.HeaderClassName
{
color: #801111;
}
.AnyTagClassName
{
color: #801111;
}
</style>
background-color css
<style>
a { background-color: #801111; }
a { background-color: rgb(128,17,17); }
div.DivClassName
{
background-color: #801111;
}
.BgClassName
{
background-color: #801111;
}
</style>
border-color css
<style>
span { border-color: #801111; }
span { border-color: rgb(128,17,17); }
td.TdClassName
{
border-color: #801111;
}
.TagClassName
{
border-color: #801111;
}
</style>