Shades of Falu Red #80140A
Tints of Falu Red #80140A
RGB
CMYK
RGB Variations
Color information
#80140A (or 0x80140A) is known color: Falu Red. HEX triplet: 80, 14 and 0A. RGB value is (128,20,10). Sum of RGB (Red+Green+Blue) = 128+20+10=158 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.01% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 128 - color contains mainly: red. Hex color #80140A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80140A is #7FEBF5. Grayscale: #333333. Windows color (decimal): -8383478 or 660608. OLE color: 660608.
HSL color Cylindrical-coordinate representation of color #80140A: hue angle of 5.08º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80140A is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 10 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.50 |
| HSL | 5.08º | 0.86% | 0.27% | - |
| HSV(B) | 5.08º | 0.92% | 0.5% | - |
| XYZ | 9.21 | 5.11 | 0.79 | - |
| YUV | 51.15 | 104.78 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 10 | 0 | 0.84 | 0.92 | 0.50 | 5.08 | 0.86 | 0.27 |
| Hex | 80 | 14 | A | 0 | 54 | 5C | 32 | 5 | 56 | 1B |
| Octal | 200 | 24 | 12 | 0 | 124 | 134 | 62 | 5 | 126 | 33 |
| Binary | 10000000 | 10100 | 1010 | 0 | 1010100 | 1011100 | 110010 | 101 | 1010110 | 11011 |
Color Harmonies of #80140A
Complementary color
Monochromatic Colors of #80140A
Black with #80140A
Text Example
Text Example
White with #80140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80140A; }
p { color: rgb(128,20,10); }
H1.HeaderClassName
{
color: #80140A;
}
.AnyTagClassName
{
color: #80140A;
}
</style>
background-color css
<style>
a { background-color: #80140A; }
a { background-color: rgb(128,20,10); }
div.DivClassName
{
background-color: #80140A;
}
.BgClassName
{
background-color: #80140A;
}
</style>
border-color css
<style>
span { border-color: #80140A; }
span { border-color: rgb(128,20,10); }
td.TdClassName
{
border-color: #80140A;
}
.TagClassName
{
border-color: #80140A;
}
</style>