Shades of Falu Red #822012
Tints of Falu Red #822012
RGB
CMYK
RGB Variations
Color information
#822012 (or 0x822012) is known color: Falu Red. HEX triplet: 82, 20 and 12. RGB value is (130,32,18). Sum of RGB (Red+Green+Blue) = 130+32+18=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #822012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822012 is #7DDFED. Grayscale: #3B3B3B. Windows color (decimal): -8249326 or 1187970. OLE color: 1187970.
HSL color Cylindrical-coordinate representation of color #822012: hue angle of 7.5º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #822012 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 18 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.49 |
| HSL | 7.5º | 0.76% | 0.29% | - |
| HSV(B) | 7.5º | 0.86% | 0.51% | - |
| XYZ | 9.83 | 5.82 | 1.18 | - |
| YUV | 59.71 | 104.47 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 18 | 0 | 0.75 | 0.86 | 0.49 | 7.5 | 0.76 | 0.29 |
| Hex | 82 | 20 | 12 | 0 | 4B | 56 | 31 | 8 | 4C | 1D |
| Octal | 202 | 40 | 22 | 0 | 113 | 126 | 61 | 10 | 114 | 35 |
| Binary | 10000010 | 100000 | 10010 | 0 | 1001011 | 1010110 | 110001 | 1000 | 1001100 | 11101 |
Color Harmonies of #822012
Complementary color
Monochromatic Colors of #822012
Black with #822012
Text Example
Text Example
White with #822012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822012; }
p { color: rgb(130,32,18); }
H1.HeaderClassName
{
color: #822012;
}
.AnyTagClassName
{
color: #822012;
}
</style>
background-color css
<style>
a { background-color: #822012; }
a { background-color: rgb(130,32,18); }
div.DivClassName
{
background-color: #822012;
}
.BgClassName
{
background-color: #822012;
}
</style>
border-color css
<style>
span { border-color: #822012; }
span { border-color: rgb(130,32,18); }
td.TdClassName
{
border-color: #822012;
}
.TagClassName
{
border-color: #822012;
}
</style>