Shades of Falu Red #842013
Tints of Falu Red #842013
RGB
CMYK
RGB Variations
Color information
#842013 (or 0x842013) is known color: Falu Red. HEX triplet: 84, 20 and 13. RGB value is (132,32,19). Sum of RGB (Red+Green+Blue) = 132+32+19=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #842013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842013 is #7BDFEC. Grayscale: #3C3C3C. Windows color (decimal): -8118253 or 1253508. OLE color: 1253508.
HSL color Cylindrical-coordinate representation of color #842013: hue angle of 6.9º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #842013 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 19 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.48 |
| HSL | 6.9º | 0.75% | 0.3% | - |
| HSV(B) | 6.9º | 0.86% | 0.52% | - |
| XYZ | 10.15 | 5.99 | 1.24 | - |
| YUV | 60.42 | 104.63 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 19 | 0 | 0.76 | 0.86 | 0.48 | 6.9 | 0.75 | 0.3 |
| Hex | 84 | 20 | 13 | 0 | 4C | 56 | 30 | 7 | 4B | 1E |
| Octal | 204 | 40 | 23 | 0 | 114 | 126 | 60 | 7 | 113 | 36 |
| Binary | 10000100 | 100000 | 10011 | 0 | 1001100 | 1010110 | 110000 | 111 | 1001011 | 11110 |
Color Harmonies of #842013
Complementary color
Monochromatic Colors of #842013
Black with #842013
Text Example
Text Example
White with #842013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842013; }
p { color: rgb(132,32,19); }
H1.HeaderClassName
{
color: #842013;
}
.AnyTagClassName
{
color: #842013;
}
</style>
background-color css
<style>
a { background-color: #842013; }
a { background-color: rgb(132,32,19); }
div.DivClassName
{
background-color: #842013;
}
.BgClassName
{
background-color: #842013;
}
</style>
border-color css
<style>
span { border-color: #842013; }
span { border-color: rgb(132,32,19); }
td.TdClassName
{
border-color: #842013;
}
.TagClassName
{
border-color: #842013;
}
</style>