Shades of Falu Red #84140D
Tints of Falu Red #84140D
RGB
CMYK
RGB Variations
Color information
#84140D (or 0x84140D) is known color: Falu Red. HEX triplet: 84, 14 and 0D. RGB value is (132,20,13). Sum of RGB (Red+Green+Blue) = 132+20+13=165 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 132 - color contains mainly: red. Hex color #84140D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84140D is #7BEBF2. Grayscale: #343434. Windows color (decimal): -8121331 or 857220. OLE color: 857220.
HSL color Cylindrical-coordinate representation of color #84140D: hue angle of 3.53º 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 #84140D is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 13 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.48 |
| HSL | 3.53º | 0.82% | 0.28% | - |
| HSV(B) | 3.53º | 0.9% | 0.52% | - |
| XYZ | 9.84 | 5.43 | 0.91 | - |
| YUV | 52.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 13 | 0 | 0.85 | 0.90 | 0.48 | 3.53 | 0.82 | 0.28 |
| Hex | 84 | 14 | D | 0 | 55 | 5A | 30 | 4 | 52 | 1C |
| Octal | 204 | 24 | 15 | 0 | 125 | 132 | 60 | 4 | 122 | 34 |
| Binary | 10000100 | 10100 | 1101 | 0 | 1010101 | 1011010 | 110000 | 100 | 1010010 | 11100 |
Color Harmonies of #84140D
Complementary color
Monochromatic Colors of #84140D
Black with #84140D
Text Example
Text Example
White with #84140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84140D; }
p { color: rgb(132,20,13); }
H1.HeaderClassName
{
color: #84140D;
}
.AnyTagClassName
{
color: #84140D;
}
</style>
background-color css
<style>
a { background-color: #84140D; }
a { background-color: rgb(132,20,13); }
div.DivClassName
{
background-color: #84140D;
}
.BgClassName
{
background-color: #84140D;
}
</style>
border-color css
<style>
span { border-color: #84140D; }
span { border-color: rgb(132,20,13); }
td.TdClassName
{
border-color: #84140D;
}
.TagClassName
{
border-color: #84140D;
}
</style>