Shades of Falu Red #801913
Tints of Falu Red #801913
RGB
CMYK
RGB Variations
Color information
#801913 (or 0x801913) is known color: Falu Red. HEX triplet: 80, 19 and 13. RGB value is (128,25,19). Sum of RGB (Red+Green+Blue) = 128+25+19=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #801913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801913 is #7FE6EC. Grayscale: #373737. Windows color (decimal): -8382189 or 1251712. OLE color: 1251712.
HSL color Cylindrical-coordinate representation of color #801913: hue angle of 3.3º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801913 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 19 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.50 |
| HSL | 3.3º | 0.74% | 0.29% | - |
| HSV(B) | 3.3º | 0.85% | 0.5% | - |
| XYZ | 9.37 | 5.33 | 1.15 | - |
| YUV | 55.11 | 107.62 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 19 | 0 | 0.80 | 0.85 | 0.50 | 3.3 | 0.74 | 0.29 |
| Hex | 80 | 19 | 13 | 0 | 50 | 55 | 32 | 3 | 4A | 1D |
| Octal | 200 | 31 | 23 | 0 | 120 | 125 | 62 | 3 | 112 | 35 |
| Binary | 10000000 | 11001 | 10011 | 0 | 1010000 | 1010101 | 110010 | 11 | 1001010 | 11101 |
Color Harmonies of #801913
Complementary color
Monochromatic Colors of #801913
Black with #801913
Text Example
Text Example
White with #801913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801913; }
p { color: rgb(128,25,19); }
H1.HeaderClassName
{
color: #801913;
}
.AnyTagClassName
{
color: #801913;
}
</style>
background-color css
<style>
a { background-color: #801913; }
a { background-color: rgb(128,25,19); }
div.DivClassName
{
background-color: #801913;
}
.BgClassName
{
background-color: #801913;
}
</style>
border-color css
<style>
span { border-color: #801913; }
span { border-color: rgb(128,25,19); }
td.TdClassName
{
border-color: #801913;
}
.TagClassName
{
border-color: #801913;
}
</style>