Shades of Falu Red #801405
Tints of Falu Red #801405
RGB
CMYK
RGB Variations
Color information
#801405 (or 0x801405) is known color: Falu Red. HEX triplet: 80, 14 and 05. RGB value is (128,20,5). Sum of RGB (Red+Green+Blue) = 128+20+5=153 (20% of max value = 765). Red value is 128 (50.39% from 255 or 83.66% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 128 - color contains mainly: red. Hex color #801405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801405 is #7FEBFA. Grayscale: #323232. Windows color (decimal): -8383483 or 332928. OLE color: 332928.
HSL color Cylindrical-coordinate representation of color #801405: hue angle of 7.32º 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 #801405 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 5 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.50 |
| HSL | 7.32º | 0.92% | 0.26% | - |
| HSV(B) | 7.32º | 0.96% | 0.5% | - |
| XYZ | 9.18 | 5.1 | 0.64 | - |
| YUV | 50.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 5 | 0 | 0.84 | 0.96 | 0.50 | 7.32 | 0.92 | 0.26 |
| Hex | 80 | 14 | 5 | 0 | 54 | 60 | 32 | 7 | 5C | 1A |
| Octal | 200 | 24 | 5 | 0 | 124 | 140 | 62 | 7 | 134 | 32 |
| Binary | 10000000 | 10100 | 101 | 0 | 1010100 | 1100000 | 110010 | 111 | 1011100 | 11010 |
Color Harmonies of #801405
Complementary color
Monochromatic Colors of #801405
Black with #801405
Text Example
Text Example
White with #801405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801405; }
p { color: rgb(128,20,5); }
H1.HeaderClassName
{
color: #801405;
}
.AnyTagClassName
{
color: #801405;
}
</style>
background-color css
<style>
a { background-color: #801405; }
a { background-color: rgb(128,20,5); }
div.DivClassName
{
background-color: #801405;
}
.BgClassName
{
background-color: #801405;
}
</style>
border-color css
<style>
span { border-color: #801405; }
span { border-color: rgb(128,20,5); }
td.TdClassName
{
border-color: #801405;
}
.TagClassName
{
border-color: #801405;
}
</style>