Shades of Falu Red #84130D
Tints of Falu Red #84130D
RGB
CMYK
RGB Variations
Color information
#84130D (or 0x84130D) is known color: Falu Red. HEX triplet: 84, 13 and 0D. RGB value is (132,19,13). Sum of RGB (Red+Green+Blue) = 132+19+13=164 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80.49% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 132 - color contains mainly: red. Hex color #84130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84130D is #7BECF2. Grayscale: #343434. Windows color (decimal): -8121587 or 856964. OLE color: 856964.
HSL color Cylindrical-coordinate representation of color #84130D: hue angle of 3.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 #84130D is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 13 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.48 |
| HSL | 3.03º | 0.82% | 0.28% | - |
| HSV(B) | 3.03º | 0.9% | 0.52% | - |
| XYZ | 9.82 | 5.4 | 0.91 | - |
| YUV | 52.1 | 105.94 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 13 | 0 | 0.86 | 0.90 | 0.48 | 3.03 | 0.82 | 0.28 |
| Hex | 84 | 13 | D | 0 | 56 | 5A | 30 | 3 | 52 | 1C |
| Octal | 204 | 23 | 15 | 0 | 126 | 132 | 60 | 3 | 122 | 34 |
| Binary | 10000100 | 10011 | 1101 | 0 | 1010110 | 1011010 | 110000 | 11 | 1010010 | 11100 |
Color Harmonies of #84130D
Complementary color
Monochromatic Colors of #84130D
Black with #84130D
Text Example
Text Example
White with #84130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84130D; }
p { color: rgb(132,19,13); }
H1.HeaderClassName
{
color: #84130D;
}
.AnyTagClassName
{
color: #84130D;
}
</style>
background-color css
<style>
a { background-color: #84130D; }
a { background-color: rgb(132,19,13); }
div.DivClassName
{
background-color: #84130D;
}
.BgClassName
{
background-color: #84130D;
}
</style>
border-color css
<style>
span { border-color: #84130D; }
span { border-color: rgb(132,19,13); }
td.TdClassName
{
border-color: #84130D;
}
.TagClassName
{
border-color: #84130D;
}
</style>