Shades of Falu Red #802505
Tints of Falu Red #802505
RGB
CMYK
RGB Variations
Color information
#802505 (or 0x802505) is known color: Falu Red. HEX triplet: 80, 25 and 05. RGB value is (128,37,5). Sum of RGB (Red+Green+Blue) = 128+37+5=170 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.29% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 128 - color contains mainly: red. Hex color #802505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802505 is #7FDAFA. Grayscale: #3C3C3C. Windows color (decimal): -8379131 or 337280. OLE color: 337280.
HSL color Cylindrical-coordinate representation of color #802505: hue angle of 15.61º 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 #802505 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 37 | 5 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.50 |
| HSL | 15.61º | 0.92% | 0.26% | - |
| HSV(B) | 15.61º | 0.96% | 0.5% | - |
| XYZ | 9.59 | 5.92 | 0.78 | - |
| YUV | 60.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 5 | 0 | 0.71 | 0.96 | 0.50 | 15.61 | 0.92 | 0.26 |
| Hex | 80 | 25 | 5 | 0 | 47 | 60 | 32 | 10 | 5C | 1A |
| Octal | 200 | 45 | 5 | 0 | 107 | 140 | 62 | 20 | 134 | 32 |
| Binary | 10000000 | 100101 | 101 | 0 | 1000111 | 1100000 | 110010 | 10000 | 1011100 | 11010 |
Color Harmonies of #802505
Complementary color
Monochromatic Colors of #802505
Black with #802505
Text Example
Text Example
White with #802505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802505; }
p { color: rgb(128,37,5); }
H1.HeaderClassName
{
color: #802505;
}
.AnyTagClassName
{
color: #802505;
}
</style>
background-color css
<style>
a { background-color: #802505; }
a { background-color: rgb(128,37,5); }
div.DivClassName
{
background-color: #802505;
}
.BgClassName
{
background-color: #802505;
}
</style>
border-color css
<style>
span { border-color: #802505; }
span { border-color: rgb(128,37,5); }
td.TdClassName
{
border-color: #802505;
}
.TagClassName
{
border-color: #802505;
}
</style>