Shades of Falu Red #852404
Tints of Falu Red #852404
RGB
CMYK
RGB Variations
Color information
#852404 (or 0x852404) is known color: Falu Red. HEX triplet: 85, 24 and 04. RGB value is (133,36,4). Sum of RGB (Red+Green+Blue) = 133+36+4=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #852404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852404 is #7ADBFB. Grayscale: #3D3D3D. Windows color (decimal): -8051708 or 271493. OLE color: 271493.
HSL color Cylindrical-coordinate representation of color #852404: hue angle of 14.88º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #852404 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 36 | 4 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.48 |
| HSL | 14.88º | 0.94% | 0.27% | - |
| HSV(B) | 14.88º | 0.97% | 0.52% | - |
| XYZ | 10.33 | 6.26 | 0.78 | - |
| YUV | 61.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 4 | 0 | 0.73 | 0.97 | 0.48 | 14.88 | 0.94 | 0.27 |
| Hex | 85 | 24 | 4 | 0 | 49 | 61 | 30 | F | 5E | 1B |
| Octal | 205 | 44 | 4 | 0 | 111 | 141 | 60 | 17 | 136 | 33 |
| Binary | 10000101 | 100100 | 100 | 0 | 1001001 | 1100001 | 110000 | 1111 | 1011110 | 11011 |
Color Harmonies of #852404
Complementary color
Monochromatic Colors of #852404
Black with #852404
Text Example
Text Example
White with #852404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852404; }
p { color: rgb(133,36,4); }
H1.HeaderClassName
{
color: #852404;
}
.AnyTagClassName
{
color: #852404;
}
</style>
background-color css
<style>
a { background-color: #852404; }
a { background-color: rgb(133,36,4); }
div.DivClassName
{
background-color: #852404;
}
.BgClassName
{
background-color: #852404;
}
</style>
border-color css
<style>
span { border-color: #852404; }
span { border-color: rgb(133,36,4); }
td.TdClassName
{
border-color: #852404;
}
.TagClassName
{
border-color: #852404;
}
</style>