Shades of Falu Red #82140F
Tints of Falu Red #82140F
RGB
CMYK
RGB Variations
Color information
#82140F (or 0x82140F) is known color: Falu Red. HEX triplet: 82, 14 and 0F. RGB value is (130,20,15). Sum of RGB (Red+Green+Blue) = 130+20+15=165 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.79% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 130 - color contains mainly: red. Hex color #82140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82140F is #7DEBF0. Grayscale: #343434. Windows color (decimal): -8252401 or 988290. OLE color: 988290.
HSL color Cylindrical-coordinate representation of color #82140F: hue angle of 2.61º 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 #82140F is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 20 | 15 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.49 |
| HSL | 2.61º | 0.79% | 0.28% | - |
| HSV(B) | 2.61º | 0.88% | 0.51% | - |
| XYZ | 9.54 | 5.28 | 0.97 | - |
| YUV | 52.32 | 106.94 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 15 | 0 | 0.85 | 0.88 | 0.49 | 2.61 | 0.79 | 0.28 |
| Hex | 82 | 14 | F | 0 | 55 | 58 | 31 | 3 | 4F | 1C |
| Octal | 202 | 24 | 17 | 0 | 125 | 130 | 61 | 3 | 117 | 34 |
| Binary | 10000010 | 10100 | 1111 | 0 | 1010101 | 1011000 | 110001 | 11 | 1001111 | 11100 |
Color Harmonies of #82140F
Complementary color
Monochromatic Colors of #82140F
Black with #82140F
Text Example
Text Example
White with #82140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82140F; }
p { color: rgb(130,20,15); }
H1.HeaderClassName
{
color: #82140F;
}
.AnyTagClassName
{
color: #82140F;
}
</style>
background-color css
<style>
a { background-color: #82140F; }
a { background-color: rgb(130,20,15); }
div.DivClassName
{
background-color: #82140F;
}
.BgClassName
{
background-color: #82140F;
}
</style>
border-color css
<style>
span { border-color: #82140F; }
span { border-color: rgb(130,20,15); }
td.TdClassName
{
border-color: #82140F;
}
.TagClassName
{
border-color: #82140F;
}
</style>