Shades of Falu Red #822600
Tints of Falu Red #822600
RGB
CMYK
RGB Variations
Color information
#822600 (or 0x822600) is known color: Falu Red. HEX triplet: 82, 26 and 00. RGB value is (130,38,0). Sum of RGB (Red+Green+Blue) = 130+38+0=168 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.38% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 130 - color contains mainly: red. Hex color #822600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822600 is #7DD9FF. Grayscale: #3D3D3D. Windows color (decimal): -8247808 or 9858. OLE color: 9858.
HSL color Cylindrical-coordinate representation of color #822600: hue angle of 17.54º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #822600 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 38 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.49 |
| HSL | 17.54º | 1% | 0.25% | - |
| HSV(B) | 17.54º | 1% | 0.51% | - |
| XYZ | 9.9 | 6.13 | 0.66 | - |
| YUV | 61.18 | 93.48 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 0 | 0 | 0.71 | 1 | 0.49 | 17.54 | 1 | 0.25 |
| Hex | 82 | 26 | 0 | 0 | 47 | 64 | 31 | 12 | 64 | 19 |
| Octal | 202 | 46 | 0 | 0 | 107 | 144 | 61 | 22 | 144 | 31 |
| Binary | 10000010 | 100110 | 0 | 0 | 1000111 | 1100100 | 110001 | 10010 | 1100100 | 11001 |
Color Harmonies of #822600
Complementary color
Monochromatic Colors of #822600
Black with #822600
Text Example
Text Example
White with #822600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822600; }
p { color: rgb(130,38,0); }
H1.HeaderClassName
{
color: #822600;
}
.AnyTagClassName
{
color: #822600;
}
</style>
background-color css
<style>
a { background-color: #822600; }
a { background-color: rgb(130,38,0); }
div.DivClassName
{
background-color: #822600;
}
.BgClassName
{
background-color: #822600;
}
</style>
border-color css
<style>
span { border-color: #822600; }
span { border-color: rgb(130,38,0); }
td.TdClassName
{
border-color: #822600;
}
.TagClassName
{
border-color: #822600;
}
</style>