Shades of Falu Red #841414
Tints of Falu Red #841414
RGB
CMYK
RGB Variations
Color information
#841414 (or 0x841414) is known color: Falu Red. HEX triplet: 84, 14 and 14. RGB value is (132,20,20). Sum of RGB (Red+Green+Blue) = 132+20+20=172 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.74% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 132 - color contains mainly: red. Hex color #841414 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841414 is #7BEBEB. Grayscale: #353535. Windows color (decimal): -8121324 or 1315972. OLE color: 1315972.
HSL color Cylindrical-coordinate representation of color #841414: hue angle of 0º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841414 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 20 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.48 |
| HSL | 0º | 0.74% | 0.3% | - |
| HSV(B) | 0º | 0.85% | 0.52% | - |
| XYZ | 9.89 | 5.46 | 1.19 | - |
| YUV | 53.49 | 109.11 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 20 | 0 | 0.85 | 0.85 | 0.48 | 0 | 0.74 | 0.3 |
| Hex | 84 | 14 | 14 | 0 | 55 | 55 | 30 | 0 | 4A | 1E |
| Octal | 204 | 24 | 24 | 0 | 125 | 125 | 60 | 0 | 112 | 36 |
| Binary | 10000100 | 10100 | 10100 | 0 | 1010101 | 1010101 | 110000 | 0 | 1001010 | 11110 |
Color Harmonies of #841414
Complementary color
Monochromatic Colors of #841414
Black with #841414
Text Example
Text Example
White with #841414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841414; }
p { color: rgb(132,20,20); }
H1.HeaderClassName
{
color: #841414;
}
.AnyTagClassName
{
color: #841414;
}
</style>
background-color css
<style>
a { background-color: #841414; }
a { background-color: rgb(132,20,20); }
div.DivClassName
{
background-color: #841414;
}
.BgClassName
{
background-color: #841414;
}
</style>
border-color css
<style>
span { border-color: #841414; }
span { border-color: rgb(132,20,20); }
td.TdClassName
{
border-color: #841414;
}
.TagClassName
{
border-color: #841414;
}
</style>