Shades of Falu Red #84150D
Tints of Falu Red #84150D
RGB
CMYK
RGB Variations
Color information
#84150D (or 0x84150D) is known color: Falu Red. HEX triplet: 84, 15 and 0D. RGB value is (132,21,13). Sum of RGB (Red+Green+Blue) = 132+21+13=166 (21% of max value = 765). Red value is 132 (51.95% from 255 or 79.52% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 132 - color contains mainly: red. Hex color #84150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84150D is #7BEAF2. Grayscale: #353535. Windows color (decimal): -8121075 or 857476. OLE color: 857476.
HSL color Cylindrical-coordinate representation of color #84150D: hue angle of 4.03º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84150D is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 13 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.48 |
| HSL | 4.03º | 0.82% | 0.28% | - |
| HSV(B) | 4.03º | 0.9% | 0.52% | - |
| XYZ | 9.86 | 5.47 | 0.92 | - |
| YUV | 53.28 | 105.27 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 13 | 0 | 0.84 | 0.90 | 0.48 | 4.03 | 0.82 | 0.28 |
| Hex | 84 | 15 | D | 0 | 54 | 5A | 30 | 4 | 52 | 1C |
| Octal | 204 | 25 | 15 | 0 | 124 | 132 | 60 | 4 | 122 | 34 |
| Binary | 10000100 | 10101 | 1101 | 0 | 1010100 | 1011010 | 110000 | 100 | 1010010 | 11100 |
Color Harmonies of #84150D
Complementary color
Monochromatic Colors of #84150D
Black with #84150D
Text Example
Text Example
White with #84150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84150D; }
p { color: rgb(132,21,13); }
H1.HeaderClassName
{
color: #84150D;
}
.AnyTagClassName
{
color: #84150D;
}
</style>
background-color css
<style>
a { background-color: #84150D; }
a { background-color: rgb(132,21,13); }
div.DivClassName
{
background-color: #84150D;
}
.BgClassName
{
background-color: #84150D;
}
</style>
border-color css
<style>
span { border-color: #84150D; }
span { border-color: rgb(132,21,13); }
td.TdClassName
{
border-color: #84150D;
}
.TagClassName
{
border-color: #84150D;
}
</style>