Shades of Falu Red #851709
Tints of Falu Red #851709
RGB
CMYK
RGB Variations
Color information
#851709 (or 0x851709) is known color: Falu Red. HEX triplet: 85, 17 and 09. RGB value is (133,23,9). Sum of RGB (Red+Green+Blue) = 133+23+9=165 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.61% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 133 - color contains mainly: red. Hex color #851709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851709 is #7AE8F6. Grayscale: #363636. Windows color (decimal): -8055031 or 595845. OLE color: 595845.
HSL color Cylindrical-coordinate representation of color #851709: hue angle of 6.77º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #851709 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 9 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.48 |
| HSL | 6.77º | 0.87% | 0.28% | - |
| HSV(B) | 6.77º | 0.93% | 0.52% | - |
| XYZ | 10.03 | 5.62 | 0.81 | - |
| YUV | 54.29 | 102.44 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 9 | 0 | 0.83 | 0.93 | 0.48 | 6.77 | 0.87 | 0.28 |
| Hex | 85 | 17 | 9 | 0 | 53 | 5D | 30 | 7 | 57 | 1C |
| Octal | 205 | 27 | 11 | 0 | 123 | 135 | 60 | 7 | 127 | 34 |
| Binary | 10000101 | 10111 | 1001 | 0 | 1010011 | 1011101 | 110000 | 111 | 1010111 | 11100 |
Color Harmonies of #851709
Complementary color
Monochromatic Colors of #851709
Black with #851709
Text Example
Text Example
White with #851709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851709; }
p { color: rgb(133,23,9); }
H1.HeaderClassName
{
color: #851709;
}
.AnyTagClassName
{
color: #851709;
}
</style>
background-color css
<style>
a { background-color: #851709; }
a { background-color: rgb(133,23,9); }
div.DivClassName
{
background-color: #851709;
}
.BgClassName
{
background-color: #851709;
}
</style>
border-color css
<style>
span { border-color: #851709; }
span { border-color: rgb(133,23,9); }
td.TdClassName
{
border-color: #851709;
}
.TagClassName
{
border-color: #851709;
}
</style>