Shades of Falu Red #842015
Tints of Falu Red #842015
RGB
CMYK
RGB Variations
Color information
#842015 (or 0x842015) is known color: Falu Red. HEX triplet: 84, 20 and 15. RGB value is (132,32,21). Sum of RGB (Red+Green+Blue) = 132+32+21=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #842015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842015 is #7BDFEA. Grayscale: #3C3C3C. Windows color (decimal): -8118251 or 1384580. OLE color: 1384580.
HSL color Cylindrical-coordinate representation of color #842015: hue angle of 5.95º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #842015 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 21 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.48 |
| HSL | 5.95º | 0.73% | 0.3% | - |
| HSV(B) | 5.95º | 0.84% | 0.52% | - |
| XYZ | 10.17 | 5.99 | 1.33 | - |
| YUV | 60.65 | 105.63 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 21 | 0 | 0.76 | 0.84 | 0.48 | 5.95 | 0.73 | 0.3 |
| Hex | 84 | 20 | 15 | 0 | 4C | 54 | 30 | 6 | 49 | 1E |
| Octal | 204 | 40 | 25 | 0 | 114 | 124 | 60 | 6 | 111 | 36 |
| Binary | 10000100 | 100000 | 10101 | 0 | 1001100 | 1010100 | 110000 | 110 | 1001001 | 11110 |
Color Harmonies of #842015
Complementary color
Monochromatic Colors of #842015
Black with #842015
Text Example
Text Example
White with #842015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842015; }
p { color: rgb(132,32,21); }
H1.HeaderClassName
{
color: #842015;
}
.AnyTagClassName
{
color: #842015;
}
</style>
background-color css
<style>
a { background-color: #842015; }
a { background-color: rgb(132,32,21); }
div.DivClassName
{
background-color: #842015;
}
.BgClassName
{
background-color: #842015;
}
</style>
border-color css
<style>
span { border-color: #842015; }
span { border-color: rgb(132,32,21); }
td.TdClassName
{
border-color: #842015;
}
.TagClassName
{
border-color: #842015;
}
</style>