Shades of Falu Red #80180F
Tints of Falu Red #80180F
RGB
CMYK
RGB Variations
Color information
#80180F (or 0x80180F) is known color: Falu Red. HEX triplet: 80, 18 and 0F. RGB value is (128,24,15). Sum of RGB (Red+Green+Blue) = 128+24+15=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #80180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80180F is #7FE7F0. Grayscale: #363636. Windows color (decimal): -8382449 or 989312. OLE color: 989312.
HSL color Cylindrical-coordinate representation of color #80180F: hue angle of 4.78º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80180F is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 24 | 15 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.50 |
| HSL | 4.78º | 0.79% | 0.28% | - |
| HSV(B) | 4.78º | 0.88% | 0.5% | - |
| XYZ | 9.31 | 5.28 | 0.98 | - |
| YUV | 54.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 24 | 15 | 0 | 0.81 | 0.88 | 0.50 | 4.78 | 0.79 | 0.28 |
| Hex | 80 | 18 | F | 0 | 51 | 58 | 32 | 5 | 4F | 1C |
| Octal | 200 | 30 | 17 | 0 | 121 | 130 | 62 | 5 | 117 | 34 |
| Binary | 10000000 | 11000 | 1111 | 0 | 1010001 | 1011000 | 110010 | 101 | 1001111 | 11100 |
Color Harmonies of #80180F
Complementary color
Monochromatic Colors of #80180F
Black with #80180F
Text Example
Text Example
White with #80180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80180F; }
p { color: rgb(128,24,15); }
H1.HeaderClassName
{
color: #80180F;
}
.AnyTagClassName
{
color: #80180F;
}
</style>
background-color css
<style>
a { background-color: #80180F; }
a { background-color: rgb(128,24,15); }
div.DivClassName
{
background-color: #80180F;
}
.BgClassName
{
background-color: #80180F;
}
</style>
border-color css
<style>
span { border-color: #80180F; }
span { border-color: rgb(128,24,15); }
td.TdClassName
{
border-color: #80180F;
}
.TagClassName
{
border-color: #80180F;
}
</style>