Shades of Falu Red #82160D
Tints of Falu Red #82160D
RGB
CMYK
RGB Variations
Color information
#82160D (or 0x82160D) is known color: Falu Red. HEX triplet: 82, 16 and 0D. RGB value is (130,22,13). Sum of RGB (Red+Green+Blue) = 130+22+13=165 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.79% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 130 - color contains mainly: red. Hex color #82160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82160D is #7DE9F2. Grayscale: #353535. Windows color (decimal): -8251891 or 857730. OLE color: 857730.
HSL color Cylindrical-coordinate representation of color #82160D: hue angle of 4.62º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82160D is Cyan = 0, Magento = 0.83, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 22 | 13 | - |
| CMYK | 0 | 0.83 | 0.9 | 0.49 |
| HSL | 4.62º | 0.82% | 0.28% | - |
| HSV(B) | 4.62º | 0.9% | 0.51% | - |
| XYZ | 9.57 | 5.35 | 0.91 | - |
| YUV | 53.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 22 | 13 | 0 | 0.83 | 0.9 | 0.49 | 4.62 | 0.82 | 0.28 |
| Hex | 82 | 16 | D | 0 | 53 | 5A | 31 | 5 | 52 | 1C |
| Octal | 202 | 26 | 15 | 0 | 123 | 132 | 61 | 5 | 122 | 34 |
| Binary | 10000010 | 10110 | 1101 | 0 | 1010011 | 1011010 | 110001 | 101 | 1010010 | 11100 |
Color Harmonies of #82160D
Complementary color
Monochromatic Colors of #82160D
Black with #82160D
Text Example
Text Example
White with #82160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82160D; }
p { color: rgb(130,22,13); }
H1.HeaderClassName
{
color: #82160D;
}
.AnyTagClassName
{
color: #82160D;
}
</style>
background-color css
<style>
a { background-color: #82160D; }
a { background-color: rgb(130,22,13); }
div.DivClassName
{
background-color: #82160D;
}
.BgClassName
{
background-color: #82160D;
}
</style>
border-color css
<style>
span { border-color: #82160D; }
span { border-color: rgb(130,22,13); }
td.TdClassName
{
border-color: #82160D;
}
.TagClassName
{
border-color: #82160D;
}
</style>