Shades of Falu Red #802504
Tints of Falu Red #802504
RGB
CMYK
RGB Variations
Color information
#802504 (or 0x802504) is known color: Falu Red. HEX triplet: 80, 25 and 04. RGB value is (128,37,4). Sum of RGB (Red+Green+Blue) = 128+37+4=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #802504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802504 is #7FDAFB. Grayscale: #3C3C3C. Windows color (decimal): -8379132 or 271744. OLE color: 271744.
HSL color Cylindrical-coordinate representation of color #802504: hue angle of 15.97º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #802504 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 37 | 4 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.50 |
| HSL | 15.97º | 0.94% | 0.26% | - |
| HSV(B) | 15.97º | 0.97% | 0.5% | - |
| XYZ | 9.59 | 5.92 | 0.75 | - |
| YUV | 60.45 | 96.15 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 4 | 0 | 0.71 | 0.97 | 0.50 | 15.97 | 0.94 | 0.26 |
| Hex | 80 | 25 | 4 | 0 | 47 | 61 | 32 | 10 | 5E | 1A |
| Octal | 200 | 45 | 4 | 0 | 107 | 141 | 62 | 20 | 136 | 32 |
| Binary | 10000000 | 100101 | 100 | 0 | 1000111 | 1100001 | 110010 | 10000 | 1011110 | 11010 |
Color Harmonies of #802504
Complementary color
Monochromatic Colors of #802504
Black with #802504
Text Example
Text Example
White with #802504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802504; }
p { color: rgb(128,37,4); }
H1.HeaderClassName
{
color: #802504;
}
.AnyTagClassName
{
color: #802504;
}
</style>
background-color css
<style>
a { background-color: #802504; }
a { background-color: rgb(128,37,4); }
div.DivClassName
{
background-color: #802504;
}
.BgClassName
{
background-color: #802504;
}
</style>
border-color css
<style>
span { border-color: #802504; }
span { border-color: rgb(128,37,4); }
td.TdClassName
{
border-color: #802504;
}
.TagClassName
{
border-color: #802504;
}
</style>