Shades of Falu Red #82160F
Tints of Falu Red #82160F
RGB
CMYK
RGB Variations
Color information
#82160F (or 0x82160F) is known color: Falu Red. HEX triplet: 82, 16 and 0F. RGB value is (130,22,15). Sum of RGB (Red+Green+Blue) = 130+22+15=167 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.84% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 130 - color contains mainly: red. Hex color #82160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82160F is #7DE9F0. Grayscale: #353535. Windows color (decimal): -8251889 or 988802. OLE color: 988802.
HSL color Cylindrical-coordinate representation of color #82160F: hue angle of 3.65º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82160F is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 22 | 15 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.49 |
| HSL | 3.65º | 0.79% | 0.28% | - |
| HSV(B) | 3.65º | 0.88% | 0.51% | - |
| XYZ | 9.58 | 5.35 | 0.98 | - |
| YUV | 53.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 22 | 15 | 0 | 0.83 | 0.88 | 0.49 | 3.65 | 0.79 | 0.28 |
| Hex | 82 | 16 | F | 0 | 53 | 58 | 31 | 4 | 4F | 1C |
| Octal | 202 | 26 | 17 | 0 | 123 | 130 | 61 | 4 | 117 | 34 |
| Binary | 10000010 | 10110 | 1111 | 0 | 1010011 | 1011000 | 110001 | 100 | 1001111 | 11100 |
Color Harmonies of #82160F
Complementary color
Monochromatic Colors of #82160F
Black with #82160F
Text Example
Text Example
White with #82160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82160F; }
p { color: rgb(130,22,15); }
H1.HeaderClassName
{
color: #82160F;
}
.AnyTagClassName
{
color: #82160F;
}
</style>
background-color css
<style>
a { background-color: #82160F; }
a { background-color: rgb(130,22,15); }
div.DivClassName
{
background-color: #82160F;
}
.BgClassName
{
background-color: #82160F;
}
</style>
border-color css
<style>
span { border-color: #82160F; }
span { border-color: rgb(130,22,15); }
td.TdClassName
{
border-color: #82160F;
}
.TagClassName
{
border-color: #82160F;
}
</style>