Shades of Falu Red #82201C
Tints of Falu Red #82201C
RGB
CMYK
RGB Variations
Color information
#82201C (or 0x82201C) is known color: Falu Red. HEX triplet: 82, 20 and 1C. RGB value is (130,32,28). Sum of RGB (Red+Green+Blue) = 130+32+28=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #82201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82201C is #7DDFE3. Grayscale: #3C3C3C. Windows color (decimal): -8249316 or 1843330. OLE color: 1843330.
HSL color Cylindrical-coordinate representation of color #82201C: hue angle of 2.35º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82201C is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 28 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.49 |
| HSL | 2.35º | 0.65% | 0.31% | - |
| HSV(B) | 2.35º | 0.78% | 0.51% | - |
| XYZ | 9.93 | 5.86 | 1.71 | - |
| YUV | 60.85 | 109.47 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 28 | 0 | 0.75 | 0.78 | 0.49 | 2.35 | 0.65 | 0.31 |
| Hex | 82 | 20 | 1C | 0 | 4B | 4E | 31 | 2 | 41 | 1F |
| Octal | 202 | 40 | 34 | 0 | 113 | 116 | 61 | 2 | 101 | 37 |
| Binary | 10000010 | 100000 | 11100 | 0 | 1001011 | 1001110 | 110001 | 10 | 1000001 | 11111 |
Color Harmonies of #82201C
Complementary color
Monochromatic Colors of #82201C
Black with #82201C
Text Example
Text Example
White with #82201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82201C; }
p { color: rgb(130,32,28); }
H1.HeaderClassName
{
color: #82201C;
}
.AnyTagClassName
{
color: #82201C;
}
</style>
background-color css
<style>
a { background-color: #82201C; }
a { background-color: rgb(130,32,28); }
div.DivClassName
{
background-color: #82201C;
}
.BgClassName
{
background-color: #82201C;
}
</style>
border-color css
<style>
span { border-color: #82201C; }
span { border-color: rgb(130,32,28); }
td.TdClassName
{
border-color: #82201C;
}
.TagClassName
{
border-color: #82201C;
}
</style>