Shades of Falu Red #84100F
Tints of Falu Red #84100F
RGB
CMYK
RGB Variations
Color information
#84100F (or 0x84100F) is known color: Falu Red. HEX triplet: 84, 10 and 0F. RGB value is (132,16,15). Sum of RGB (Red+Green+Blue) = 132+16+15=163 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80.98% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 132 - color contains mainly: red. Hex color #84100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84100F is #7BEFF0. Grayscale: #323232. Windows color (decimal): -8122353 or 987268. OLE color: 987268.
HSL color Cylindrical-coordinate representation of color #84100F: hue angle of 0.51º 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 #84100F is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 15 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.48 |
| HSL | 0.51º | 0.8% | 0.29% | - |
| HSV(B) | 0.51º | 0.89% | 0.52% | - |
| XYZ | 9.79 | 5.31 | 0.96 | - |
| YUV | 50.57 | 107.93 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 15 | 0 | 0.88 | 0.89 | 0.48 | 0.51 | 0.8 | 0.29 |
| Hex | 84 | 10 | F | 0 | 58 | 59 | 30 | 1 | 50 | 1D |
| Octal | 204 | 20 | 17 | 0 | 130 | 131 | 60 | 1 | 120 | 35 |
| Binary | 10000100 | 10000 | 1111 | 0 | 1011000 | 1011001 | 110000 | 1 | 1010000 | 11101 |
Color Harmonies of #84100F
Complementary color
Monochromatic Colors of #84100F
Black with #84100F
Text Example
Text Example
White with #84100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84100F; }
p { color: rgb(132,16,15); }
H1.HeaderClassName
{
color: #84100F;
}
.AnyTagClassName
{
color: #84100F;
}
</style>
background-color css
<style>
a { background-color: #84100F; }
a { background-color: rgb(132,16,15); }
div.DivClassName
{
background-color: #84100F;
}
.BgClassName
{
background-color: #84100F;
}
</style>
border-color css
<style>
span { border-color: #84100F; }
span { border-color: rgb(132,16,15); }
td.TdClassName
{
border-color: #84100F;
}
.TagClassName
{
border-color: #84100F;
}
</style>