Shades of Falu Red #80190B
Tints of Falu Red #80190B
RGB
CMYK
RGB Variations
Color information
#80190B (or 0x80190B) is known color: Falu Red. HEX triplet: 80, 19 and 0B. RGB value is (128,25,11). Sum of RGB (Red+Green+Blue) = 128+25+11=164 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.05% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 128 - color contains mainly: red. Hex color #80190B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80190B is #7FE6F4. Grayscale: #363636. Windows color (decimal): -8382197 or 727424. OLE color: 727424.
HSL color Cylindrical-coordinate representation of color #80190B: hue angle of 7.18º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80190B is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 11 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.50 |
| HSL | 7.18º | 0.84% | 0.27% | - |
| HSV(B) | 7.18º | 0.91% | 0.5% | - |
| XYZ | 9.31 | 5.31 | 0.85 | - |
| YUV | 54.2 | 103.62 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 11 | 0 | 0.80 | 0.91 | 0.50 | 7.18 | 0.84 | 0.27 |
| Hex | 80 | 19 | B | 0 | 50 | 5B | 32 | 7 | 54 | 1B |
| Octal | 200 | 31 | 13 | 0 | 120 | 133 | 62 | 7 | 124 | 33 |
| Binary | 10000000 | 11001 | 1011 | 0 | 1010000 | 1011011 | 110010 | 111 | 1010100 | 11011 |
Color Harmonies of #80190B
Complementary color
Monochromatic Colors of #80190B
Black with #80190B
Text Example
Text Example
White with #80190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80190B; }
p { color: rgb(128,25,11); }
H1.HeaderClassName
{
color: #80190B;
}
.AnyTagClassName
{
color: #80190B;
}
</style>
background-color css
<style>
a { background-color: #80190B; }
a { background-color: rgb(128,25,11); }
div.DivClassName
{
background-color: #80190B;
}
.BgClassName
{
background-color: #80190B;
}
</style>
border-color css
<style>
span { border-color: #80190B; }
span { border-color: rgb(128,25,11); }
td.TdClassName
{
border-color: #80190B;
}
.TagClassName
{
border-color: #80190B;
}
</style>