Shades of Falu Red #84160F
Tints of Falu Red #84160F
RGB
CMYK
RGB Variations
Color information
#84160F (or 0x84160F) is known color: Falu Red. HEX triplet: 84, 16 and 0F. RGB value is (132,22,15). Sum of RGB (Red+Green+Blue) = 132+22+15=169 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.11% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 132 - color contains mainly: red. Hex color #84160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84160F is #7BE9F0. Grayscale: #363636. Windows color (decimal): -8120817 or 988804. OLE color: 988804.
HSL color Cylindrical-coordinate representation of color #84160F: hue angle of 3.59º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84160F is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 22 | 15 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.48 |
| HSL | 3.59º | 0.8% | 0.29% | - |
| HSV(B) | 3.59º | 0.89% | 0.52% | - |
| XYZ | 9.89 | 5.51 | 1 | - |
| YUV | 54.09 | 105.94 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 15 | 0 | 0.83 | 0.89 | 0.48 | 3.59 | 0.8 | 0.29 |
| Hex | 84 | 16 | F | 0 | 53 | 59 | 30 | 4 | 50 | 1D |
| Octal | 204 | 26 | 17 | 0 | 123 | 131 | 60 | 4 | 120 | 35 |
| Binary | 10000100 | 10110 | 1111 | 0 | 1010011 | 1011001 | 110000 | 100 | 1010000 | 11101 |
Color Harmonies of #84160F
Complementary color
Monochromatic Colors of #84160F
Black with #84160F
Text Example
Text Example
White with #84160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84160F; }
p { color: rgb(132,22,15); }
H1.HeaderClassName
{
color: #84160F;
}
.AnyTagClassName
{
color: #84160F;
}
</style>
background-color css
<style>
a { background-color: #84160F; }
a { background-color: rgb(132,22,15); }
div.DivClassName
{
background-color: #84160F;
}
.BgClassName
{
background-color: #84160F;
}
</style>
border-color css
<style>
span { border-color: #84160F; }
span { border-color: rgb(132,22,15); }
td.TdClassName
{
border-color: #84160F;
}
.TagClassName
{
border-color: #84160F;
}
</style>