Shades of Falu Red #80110C
Tints of Falu Red #80110C
RGB
CMYK
RGB Variations
Color information
#80110C (or 0x80110C) is known color: Falu Red. HEX triplet: 80, 11 and 0C. RGB value is (128,17,12). Sum of RGB (Red+Green+Blue) = 128+17+12=157 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.53% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 128 - color contains mainly: red. Hex color #80110C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80110C is #7FEEF3. Grayscale: #313131. Windows color (decimal): -8384244 or 790912. OLE color: 790912.
HSL color Cylindrical-coordinate representation of color #80110C: hue angle of 2.59º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80110C is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 17 | 12 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.50 |
| HSL | 2.59º | 0.83% | 0.27% | - |
| HSV(B) | 2.59º | 0.91% | 0.5% | - |
| XYZ | 9.17 | 5.02 | 0.83 | - |
| YUV | 49.62 | 106.77 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 17 | 12 | 0 | 0.87 | 0.91 | 0.50 | 2.59 | 0.83 | 0.27 |
| Hex | 80 | 11 | C | 0 | 57 | 5B | 32 | 3 | 53 | 1B |
| Octal | 200 | 21 | 14 | 0 | 127 | 133 | 62 | 3 | 123 | 33 |
| Binary | 10000000 | 10001 | 1100 | 0 | 1010111 | 1011011 | 110010 | 11 | 1010011 | 11011 |
Color Harmonies of #80110C
Complementary color
Monochromatic Colors of #80110C
Black with #80110C
Text Example
Text Example
White with #80110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80110C; }
p { color: rgb(128,17,12); }
H1.HeaderClassName
{
color: #80110C;
}
.AnyTagClassName
{
color: #80110C;
}
</style>
background-color css
<style>
a { background-color: #80110C; }
a { background-color: rgb(128,17,12); }
div.DivClassName
{
background-color: #80110C;
}
.BgClassName
{
background-color: #80110C;
}
</style>
border-color css
<style>
span { border-color: #80110C; }
span { border-color: rgb(128,17,12); }
td.TdClassName
{
border-color: #80110C;
}
.TagClassName
{
border-color: #80110C;
}
</style>