Shades of Falu Red #82120C
Tints of Falu Red #82120C
RGB
CMYK
RGB Variations
Color information
#82120C (or 0x82120C) is known color: Falu Red. HEX triplet: 82, 12 and 0C. RGB value is (130,18,12). Sum of RGB (Red+Green+Blue) = 130+18+12=160 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.25% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 130 - color contains mainly: red. Hex color #82120C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82120C is #7DEDF3. Grayscale: #323232. Windows color (decimal): -8252916 or 791170. OLE color: 791170.
HSL color Cylindrical-coordinate representation of color #82120C: hue angle of 3.05º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82120C is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 12 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.49 |
| HSL | 3.05º | 0.83% | 0.28% | - |
| HSV(B) | 3.05º | 0.91% | 0.51% | - |
| XYZ | 9.49 | 5.2 | 0.85 | - |
| YUV | 50.8 | 106.11 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 12 | 0 | 0.86 | 0.91 | 0.49 | 3.05 | 0.83 | 0.28 |
| Hex | 82 | 12 | C | 0 | 56 | 5B | 31 | 3 | 53 | 1C |
| Octal | 202 | 22 | 14 | 0 | 126 | 133 | 61 | 3 | 123 | 34 |
| Binary | 10000010 | 10010 | 1100 | 0 | 1010110 | 1011011 | 110001 | 11 | 1010011 | 11100 |
Color Harmonies of #82120C
Complementary color
Monochromatic Colors of #82120C
Black with #82120C
Text Example
Text Example
White with #82120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82120C; }
p { color: rgb(130,18,12); }
H1.HeaderClassName
{
color: #82120C;
}
.AnyTagClassName
{
color: #82120C;
}
</style>
background-color css
<style>
a { background-color: #82120C; }
a { background-color: rgb(130,18,12); }
div.DivClassName
{
background-color: #82120C;
}
.BgClassName
{
background-color: #82120C;
}
</style>
border-color css
<style>
span { border-color: #82120C; }
span { border-color: rgb(130,18,12); }
td.TdClassName
{
border-color: #82120C;
}
.TagClassName
{
border-color: #82120C;
}
</style>