Shades of Falu Red #842001
Tints of Falu Red #842001
RGB
CMYK
RGB Variations
Color information
#842001 (or 0x842001) is known color: Falu Red. HEX triplet: 84, 20 and 01. RGB value is (132,32,1). Sum of RGB (Red+Green+Blue) = 132+32+1=165 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 132 - color contains mainly: red. Hex color #842001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842001 is #7BDFFE. Grayscale: #3A3A3A. Windows color (decimal): -8118271 or 73860. OLE color: 73860.
HSL color Cylindrical-coordinate representation of color #842001: hue angle of 14.2º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #842001 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.48 |
| HSL | 14.2º | 0.98% | 0.26% | - |
| HSV(B) | 14.2º | 0.99% | 0.52% | - |
| XYZ | 10.04 | 5.94 | 0.65 | - |
| YUV | 58.37 | 95.63 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 1 | 0 | 0.76 | 0.99 | 0.48 | 14.2 | 0.98 | 0.26 |
| Hex | 84 | 20 | 1 | 0 | 4C | 63 | 30 | E | 62 | 1A |
| Octal | 204 | 40 | 1 | 0 | 114 | 143 | 60 | 16 | 142 | 32 |
| Binary | 10000100 | 100000 | 1 | 0 | 1001100 | 1100011 | 110000 | 1110 | 1100010 | 11010 |
Color Harmonies of #842001
Complementary color
Monochromatic Colors of #842001
Black with #842001
Text Example
Text Example
White with #842001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842001; }
p { color: rgb(132,32,1); }
H1.HeaderClassName
{
color: #842001;
}
.AnyTagClassName
{
color: #842001;
}
</style>
background-color css
<style>
a { background-color: #842001; }
a { background-color: rgb(132,32,1); }
div.DivClassName
{
background-color: #842001;
}
.BgClassName
{
background-color: #842001;
}
</style>
border-color css
<style>
span { border-color: #842001; }
span { border-color: rgb(132,32,1); }
td.TdClassName
{
border-color: #842001;
}
.TagClassName
{
border-color: #842001;
}
</style>