Shades of Falu Red #80190D
Tints of Falu Red #80190D
RGB
CMYK
RGB Variations
Color information
#80190D (or 0x80190D) is known color: Falu Red. HEX triplet: 80, 19 and 0D. RGB value is (128,25,13). Sum of RGB (Red+Green+Blue) = 128+25+13=166 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.11% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 128 - color contains mainly: red. Hex color #80190D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80190D is #7FE6F2. Grayscale: #363636. Windows color (decimal): -8382195 or 858496. OLE color: 858496.
HSL color Cylindrical-coordinate representation of color #80190D: hue angle of 6.26º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80190D is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 13 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.50 |
| HSL | 6.26º | 0.82% | 0.28% | - |
| HSV(B) | 6.26º | 0.9% | 0.5% | - |
| XYZ | 9.32 | 5.31 | 0.92 | - |
| YUV | 54.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 13 | 0 | 0.80 | 0.90 | 0.50 | 6.26 | 0.82 | 0.28 |
| Hex | 80 | 19 | D | 0 | 50 | 5A | 32 | 6 | 52 | 1C |
| Octal | 200 | 31 | 15 | 0 | 120 | 132 | 62 | 6 | 122 | 34 |
| Binary | 10000000 | 11001 | 1101 | 0 | 1010000 | 1011010 | 110010 | 110 | 1010010 | 11100 |
Color Harmonies of #80190D
Complementary color
Monochromatic Colors of #80190D
Black with #80190D
Text Example
Text Example
White with #80190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80190D; }
p { color: rgb(128,25,13); }
H1.HeaderClassName
{
color: #80190D;
}
.AnyTagClassName
{
color: #80190D;
}
</style>
background-color css
<style>
a { background-color: #80190D; }
a { background-color: rgb(128,25,13); }
div.DivClassName
{
background-color: #80190D;
}
.BgClassName
{
background-color: #80190D;
}
</style>
border-color css
<style>
span { border-color: #80190D; }
span { border-color: rgb(128,25,13); }
td.TdClassName
{
border-color: #80190D;
}
.TagClassName
{
border-color: #80190D;
}
</style>