Shades of Falu Red #851904
Tints of Falu Red #851904
RGB
CMYK
RGB Variations
Color information
#851904 (or 0x851904) is known color: Falu Red. HEX triplet: 85, 19 and 04. RGB value is (133,25,4). Sum of RGB (Red+Green+Blue) = 133+25+4=162 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.10% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 133 - color contains mainly: red. Hex color #851904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851904 is #7AE6FB. Grayscale: #373737. Windows color (decimal): -8054524 or 268677. OLE color: 268677.
HSL color Cylindrical-coordinate representation of color #851904: hue angle of 9.77º 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 #851904 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 25 | 4 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.48 |
| HSL | 9.77º | 0.94% | 0.27% | - |
| HSV(B) | 9.77º | 0.97% | 0.52% | - |
| XYZ | 10.04 | 5.69 | 0.68 | - |
| YUV | 54.9 | 99.28 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 4 | 0 | 0.81 | 0.97 | 0.48 | 9.77 | 0.94 | 0.27 |
| Hex | 85 | 19 | 4 | 0 | 51 | 61 | 30 | A | 5E | 1B |
| Octal | 205 | 31 | 4 | 0 | 121 | 141 | 60 | 12 | 136 | 33 |
| Binary | 10000101 | 11001 | 100 | 0 | 1010001 | 1100001 | 110000 | 1010 | 1011110 | 11011 |
Color Harmonies of #851904
Complementary color
Monochromatic Colors of #851904
Black with #851904
Text Example
Text Example
White with #851904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851904; }
p { color: rgb(133,25,4); }
H1.HeaderClassName
{
color: #851904;
}
.AnyTagClassName
{
color: #851904;
}
</style>
background-color css
<style>
a { background-color: #851904; }
a { background-color: rgb(133,25,4); }
div.DivClassName
{
background-color: #851904;
}
.BgClassName
{
background-color: #851904;
}
</style>
border-color css
<style>
span { border-color: #851904; }
span { border-color: rgb(133,25,4); }
td.TdClassName
{
border-color: #851904;
}
.TagClassName
{
border-color: #851904;
}
</style>