Shades of Falu Red #801E05
Tints of Falu Red #801E05
RGB
CMYK
RGB Variations
Color information
#801E05 (or 0x801E05) is known color: Falu Red. HEX triplet: 80, 1E and 05. RGB value is (128,30,5). Sum of RGB (Red+Green+Blue) = 128+30+5=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #801E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801E05 is #7FE1FA. Grayscale: #383838. Windows color (decimal): -8380923 or 335488. OLE color: 335488.
HSL color Cylindrical-coordinate representation of color #801E05: hue angle of 12.2º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #801E05 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 30 | 5 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.50 |
| HSL | 12.2º | 0.92% | 0.26% | - |
| HSV(B) | 12.2º | 0.96% | 0.5% | - |
| XYZ | 9.39 | 5.53 | 0.72 | - |
| YUV | 56.45 | 98.97 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 30 | 5 | 0 | 0.77 | 0.96 | 0.50 | 12.2 | 0.92 | 0.26 |
| Hex | 80 | 1E | 5 | 0 | 4D | 60 | 32 | C | 5C | 1A |
| Octal | 200 | 36 | 5 | 0 | 115 | 140 | 62 | 14 | 134 | 32 |
| Binary | 10000000 | 11110 | 101 | 0 | 1001101 | 1100000 | 110010 | 1100 | 1011100 | 11010 |
Color Harmonies of #801E05
Complementary color
Monochromatic Colors of #801E05
Black with #801E05
Text Example
Text Example
White with #801E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801E05; }
p { color: rgb(128,30,5); }
H1.HeaderClassName
{
color: #801E05;
}
.AnyTagClassName
{
color: #801E05;
}
</style>
background-color css
<style>
a { background-color: #801E05; }
a { background-color: rgb(128,30,5); }
div.DivClassName
{
background-color: #801E05;
}
.BgClassName
{
background-color: #801E05;
}
</style>
border-color css
<style>
span { border-color: #801E05; }
span { border-color: rgb(128,30,5); }
td.TdClassName
{
border-color: #801E05;
}
.TagClassName
{
border-color: #801E05;
}
</style>