Shades of Falu Red #821909
Tints of Falu Red #821909
RGB
CMYK
RGB Variations
Color information
#821909 (or 0x821909) is known color: Falu Red. HEX triplet: 82, 19 and 09. RGB value is (130,25,9). Sum of RGB (Red+Green+Blue) = 130+25+9=164 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.27% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 130 - color contains mainly: red. Hex color #821909 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821909 is #7DE6F6. Grayscale: #363636. Windows color (decimal): -8251127 or 596354. OLE color: 596354.
HSL color Cylindrical-coordinate representation of color #821909: hue angle of 7.93º 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 #821909 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 25 | 9 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.49 |
| HSL | 7.93º | 0.87% | 0.27% | - |
| HSV(B) | 7.93º | 0.93% | 0.51% | - |
| XYZ | 9.6 | 5.46 | 0.81 | - |
| YUV | 54.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 9 | 0 | 0.81 | 0.93 | 0.49 | 7.93 | 0.87 | 0.27 |
| Hex | 82 | 19 | 9 | 0 | 51 | 5D | 31 | 8 | 57 | 1B |
| Octal | 202 | 31 | 11 | 0 | 121 | 135 | 61 | 10 | 127 | 33 |
| Binary | 10000010 | 11001 | 1001 | 0 | 1010001 | 1011101 | 110001 | 1000 | 1010111 | 11011 |
Color Harmonies of #821909
Complementary color
Monochromatic Colors of #821909
Black with #821909
Text Example
Text Example
White with #821909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821909; }
p { color: rgb(130,25,9); }
H1.HeaderClassName
{
color: #821909;
}
.AnyTagClassName
{
color: #821909;
}
</style>
background-color css
<style>
a { background-color: #821909; }
a { background-color: rgb(130,25,9); }
div.DivClassName
{
background-color: #821909;
}
.BgClassName
{
background-color: #821909;
}
</style>
border-color css
<style>
span { border-color: #821909; }
span { border-color: rgb(130,25,9); }
td.TdClassName
{
border-color: #821909;
}
.TagClassName
{
border-color: #821909;
}
</style>