Shades of Falu Red #851009
Tints of Falu Red #851009
RGB
CMYK
RGB Variations
Color information
#851009 (or 0x851009) is known color: Falu Red. HEX triplet: 85, 10 and 09. RGB value is (133,16,9). Sum of RGB (Red+Green+Blue) = 133+16+9=158 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.18% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 133 - color contains mainly: red. Hex color #851009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851009 is #7AEFF6. Grayscale: #323232. Windows color (decimal): -8056823 or 594053. OLE color: 594053.
HSL color Cylindrical-coordinate representation of color #851009: hue angle of 3.39º 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 #851009 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 9 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.48 |
| HSL | 3.39º | 0.87% | 0.28% | - |
| HSV(B) | 3.39º | 0.93% | 0.52% | - |
| XYZ | 9.91 | 5.38 | 0.77 | - |
| YUV | 50.19 | 104.76 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 9 | 0 | 0.88 | 0.93 | 0.48 | 3.39 | 0.87 | 0.28 |
| Hex | 85 | 10 | 9 | 0 | 58 | 5D | 30 | 3 | 57 | 1C |
| Octal | 205 | 20 | 11 | 0 | 130 | 135 | 60 | 3 | 127 | 34 |
| Binary | 10000101 | 10000 | 1001 | 0 | 1011000 | 1011101 | 110000 | 11 | 1010111 | 11100 |
Color Harmonies of #851009
Complementary color
Monochromatic Colors of #851009
Black with #851009
Text Example
Text Example
White with #851009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851009; }
p { color: rgb(133,16,9); }
H1.HeaderClassName
{
color: #851009;
}
.AnyTagClassName
{
color: #851009;
}
</style>
background-color css
<style>
a { background-color: #851009; }
a { background-color: rgb(133,16,9); }
div.DivClassName
{
background-color: #851009;
}
.BgClassName
{
background-color: #851009;
}
</style>
border-color css
<style>
span { border-color: #851009; }
span { border-color: rgb(133,16,9); }
td.TdClassName
{
border-color: #851009;
}
.TagClassName
{
border-color: #851009;
}
</style>