Shades of Falu Red #842705
Tints of Falu Red #842705
RGB
CMYK
RGB Variations
Color information
#842705 (or 0x842705) is known color: Falu Red. HEX triplet: 84, 27 and 05. RGB value is (132,39,5). Sum of RGB (Red+Green+Blue) = 132+39+5=176 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 132 - color contains mainly: red. Hex color #842705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842705 is #7BD8FA. Grayscale: #3F3F3F. Windows color (decimal): -8116475 or 337796. OLE color: 337796.
HSL color Cylindrical-coordinate representation of color #842705: hue angle of 16.06º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #842705 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 39 | 5 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.48 |
| HSL | 16.06º | 0.93% | 0.27% | - |
| HSV(B) | 16.06º | 0.96% | 0.52% | - |
| XYZ | 10.27 | 6.37 | 0.83 | - |
| YUV | 62.93 | 95.31 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 5 | 0 | 0.70 | 0.96 | 0.48 | 16.06 | 0.93 | 0.27 |
| Hex | 84 | 27 | 5 | 0 | 46 | 60 | 30 | 10 | 5D | 1B |
| Octal | 204 | 47 | 5 | 0 | 106 | 140 | 60 | 20 | 135 | 33 |
| Binary | 10000100 | 100111 | 101 | 0 | 1000110 | 1100000 | 110000 | 10000 | 1011101 | 11011 |
Color Harmonies of #842705
Complementary color
Monochromatic Colors of #842705
Black with #842705
Text Example
Text Example
White with #842705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842705; }
p { color: rgb(132,39,5); }
H1.HeaderClassName
{
color: #842705;
}
.AnyTagClassName
{
color: #842705;
}
</style>
background-color css
<style>
a { background-color: #842705; }
a { background-color: rgb(132,39,5); }
div.DivClassName
{
background-color: #842705;
}
.BgClassName
{
background-color: #842705;
}
</style>
border-color css
<style>
span { border-color: #842705; }
span { border-color: rgb(132,39,5); }
td.TdClassName
{
border-color: #842705;
}
.TagClassName
{
border-color: #842705;
}
</style>