Shades of Falu Red #80180A
Tints of Falu Red #80180A
RGB
CMYK
RGB Variations
Color information
#80180A (or 0x80180A) is known color: Falu Red. HEX triplet: 80, 18 and 0A. RGB value is (128,24,10). Sum of RGB (Red+Green+Blue) = 128+24+10=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #80180A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80180A is #7FE7F5. Grayscale: #353535. Windows color (decimal): -8382454 or 661632. OLE color: 661632.
HSL color Cylindrical-coordinate representation of color #80180A: hue angle of 7.12º 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 #80180A is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 24 | 10 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.50 |
| HSL | 7.12º | 0.86% | 0.27% | - |
| HSV(B) | 7.12º | 0.92% | 0.5% | - |
| XYZ | 9.28 | 5.26 | 0.81 | - |
| YUV | 53.5 | 103.46 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 24 | 10 | 0 | 0.81 | 0.92 | 0.50 | 7.12 | 0.86 | 0.27 |
| Hex | 80 | 18 | A | 0 | 51 | 5C | 32 | 7 | 56 | 1B |
| Octal | 200 | 30 | 12 | 0 | 121 | 134 | 62 | 7 | 126 | 33 |
| Binary | 10000000 | 11000 | 1010 | 0 | 1010001 | 1011100 | 110010 | 111 | 1010110 | 11011 |
Color Harmonies of #80180A
Complementary color
Monochromatic Colors of #80180A
Black with #80180A
Text Example
Text Example
White with #80180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80180A; }
p { color: rgb(128,24,10); }
H1.HeaderClassName
{
color: #80180A;
}
.AnyTagClassName
{
color: #80180A;
}
</style>
background-color css
<style>
a { background-color: #80180A; }
a { background-color: rgb(128,24,10); }
div.DivClassName
{
background-color: #80180A;
}
.BgClassName
{
background-color: #80180A;
}
</style>
border-color css
<style>
span { border-color: #80180A; }
span { border-color: rgb(128,24,10); }
td.TdClassName
{
border-color: #80180A;
}
.TagClassName
{
border-color: #80180A;
}
</style>