Shades of Falu Red #802405
Tints of Falu Red #802405
RGB
CMYK
RGB Variations
Color information
#802405 (or 0x802405) is known color: Falu Red. HEX triplet: 80, 24 and 05. RGB value is (128,36,5). Sum of RGB (Red+Green+Blue) = 128+36+5=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #802405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802405 is #7FDBFA. Grayscale: #3C3C3C. Windows color (decimal): -8379387 or 337024. OLE color: 337024.
HSL color Cylindrical-coordinate representation of color #802405: hue angle of 15.12º 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 #802405 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 5 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.50 |
| HSL | 15.12º | 0.92% | 0.26% | - |
| HSV(B) | 15.12º | 0.96% | 0.5% | - |
| XYZ | 9.56 | 5.86 | 0.77 | - |
| YUV | 59.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 5 | 0 | 0.72 | 0.96 | 0.50 | 15.12 | 0.92 | 0.26 |
| Hex | 80 | 24 | 5 | 0 | 48 | 60 | 32 | F | 5C | 1A |
| Octal | 200 | 44 | 5 | 0 | 110 | 140 | 62 | 17 | 134 | 32 |
| Binary | 10000000 | 100100 | 101 | 0 | 1001000 | 1100000 | 110010 | 1111 | 1011100 | 11010 |
Color Harmonies of #802405
Complementary color
Monochromatic Colors of #802405
Black with #802405
Text Example
Text Example
White with #802405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802405; }
p { color: rgb(128,36,5); }
H1.HeaderClassName
{
color: #802405;
}
.AnyTagClassName
{
color: #802405;
}
</style>
background-color css
<style>
a { background-color: #802405; }
a { background-color: rgb(128,36,5); }
div.DivClassName
{
background-color: #802405;
}
.BgClassName
{
background-color: #802405;
}
</style>
border-color css
<style>
span { border-color: #802405; }
span { border-color: rgb(128,36,5); }
td.TdClassName
{
border-color: #802405;
}
.TagClassName
{
border-color: #802405;
}
</style>