Shades of Falu Red #842214
Tints of Falu Red #842214
RGB
CMYK
RGB Variations
Color information
#842214 (or 0x842214) is known color: Falu Red. HEX triplet: 84, 22 and 14. RGB value is (132,34,20). Sum of RGB (Red+Green+Blue) = 132+34+20=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #842214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842214 is #7BDDEB. Grayscale: #3D3D3D. Windows color (decimal): -8117740 or 1319556. OLE color: 1319556.
HSL color Cylindrical-coordinate representation of color #842214: hue angle of 7.5º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #842214 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 34 | 20 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.48 |
| HSL | 7.5º | 0.74% | 0.3% | - |
| HSV(B) | 7.5º | 0.85% | 0.52% | - |
| XYZ | 10.21 | 6.1 | 1.3 | - |
| YUV | 61.71 | 104.47 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 20 | 0 | 0.74 | 0.85 | 0.48 | 7.5 | 0.74 | 0.3 |
| Hex | 84 | 22 | 14 | 0 | 4A | 55 | 30 | 8 | 4A | 1E |
| Octal | 204 | 42 | 24 | 0 | 112 | 125 | 60 | 10 | 112 | 36 |
| Binary | 10000100 | 100010 | 10100 | 0 | 1001010 | 1010101 | 110000 | 1000 | 1001010 | 11110 |
Color Harmonies of #842214
Complementary color
Monochromatic Colors of #842214
Black with #842214
Text Example
Text Example
White with #842214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842214; }
p { color: rgb(132,34,20); }
H1.HeaderClassName
{
color: #842214;
}
.AnyTagClassName
{
color: #842214;
}
</style>
background-color css
<style>
a { background-color: #842214; }
a { background-color: rgb(132,34,20); }
div.DivClassName
{
background-color: #842214;
}
.BgClassName
{
background-color: #842214;
}
</style>
border-color css
<style>
span { border-color: #842214; }
span { border-color: rgb(132,34,20); }
td.TdClassName
{
border-color: #842214;
}
.TagClassName
{
border-color: #842214;
}
</style>