Shades of Falu Red #82250F
Tints of Falu Red #82250F
RGB
CMYK
RGB Variations
Color information
#82250F (or 0x82250F) is known color: Falu Red. HEX triplet: 82, 25 and 0F. RGB value is (130,37,15). Sum of RGB (Red+Green+Blue) = 130+37+15=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #82250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82250F is #7DDAF0. Grayscale: #3E3E3E. Windows color (decimal): -8248049 or 992642. OLE color: 992642.
HSL color Cylindrical-coordinate representation of color #82250F: hue angle of 11.48º 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 #82250F is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 37 | 15 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.49 |
| HSL | 11.48º | 0.79% | 0.28% | - |
| HSV(B) | 11.48º | 0.88% | 0.51% | - |
| XYZ | 9.95 | 6.1 | 1.11 | - |
| YUV | 62.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 37 | 15 | 0 | 0.72 | 0.88 | 0.49 | 11.48 | 0.79 | 0.28 |
| Hex | 82 | 25 | F | 0 | 48 | 58 | 31 | B | 4F | 1C |
| Octal | 202 | 45 | 17 | 0 | 110 | 130 | 61 | 13 | 117 | 34 |
| Binary | 10000010 | 100101 | 1111 | 0 | 1001000 | 1011000 | 110001 | 1011 | 1001111 | 11100 |
Color Harmonies of #82250F
Complementary color
Monochromatic Colors of #82250F
Black with #82250F
Text Example
Text Example
White with #82250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82250F; }
p { color: rgb(130,37,15); }
H1.HeaderClassName
{
color: #82250F;
}
.AnyTagClassName
{
color: #82250F;
}
</style>
background-color css
<style>
a { background-color: #82250F; }
a { background-color: rgb(130,37,15); }
div.DivClassName
{
background-color: #82250F;
}
.BgClassName
{
background-color: #82250F;
}
</style>
border-color css
<style>
span { border-color: #82250F; }
span { border-color: rgb(130,37,15); }
td.TdClassName
{
border-color: #82250F;
}
.TagClassName
{
border-color: #82250F;
}
</style>