Shades of Falu Red #820F0E
Tints of Falu Red #820F0E
RGB
CMYK
RGB Variations
Color information
#820F0E (or 0x820F0E) is known color: Falu Red. HEX triplet: 82, 0F and 0E. RGB value is (130,15,14). Sum of RGB (Red+Green+Blue) = 130+15+14=159 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.76% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 130 - color contains mainly: red. Hex color #820F0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820F0E is #7DF0F1. Grayscale: #313131. Windows color (decimal): -8253682 or 921474. OLE color: 921474.
HSL color Cylindrical-coordinate representation of color #820F0E: hue angle of 0.52º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #820F0E is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 14 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.49 |
| HSL | 0.52º | 0.81% | 0.28% | - |
| HSV(B) | 0.52º | 0.89% | 0.51% | - |
| XYZ | 9.46 | 5.12 | 0.91 | - |
| YUV | 49.27 | 108.1 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 14 | 0 | 0.88 | 0.89 | 0.49 | 0.52 | 0.81 | 0.28 |
| Hex | 82 | F | E | 0 | 58 | 59 | 31 | 1 | 51 | 1C |
| Octal | 202 | 17 | 16 | 0 | 130 | 131 | 61 | 1 | 121 | 34 |
| Binary | 10000010 | 1111 | 1110 | 0 | 1011000 | 1011001 | 110001 | 1 | 1010001 | 11100 |
Color Harmonies of #820F0E
Complementary color
Monochromatic Colors of #820F0E
Black with #820F0E
Text Example
Text Example
White with #820F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F0E; }
p { color: rgb(130,15,14); }
H1.HeaderClassName
{
color: #820F0E;
}
.AnyTagClassName
{
color: #820F0E;
}
</style>
background-color css
<style>
a { background-color: #820F0E; }
a { background-color: rgb(130,15,14); }
div.DivClassName
{
background-color: #820F0E;
}
.BgClassName
{
background-color: #820F0E;
}
</style>
border-color css
<style>
span { border-color: #820F0E; }
span { border-color: rgb(130,15,14); }
td.TdClassName
{
border-color: #820F0E;
}
.TagClassName
{
border-color: #820F0E;
}
</style>