Shades of Falu Red #851809
Tints of Falu Red #851809
RGB
CMYK
RGB Variations
Color information
#851809 (or 0x851809) is known color: Falu Red. HEX triplet: 85, 18 and 09. RGB value is (133,24,9). Sum of RGB (Red+Green+Blue) = 133+24+9=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #851809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851809 is #7AE7F6. Grayscale: #373737. Windows color (decimal): -8054775 or 596101. OLE color: 596101.
HSL color Cylindrical-coordinate representation of color #851809: hue angle of 7.26º 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 #851809 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 9 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.48 |
| HSL | 7.26º | 0.87% | 0.28% | - |
| HSV(B) | 7.26º | 0.93% | 0.52% | - |
| XYZ | 10.05 | 5.66 | 0.82 | - |
| YUV | 54.88 | 102.11 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 9 | 0 | 0.82 | 0.93 | 0.48 | 7.26 | 0.87 | 0.28 |
| Hex | 85 | 18 | 9 | 0 | 52 | 5D | 30 | 7 | 57 | 1C |
| Octal | 205 | 30 | 11 | 0 | 122 | 135 | 60 | 7 | 127 | 34 |
| Binary | 10000101 | 11000 | 1001 | 0 | 1010010 | 1011101 | 110000 | 111 | 1010111 | 11100 |
Color Harmonies of #851809
Complementary color
Monochromatic Colors of #851809
Black with #851809
Text Example
Text Example
White with #851809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851809; }
p { color: rgb(133,24,9); }
H1.HeaderClassName
{
color: #851809;
}
.AnyTagClassName
{
color: #851809;
}
</style>
background-color css
<style>
a { background-color: #851809; }
a { background-color: rgb(133,24,9); }
div.DivClassName
{
background-color: #851809;
}
.BgClassName
{
background-color: #851809;
}
</style>
border-color css
<style>
span { border-color: #851809; }
span { border-color: rgb(133,24,9); }
td.TdClassName
{
border-color: #851809;
}
.TagClassName
{
border-color: #851809;
}
</style>