Shades of Falu Red #82170D
Tints of Falu Red #82170D
RGB
CMYK
RGB Variations
Color information
#82170D (or 0x82170D) is known color: Falu Red. HEX triplet: 82, 17 and 0D. RGB value is (130,23,13). Sum of RGB (Red+Green+Blue) = 130+23+13=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #82170D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82170D is #7DE8F2. Grayscale: #363636. Windows color (decimal): -8251635 or 857986. OLE color: 857986.
HSL color Cylindrical-coordinate representation of color #82170D: hue angle of 5.13º 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 #82170D is Cyan = 0, Magento = 0.82, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 23 | 13 | - |
| CMYK | 0 | 0.82 | 0.9 | 0.49 |
| HSL | 5.13º | 0.82% | 0.28% | - |
| HSV(B) | 5.13º | 0.9% | 0.51% | - |
| XYZ | 9.58 | 5.39 | 0.92 | - |
| YUV | 53.85 | 104.95 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 23 | 13 | 0 | 0.82 | 0.9 | 0.49 | 5.13 | 0.82 | 0.28 |
| Hex | 82 | 17 | D | 0 | 52 | 5A | 31 | 5 | 52 | 1C |
| Octal | 202 | 27 | 15 | 0 | 122 | 132 | 61 | 5 | 122 | 34 |
| Binary | 10000010 | 10111 | 1101 | 0 | 1010010 | 1011010 | 110001 | 101 | 1010010 | 11100 |
Color Harmonies of #82170D
Complementary color
Monochromatic Colors of #82170D
Black with #82170D
Text Example
Text Example
White with #82170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82170D; }
p { color: rgb(130,23,13); }
H1.HeaderClassName
{
color: #82170D;
}
.AnyTagClassName
{
color: #82170D;
}
</style>
background-color css
<style>
a { background-color: #82170D; }
a { background-color: rgb(130,23,13); }
div.DivClassName
{
background-color: #82170D;
}
.BgClassName
{
background-color: #82170D;
}
</style>
border-color css
<style>
span { border-color: #82170D; }
span { border-color: rgb(130,23,13); }
td.TdClassName
{
border-color: #82170D;
}
.TagClassName
{
border-color: #82170D;
}
</style>