Shades of Falu Red #82130D
Tints of Falu Red #82130D
RGB
CMYK
RGB Variations
Color information
#82130D (or 0x82130D) is known color: Falu Red. HEX triplet: 82, 13 and 0D. RGB value is (130,19,13). Sum of RGB (Red+Green+Blue) = 130+19+13=162 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.25% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 130 - color contains mainly: red. Hex color #82130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82130D is #7DECF2. Grayscale: #333333. Windows color (decimal): -8252659 or 856962. OLE color: 856962.
HSL color Cylindrical-coordinate representation of color #82130D: hue angle of 3.08º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82130D is Cyan = 0, Magento = 0.85, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 19 | 13 | - |
| CMYK | 0 | 0.85 | 0.9 | 0.49 |
| HSL | 3.08º | 0.82% | 0.28% | - |
| HSV(B) | 3.08º | 0.9% | 0.51% | - |
| XYZ | 9.51 | 5.24 | 0.89 | - |
| YUV | 51.51 | 106.27 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 13 | 0 | 0.85 | 0.9 | 0.49 | 3.08 | 0.82 | 0.28 |
| Hex | 82 | 13 | D | 0 | 55 | 5A | 31 | 3 | 52 | 1C |
| Octal | 202 | 23 | 15 | 0 | 125 | 132 | 61 | 3 | 122 | 34 |
| Binary | 10000010 | 10011 | 1101 | 0 | 1010101 | 1011010 | 110001 | 11 | 1010010 | 11100 |
Color Harmonies of #82130D
Complementary color
Monochromatic Colors of #82130D
Black with #82130D
Text Example
Text Example
White with #82130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82130D; }
p { color: rgb(130,19,13); }
H1.HeaderClassName
{
color: #82130D;
}
.AnyTagClassName
{
color: #82130D;
}
</style>
background-color css
<style>
a { background-color: #82130D; }
a { background-color: rgb(130,19,13); }
div.DivClassName
{
background-color: #82130D;
}
.BgClassName
{
background-color: #82130D;
}
</style>
border-color css
<style>
span { border-color: #82130D; }
span { border-color: rgb(130,19,13); }
td.TdClassName
{
border-color: #82130D;
}
.TagClassName
{
border-color: #82130D;
}
</style>