Shades of Falu Red #84221C
Tints of Falu Red #84221C
RGB
CMYK
RGB Variations
Color information
#84221C (or 0x84221C) is known color: Falu Red. HEX triplet: 84, 22 and 1C. RGB value is (132,34,28). Sum of RGB (Red+Green+Blue) = 132+34+28=194 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.04% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 132 - color contains mainly: red. Hex color #84221C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84221C is #7BDDE3. Grayscale: #3E3E3E. Windows color (decimal): -8117732 or 1843844. OLE color: 1843844.
HSL color Cylindrical-coordinate representation of color #84221C: hue angle of 3.46º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84221C is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 34 | 28 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.48 |
| HSL | 3.46º | 0.65% | 0.31% | - |
| HSV(B) | 3.46º | 0.79% | 0.52% | - |
| XYZ | 10.3 | 6.13 | 1.74 | - |
| YUV | 62.62 | 108.47 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 28 | 0 | 0.74 | 0.79 | 0.48 | 3.46 | 0.65 | 0.31 |
| Hex | 84 | 22 | 1C | 0 | 4A | 4F | 30 | 3 | 41 | 1F |
| Octal | 204 | 42 | 34 | 0 | 112 | 117 | 60 | 3 | 101 | 37 |
| Binary | 10000100 | 100010 | 11100 | 0 | 1001010 | 1001111 | 110000 | 11 | 1000001 | 11111 |
Color Harmonies of #84221C
Complementary color
Monochromatic Colors of #84221C
Black with #84221C
Text Example
Text Example
White with #84221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84221C; }
p { color: rgb(132,34,28); }
H1.HeaderClassName
{
color: #84221C;
}
.AnyTagClassName
{
color: #84221C;
}
</style>
background-color css
<style>
a { background-color: #84221C; }
a { background-color: rgb(132,34,28); }
div.DivClassName
{
background-color: #84221C;
}
.BgClassName
{
background-color: #84221C;
}
</style>
border-color css
<style>
span { border-color: #84221C; }
span { border-color: rgb(132,34,28); }
td.TdClassName
{
border-color: #84221C;
}
.TagClassName
{
border-color: #84221C;
}
</style>