Shades of Falu Red #821709
Tints of Falu Red #821709
RGB
CMYK
RGB Variations
Color information
#821709 (or 0x821709) is known color: Falu Red. HEX triplet: 82, 17 and 09. RGB value is (130,23,9). Sum of RGB (Red+Green+Blue) = 130+23+9=162 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.25% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 130 - color contains mainly: red. Hex color #821709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821709 is #7DE8F6. Grayscale: #353535. Windows color (decimal): -8251639 or 595842. OLE color: 595842.
HSL color Cylindrical-coordinate representation of color #821709: hue angle of 6.94º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #821709 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 23 | 9 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.49 |
| HSL | 6.94º | 0.87% | 0.27% | - |
| HSV(B) | 6.94º | 0.93% | 0.51% | - |
| XYZ | 9.56 | 5.38 | 0.79 | - |
| YUV | 53.4 | 102.95 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 23 | 9 | 0 | 0.82 | 0.93 | 0.49 | 6.94 | 0.87 | 0.27 |
| Hex | 82 | 17 | 9 | 0 | 52 | 5D | 31 | 7 | 57 | 1B |
| Octal | 202 | 27 | 11 | 0 | 122 | 135 | 61 | 7 | 127 | 33 |
| Binary | 10000010 | 10111 | 1001 | 0 | 1010010 | 1011101 | 110001 | 111 | 1010111 | 11011 |
Color Harmonies of #821709
Complementary color
Monochromatic Colors of #821709
Black with #821709
Text Example
Text Example
White with #821709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821709; }
p { color: rgb(130,23,9); }
H1.HeaderClassName
{
color: #821709;
}
.AnyTagClassName
{
color: #821709;
}
</style>
background-color css
<style>
a { background-color: #821709; }
a { background-color: rgb(130,23,9); }
div.DivClassName
{
background-color: #821709;
}
.BgClassName
{
background-color: #821709;
}
</style>
border-color css
<style>
span { border-color: #821709; }
span { border-color: rgb(130,23,9); }
td.TdClassName
{
border-color: #821709;
}
.TagClassName
{
border-color: #821709;
}
</style>