Shades of Falu Red #82240D
Tints of Falu Red #82240D
RGB
CMYK
RGB Variations
Color information
#82240D (or 0x82240D) is known color: Falu Red. HEX triplet: 82, 24 and 0D. RGB value is (130,36,13). Sum of RGB (Red+Green+Blue) = 130+36+13=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #82240D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82240D is #7DDBF2. Grayscale: #3D3D3D. Windows color (decimal): -8248307 or 861314. OLE color: 861314.
HSL color Cylindrical-coordinate representation of color #82240D: hue angle of 11.79º 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 #82240D is Cyan = 0, Magento = 0.72, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 36 | 13 | - |
| CMYK | 0 | 0.72 | 0.9 | 0.49 |
| HSL | 11.79º | 0.82% | 0.28% | - |
| HSV(B) | 11.79º | 0.9% | 0.51% | - |
| XYZ | 9.91 | 6.04 | 1.02 | - |
| YUV | 61.48 | 100.64 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 13 | 0 | 0.72 | 0.9 | 0.49 | 11.79 | 0.82 | 0.28 |
| Hex | 82 | 24 | D | 0 | 48 | 5A | 31 | C | 52 | 1C |
| Octal | 202 | 44 | 15 | 0 | 110 | 132 | 61 | 14 | 122 | 34 |
| Binary | 10000010 | 100100 | 1101 | 0 | 1001000 | 1011010 | 110001 | 1100 | 1010010 | 11100 |
Color Harmonies of #82240D
Complementary color
Monochromatic Colors of #82240D
Black with #82240D
Text Example
Text Example
White with #82240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82240D; }
p { color: rgb(130,36,13); }
H1.HeaderClassName
{
color: #82240D;
}
.AnyTagClassName
{
color: #82240D;
}
</style>
background-color css
<style>
a { background-color: #82240D; }
a { background-color: rgb(130,36,13); }
div.DivClassName
{
background-color: #82240D;
}
.BgClassName
{
background-color: #82240D;
}
</style>
border-color css
<style>
span { border-color: #82240D; }
span { border-color: rgb(130,36,13); }
td.TdClassName
{
border-color: #82240D;
}
.TagClassName
{
border-color: #82240D;
}
</style>