Shades of Falu Red #821E1D
Tints of Falu Red #821E1D
RGB
CMYK
RGB Variations
Color information
#821E1D (or 0x821E1D) is known color: Falu Red. HEX triplet: 82, 1E and 1D. RGB value is (130,30,29). Sum of RGB (Red+Green+Blue) = 130+30+29=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #821E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821E1D is #7DE1E2. Grayscale: #3B3B3B. Windows color (decimal): -8249827 or 1908354. OLE color: 1908354.
HSL color Cylindrical-coordinate representation of color #821E1D: hue angle of 0.59º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #821E1D is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 30 | 29 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.49 |
| HSL | 0.59º | 0.64% | 0.31% | - |
| HSV(B) | 0.59º | 0.78% | 0.51% | - |
| XYZ | 9.89 | 5.76 | 1.75 | - |
| YUV | 59.79 | 110.63 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 29 | 0 | 0.77 | 0.78 | 0.49 | 0.59 | 0.64 | 0.31 |
| Hex | 82 | 1E | 1D | 0 | 4D | 4E | 31 | 1 | 40 | 1F |
| Octal | 202 | 36 | 35 | 0 | 115 | 116 | 61 | 1 | 100 | 37 |
| Binary | 10000010 | 11110 | 11101 | 0 | 1001101 | 1001110 | 110001 | 1 | 1000000 | 11111 |
Color Harmonies of #821E1D
Complementary color
Monochromatic Colors of #821E1D
Black with #821E1D
Text Example
Text Example
White with #821E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821E1D; }
p { color: rgb(130,30,29); }
H1.HeaderClassName
{
color: #821E1D;
}
.AnyTagClassName
{
color: #821E1D;
}
</style>
background-color css
<style>
a { background-color: #821E1D; }
a { background-color: rgb(130,30,29); }
div.DivClassName
{
background-color: #821E1D;
}
.BgClassName
{
background-color: #821E1D;
}
</style>
border-color css
<style>
span { border-color: #821E1D; }
span { border-color: rgb(130,30,29); }
td.TdClassName
{
border-color: #821E1D;
}
.TagClassName
{
border-color: #821E1D;
}
</style>