Shades of Falu Red #821E0F
Tints of Falu Red #821E0F
RGB
CMYK
RGB Variations
Color information
#821E0F (or 0x821E0F) is known color: Falu Red. HEX triplet: 82, 1E and 0F. RGB value is (130,30,15). Sum of RGB (Red+Green+Blue) = 130+30+15=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #821E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821E0F is #7DE1F0. Grayscale: #3A3A3A. Windows color (decimal): -8249841 or 990850. OLE color: 990850.
HSL color Cylindrical-coordinate representation of color #821E0F: hue angle of 7.83º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821E0F is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 30 | 15 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.49 |
| HSL | 7.83º | 0.79% | 0.28% | - |
| HSV(B) | 7.83º | 0.88% | 0.51% | - |
| XYZ | 9.76 | 5.71 | 1.04 | - |
| YUV | 58.19 | 103.63 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 15 | 0 | 0.77 | 0.88 | 0.49 | 7.83 | 0.79 | 0.28 |
| Hex | 82 | 1E | F | 0 | 4D | 58 | 31 | 8 | 4F | 1C |
| Octal | 202 | 36 | 17 | 0 | 115 | 130 | 61 | 10 | 117 | 34 |
| Binary | 10000010 | 11110 | 1111 | 0 | 1001101 | 1011000 | 110001 | 1000 | 1001111 | 11100 |
Color Harmonies of #821E0F
Complementary color
Monochromatic Colors of #821E0F
Black with #821E0F
Text Example
Text Example
White with #821E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821E0F; }
p { color: rgb(130,30,15); }
H1.HeaderClassName
{
color: #821E0F;
}
.AnyTagClassName
{
color: #821E0F;
}
</style>
background-color css
<style>
a { background-color: #821E0F; }
a { background-color: rgb(130,30,15); }
div.DivClassName
{
background-color: #821E0F;
}
.BgClassName
{
background-color: #821E0F;
}
</style>
border-color css
<style>
span { border-color: #821E0F; }
span { border-color: rgb(130,30,15); }
td.TdClassName
{
border-color: #821E0F;
}
.TagClassName
{
border-color: #821E0F;
}
</style>