Shades of Falu Red #82130E
Tints of Falu Red #82130E
RGB
CMYK
RGB Variations
Color information
#82130E (or 0x82130E) is known color: Falu Red. HEX triplet: 82, 13 and 0E. RGB value is (130,19,14). Sum of RGB (Red+Green+Blue) = 130+19+14=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #82130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82130E is #7DECF1. Grayscale: #333333. Windows color (decimal): -8252658 or 922498. OLE color: 922498.
HSL color Cylindrical-coordinate representation of color #82130E: hue angle of 2.59º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82130E is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 19 | 14 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.49 |
| HSL | 2.59º | 0.81% | 0.28% | - |
| HSV(B) | 2.59º | 0.89% | 0.51% | - |
| XYZ | 9.52 | 5.24 | 0.93 | - |
| YUV | 51.62 | 106.77 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 14 | 0 | 0.85 | 0.89 | 0.49 | 2.59 | 0.81 | 0.28 |
| Hex | 82 | 13 | E | 0 | 55 | 59 | 31 | 3 | 51 | 1C |
| Octal | 202 | 23 | 16 | 0 | 125 | 131 | 61 | 3 | 121 | 34 |
| Binary | 10000010 | 10011 | 1110 | 0 | 1010101 | 1011001 | 110001 | 11 | 1010001 | 11100 |
Color Harmonies of #82130E
Complementary color
Monochromatic Colors of #82130E
Black with #82130E
Text Example
Text Example
White with #82130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82130E; }
p { color: rgb(130,19,14); }
H1.HeaderClassName
{
color: #82130E;
}
.AnyTagClassName
{
color: #82130E;
}
</style>
background-color css
<style>
a { background-color: #82130E; }
a { background-color: rgb(130,19,14); }
div.DivClassName
{
background-color: #82130E;
}
.BgClassName
{
background-color: #82130E;
}
</style>
border-color css
<style>
span { border-color: #82130E; }
span { border-color: rgb(130,19,14); }
td.TdClassName
{
border-color: #82130E;
}
.TagClassName
{
border-color: #82130E;
}
</style>