Shades of Falu Red #82250A
Tints of Falu Red #82250A
RGB
CMYK
RGB Variations
Color information
#82250A (or 0x82250A) is known color: Falu Red. HEX triplet: 82, 25 and 0A. RGB value is (130,37,10). Sum of RGB (Red+Green+Blue) = 130+37+10=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #82250A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82250A is #7DDAF5. Grayscale: #3D3D3D. Windows color (decimal): -8248054 or 664962. OLE color: 664962.
HSL color Cylindrical-coordinate representation of color #82250A: hue angle of 13.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82250A is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 37 | 10 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.49 |
| HSL | 13.5º | 0.86% | 0.27% | - |
| HSV(B) | 13.5º | 0.92% | 0.51% | - |
| XYZ | 9.92 | 6.09 | 0.94 | - |
| YUV | 61.73 | 98.81 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 37 | 10 | 0 | 0.72 | 0.92 | 0.49 | 13.5 | 0.86 | 0.27 |
| Hex | 82 | 25 | A | 0 | 48 | 5C | 31 | E | 56 | 1B |
| Octal | 202 | 45 | 12 | 0 | 110 | 134 | 61 | 16 | 126 | 33 |
| Binary | 10000010 | 100101 | 1010 | 0 | 1001000 | 1011100 | 110001 | 1110 | 1010110 | 11011 |
Color Harmonies of #82250A
Complementary color
Monochromatic Colors of #82250A
Black with #82250A
Text Example
Text Example
White with #82250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82250A; }
p { color: rgb(130,37,10); }
H1.HeaderClassName
{
color: #82250A;
}
.AnyTagClassName
{
color: #82250A;
}
</style>
background-color css
<style>
a { background-color: #82250A; }
a { background-color: rgb(130,37,10); }
div.DivClassName
{
background-color: #82250A;
}
.BgClassName
{
background-color: #82250A;
}
</style>
border-color css
<style>
span { border-color: #82250A; }
span { border-color: rgb(130,37,10); }
td.TdClassName
{
border-color: #82250A;
}
.TagClassName
{
border-color: #82250A;
}
</style>