Shades of Falu Red #84190F
Tints of Falu Red #84190F
RGB
CMYK
RGB Variations
Color information
#84190F (or 0x84190F) is known color: Falu Red. HEX triplet: 84, 19 and 0F. RGB value is (132,25,15). Sum of RGB (Red+Green+Blue) = 132+25+15=172 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.74% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 132 - color contains mainly: red. Hex color #84190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84190F is #7BE6F0. Grayscale: #383838. Windows color (decimal): -8120049 or 989572. OLE color: 989572.
HSL color Cylindrical-coordinate representation of color #84190F: hue angle of 5.13º 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 #84190F is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 15 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.48 |
| HSL | 5.13º | 0.8% | 0.29% | - |
| HSV(B) | 5.13º | 0.89% | 0.52% | - |
| XYZ | 9.95 | 5.64 | 1.02 | - |
| YUV | 55.85 | 104.95 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 15 | 0 | 0.81 | 0.89 | 0.48 | 5.13 | 0.8 | 0.29 |
| Hex | 84 | 19 | F | 0 | 51 | 59 | 30 | 5 | 50 | 1D |
| Octal | 204 | 31 | 17 | 0 | 121 | 131 | 60 | 5 | 120 | 35 |
| Binary | 10000100 | 11001 | 1111 | 0 | 1010001 | 1011001 | 110000 | 101 | 1010000 | 11101 |
Color Harmonies of #84190F
Complementary color
Monochromatic Colors of #84190F
Black with #84190F
Text Example
Text Example
White with #84190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84190F; }
p { color: rgb(132,25,15); }
H1.HeaderClassName
{
color: #84190F;
}
.AnyTagClassName
{
color: #84190F;
}
</style>
background-color css
<style>
a { background-color: #84190F; }
a { background-color: rgb(132,25,15); }
div.DivClassName
{
background-color: #84190F;
}
.BgClassName
{
background-color: #84190F;
}
</style>
border-color css
<style>
span { border-color: #84190F; }
span { border-color: rgb(132,25,15); }
td.TdClassName
{
border-color: #84190F;
}
.TagClassName
{
border-color: #84190F;
}
</style>