Shades of Falu Red #832404
Tints of Falu Red #832404
RGB
CMYK
RGB Variations
Color information
#832404 (or 0x832404) is known color: Falu Red. HEX triplet: 83, 24 and 04. RGB value is (131,36,4). Sum of RGB (Red+Green+Blue) = 131+36+4=171 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.61% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 131 - color contains mainly: red. Hex color #832404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832404 is #7CDBFB. Grayscale: #3C3C3C. Windows color (decimal): -8182780 or 271491. OLE color: 271491.
HSL color Cylindrical-coordinate representation of color #832404: hue angle of 15.12º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #832404 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 36 | 4 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.49 |
| HSL | 15.12º | 0.94% | 0.26% | - |
| HSV(B) | 15.12º | 0.97% | 0.51% | - |
| XYZ | 10.01 | 6.1 | 0.76 | - |
| YUV | 60.76 | 95.97 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 4 | 0 | 0.73 | 0.97 | 0.49 | 15.12 | 0.94 | 0.26 |
| Hex | 83 | 24 | 4 | 0 | 49 | 61 | 31 | F | 5E | 1A |
| Octal | 203 | 44 | 4 | 0 | 111 | 141 | 61 | 17 | 136 | 32 |
| Binary | 10000011 | 100100 | 100 | 0 | 1001001 | 1100001 | 110001 | 1111 | 1011110 | 11010 |
Color Harmonies of #832404
Complementary color
Monochromatic Colors of #832404
Black with #832404
Text Example
Text Example
White with #832404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832404; }
p { color: rgb(131,36,4); }
H1.HeaderClassName
{
color: #832404;
}
.AnyTagClassName
{
color: #832404;
}
</style>
background-color css
<style>
a { background-color: #832404; }
a { background-color: rgb(131,36,4); }
div.DivClassName
{
background-color: #832404;
}
.BgClassName
{
background-color: #832404;
}
</style>
border-color css
<style>
span { border-color: #832404; }
span { border-color: rgb(131,36,4); }
td.TdClassName
{
border-color: #832404;
}
.TagClassName
{
border-color: #832404;
}
</style>