Shades of Falu Red #800F0E
Tints of Falu Red #800F0E
RGB
CMYK
RGB Variations
Color information
#800F0E (or 0x800F0E) is known color: Falu Red. HEX triplet: 80, 0F and 0E. RGB value is (128,15,14). Sum of RGB (Red+Green+Blue) = 128+15+14=157 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.53% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 128 - color contains mainly: red. Hex color #800F0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800F0E is #7FF0F1. Grayscale: #303030. Windows color (decimal): -8384754 or 921472. OLE color: 921472.
HSL color Cylindrical-coordinate representation of color #800F0E: hue angle of 0.53º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800F0E is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 15 | 14 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.50 |
| HSL | 0.53º | 0.8% | 0.28% | - |
| HSV(B) | 0.53º | 0.89% | 0.5% | - |
| XYZ | 9.15 | 4.96 | 0.89 | - |
| YUV | 48.67 | 108.44 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 14 | 0 | 0.88 | 0.89 | 0.50 | 0.53 | 0.8 | 0.28 |
| Hex | 80 | F | E | 0 | 58 | 59 | 32 | 1 | 50 | 1C |
| Octal | 200 | 17 | 16 | 0 | 130 | 131 | 62 | 1 | 120 | 34 |
| Binary | 10000000 | 1111 | 1110 | 0 | 1011000 | 1011001 | 110010 | 1 | 1010000 | 11100 |
Color Harmonies of #800F0E
Complementary color
Monochromatic Colors of #800F0E
Black with #800F0E
Text Example
Text Example
White with #800F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F0E; }
p { color: rgb(128,15,14); }
H1.HeaderClassName
{
color: #800F0E;
}
.AnyTagClassName
{
color: #800F0E;
}
</style>
background-color css
<style>
a { background-color: #800F0E; }
a { background-color: rgb(128,15,14); }
div.DivClassName
{
background-color: #800F0E;
}
.BgClassName
{
background-color: #800F0E;
}
</style>
border-color css
<style>
span { border-color: #800F0E; }
span { border-color: rgb(128,15,14); }
td.TdClassName
{
border-color: #800F0E;
}
.TagClassName
{
border-color: #800F0E;
}
</style>