Shades of Falu Red #802519
Tints of Falu Red #802519
RGB
CMYK
RGB Variations
Color information
#802519 (or 0x802519) is known color: Falu Red. HEX triplet: 80, 25 and 19. RGB value is (128,37,25). Sum of RGB (Red+Green+Blue) = 128+37+25=190 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.37% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 128 - color contains mainly: red. Hex color #802519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802519 is #7FDAE6. Grayscale: #3E3E3E. Windows color (decimal): -8379111 or 1648000. OLE color: 1648000.
HSL color Cylindrical-coordinate representation of color #802519: hue angle of 6.99º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #802519 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 37 | 25 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.50 |
| HSL | 6.99º | 0.67% | 0.3% | - |
| HSV(B) | 6.99º | 0.8% | 0.5% | - |
| XYZ | 9.74 | 5.98 | 1.56 | - |
| YUV | 62.84 | 106.65 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 25 | 0 | 0.71 | 0.80 | 0.50 | 6.99 | 0.67 | 0.3 |
| Hex | 80 | 25 | 19 | 0 | 47 | 50 | 32 | 7 | 43 | 1E |
| Octal | 200 | 45 | 31 | 0 | 107 | 120 | 62 | 7 | 103 | 36 |
| Binary | 10000000 | 100101 | 11001 | 0 | 1000111 | 1010000 | 110010 | 111 | 1000011 | 11110 |
Color Harmonies of #802519
Complementary color
Monochromatic Colors of #802519
Black with #802519
Text Example
Text Example
White with #802519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802519; }
p { color: rgb(128,37,25); }
H1.HeaderClassName
{
color: #802519;
}
.AnyTagClassName
{
color: #802519;
}
</style>
background-color css
<style>
a { background-color: #802519; }
a { background-color: rgb(128,37,25); }
div.DivClassName
{
background-color: #802519;
}
.BgClassName
{
background-color: #802519;
}
</style>
border-color css
<style>
span { border-color: #802519; }
span { border-color: rgb(128,37,25); }
td.TdClassName
{
border-color: #802519;
}
.TagClassName
{
border-color: #802519;
}
</style>