Shades of Falu Red #801915
Tints of Falu Red #801915
RGB
CMYK
RGB Variations
Color information
#801915 (or 0x801915) is known color: Falu Red. HEX triplet: 80, 19 and 15. RGB value is (128,25,21). Sum of RGB (Red+Green+Blue) = 128+25+21=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #801915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801915 is #7FE6EA. Grayscale: #373737. Windows color (decimal): -8382187 or 1382784. OLE color: 1382784.
HSL color Cylindrical-coordinate representation of color #801915: hue angle of 2.24º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801915 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 21 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.50 |
| HSL | 2.24º | 0.72% | 0.29% | - |
| HSV(B) | 2.24º | 0.84% | 0.5% | - |
| XYZ | 9.39 | 5.34 | 1.25 | - |
| YUV | 55.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 21 | 0 | 0.80 | 0.84 | 0.50 | 2.24 | 0.72 | 0.29 |
| Hex | 80 | 19 | 15 | 0 | 50 | 54 | 32 | 2 | 48 | 1D |
| Octal | 200 | 31 | 25 | 0 | 120 | 124 | 62 | 2 | 110 | 35 |
| Binary | 10000000 | 11001 | 10101 | 0 | 1010000 | 1010100 | 110010 | 10 | 1001000 | 11101 |
Color Harmonies of #801915
Complementary color
Monochromatic Colors of #801915
Black with #801915
Text Example
Text Example
White with #801915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801915; }
p { color: rgb(128,25,21); }
H1.HeaderClassName
{
color: #801915;
}
.AnyTagClassName
{
color: #801915;
}
</style>
background-color css
<style>
a { background-color: #801915; }
a { background-color: rgb(128,25,21); }
div.DivClassName
{
background-color: #801915;
}
.BgClassName
{
background-color: #801915;
}
</style>
border-color css
<style>
span { border-color: #801915; }
span { border-color: rgb(128,25,21); }
td.TdClassName
{
border-color: #801915;
}
.TagClassName
{
border-color: #801915;
}
</style>