Shades of Falu Red #80120C
Tints of Falu Red #80120C
RGB
CMYK
RGB Variations
Color information
#80120C (or 0x80120C) is known color: Falu Red. HEX triplet: 80, 12 and 0C. RGB value is (128,18,12). Sum of RGB (Red+Green+Blue) = 128+18+12=158 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.01% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 128 - color contains mainly: red. Hex color #80120C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80120C is #7FEDF3. Grayscale: #323232. Windows color (decimal): -8383988 or 791168. OLE color: 791168.
HSL color Cylindrical-coordinate representation of color #80120C: hue angle of 3.1º 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 #80120C is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 18 | 12 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.50 |
| HSL | 3.1º | 0.83% | 0.27% | - |
| HSV(B) | 3.1º | 0.91% | 0.5% | - |
| XYZ | 9.18 | 5.05 | 0.84 | - |
| YUV | 50.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 12 | 0 | 0.86 | 0.91 | 0.50 | 3.1 | 0.83 | 0.27 |
| Hex | 80 | 12 | C | 0 | 56 | 5B | 32 | 3 | 53 | 1B |
| Octal | 200 | 22 | 14 | 0 | 126 | 133 | 62 | 3 | 123 | 33 |
| Binary | 10000000 | 10010 | 1100 | 0 | 1010110 | 1011011 | 110010 | 11 | 1010011 | 11011 |
Color Harmonies of #80120C
Complementary color
Monochromatic Colors of #80120C
Black with #80120C
Text Example
Text Example
White with #80120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80120C; }
p { color: rgb(128,18,12); }
H1.HeaderClassName
{
color: #80120C;
}
.AnyTagClassName
{
color: #80120C;
}
</style>
background-color css
<style>
a { background-color: #80120C; }
a { background-color: rgb(128,18,12); }
div.DivClassName
{
background-color: #80120C;
}
.BgClassName
{
background-color: #80120C;
}
</style>
border-color css
<style>
span { border-color: #80120C; }
span { border-color: rgb(128,18,12); }
td.TdClassName
{
border-color: #80120C;
}
.TagClassName
{
border-color: #80120C;
}
</style>