Shades of Falu Red #842500
Tints of Falu Red #842500
RGB
CMYK
RGB Variations
Color information
#842500 (or 0x842500) is known color: Falu Red. HEX triplet: 84, 25 and 00. RGB value is (132,37,0). Sum of RGB (Red+Green+Blue) = 132+37+0=169 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.11% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 132 - color contains mainly: red. Hex color #842500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842500 is #7BDAFF. Grayscale: #3D3D3D. Windows color (decimal): -8116992 or 9604. OLE color: 9604.
HSL color Cylindrical-coordinate representation of color #842500: hue angle of 16.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #842500 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 37 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.48 |
| HSL | 16.82º | 1% | 0.26% | - |
| HSV(B) | 16.82º | 1% | 0.52% | - |
| XYZ | 10.18 | 6.23 | 0.67 | - |
| YUV | 61.19 | 93.47 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 0 | 0 | 0.72 | 1 | 0.48 | 16.82 | 1 | 0.26 |
| Hex | 84 | 25 | 0 | 0 | 48 | 64 | 30 | 11 | 64 | 1A |
| Octal | 204 | 45 | 0 | 0 | 110 | 144 | 60 | 21 | 144 | 32 |
| Binary | 10000100 | 100101 | 0 | 0 | 1001000 | 1100100 | 110000 | 10001 | 1100100 | 11010 |
Color Harmonies of #842500
Complementary color
Monochromatic Colors of #842500
Black with #842500
Text Example
Text Example
White with #842500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842500; }
p { color: rgb(132,37,0); }
H1.HeaderClassName
{
color: #842500;
}
.AnyTagClassName
{
color: #842500;
}
</style>
background-color css
<style>
a { background-color: #842500; }
a { background-color: rgb(132,37,0); }
div.DivClassName
{
background-color: #842500;
}
.BgClassName
{
background-color: #842500;
}
</style>
border-color css
<style>
span { border-color: #842500; }
span { border-color: rgb(132,37,0); }
td.TdClassName
{
border-color: #842500;
}
.TagClassName
{
border-color: #842500;
}
</style>