Shades of Falu Red #80160D
Tints of Falu Red #80160D
RGB
CMYK
RGB Variations
Color information
#80160D (or 0x80160D) is known color: Falu Red. HEX triplet: 80, 16 and 0D. RGB value is (128,22,13). Sum of RGB (Red+Green+Blue) = 128+22+13=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #80160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80160D is #7FE9F2. Grayscale: #343434. Windows color (decimal): -8382963 or 857728. OLE color: 857728.
HSL color Cylindrical-coordinate representation of color #80160D: hue angle of 4.7º 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 #80160D is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 22 | 13 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.50 |
| HSL | 4.7º | 0.82% | 0.28% | - |
| HSV(B) | 4.7º | 0.9% | 0.5% | - |
| XYZ | 9.26 | 5.19 | 0.89 | - |
| YUV | 52.67 | 105.62 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 22 | 13 | 0 | 0.83 | 0.90 | 0.50 | 4.7 | 0.82 | 0.28 |
| Hex | 80 | 16 | D | 0 | 53 | 5A | 32 | 5 | 52 | 1C |
| Octal | 200 | 26 | 15 | 0 | 123 | 132 | 62 | 5 | 122 | 34 |
| Binary | 10000000 | 10110 | 1101 | 0 | 1010011 | 1011010 | 110010 | 101 | 1010010 | 11100 |
Color Harmonies of #80160D
Complementary color
Monochromatic Colors of #80160D
Black with #80160D
Text Example
Text Example
White with #80160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80160D; }
p { color: rgb(128,22,13); }
H1.HeaderClassName
{
color: #80160D;
}
.AnyTagClassName
{
color: #80160D;
}
</style>
background-color css
<style>
a { background-color: #80160D; }
a { background-color: rgb(128,22,13); }
div.DivClassName
{
background-color: #80160D;
}
.BgClassName
{
background-color: #80160D;
}
</style>
border-color css
<style>
span { border-color: #80160D; }
span { border-color: rgb(128,22,13); }
td.TdClassName
{
border-color: #80160D;
}
.TagClassName
{
border-color: #80160D;
}
</style>