Shades of Falu Red #821914
Tints of Falu Red #821914
RGB
CMYK
RGB Variations
Color information
#821914 (or 0x821914) is known color: Falu Red. HEX triplet: 82, 19 and 14. RGB value is (130,25,20). Sum of RGB (Red+Green+Blue) = 130+25+20=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #821914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821914 is #7DE6EB. Grayscale: #373737. Windows color (decimal): -8251116 or 1317250. OLE color: 1317250.
HSL color Cylindrical-coordinate representation of color #821914: hue angle of 2.73º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821914 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 25 | 20 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.49 |
| HSL | 2.73º | 0.73% | 0.29% | - |
| HSV(B) | 2.73º | 0.85% | 0.51% | - |
| XYZ | 9.68 | 5.49 | 1.21 | - |
| YUV | 55.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 20 | 0 | 0.81 | 0.85 | 0.49 | 2.73 | 0.73 | 0.29 |
| Hex | 82 | 19 | 14 | 0 | 51 | 55 | 31 | 3 | 49 | 1D |
| Octal | 202 | 31 | 24 | 0 | 121 | 125 | 61 | 3 | 111 | 35 |
| Binary | 10000010 | 11001 | 10100 | 0 | 1010001 | 1010101 | 110001 | 11 | 1001001 | 11101 |
Color Harmonies of #821914
Complementary color
Monochromatic Colors of #821914
Black with #821914
Text Example
Text Example
White with #821914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821914; }
p { color: rgb(130,25,20); }
H1.HeaderClassName
{
color: #821914;
}
.AnyTagClassName
{
color: #821914;
}
</style>
background-color css
<style>
a { background-color: #821914; }
a { background-color: rgb(130,25,20); }
div.DivClassName
{
background-color: #821914;
}
.BgClassName
{
background-color: #821914;
}
</style>
border-color css
<style>
span { border-color: #821914; }
span { border-color: rgb(130,25,20); }
td.TdClassName
{
border-color: #821914;
}
.TagClassName
{
border-color: #821914;
}
</style>