Shades of Falu Red #851F08
Tints of Falu Red #851F08
RGB
CMYK
RGB Variations
Color information
#851F08 (or 0x851F08) is known color: Falu Red. HEX triplet: 85, 1F and 08. RGB value is (133,31,8). Sum of RGB (Red+Green+Blue) = 133+31+8=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #851F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851F08 is #7AE0F7. Grayscale: #3B3B3B. Windows color (decimal): -8052984 or 532357. OLE color: 532357.
HSL color Cylindrical-coordinate representation of color #851F08: hue angle of 11.04º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #851F08 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 31 | 8 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.48 |
| HSL | 11.04º | 0.89% | 0.28% | - |
| HSV(B) | 11.04º | 0.94% | 0.52% | - |
| XYZ | 10.21 | 5.98 | 0.85 | - |
| YUV | 58.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 31 | 8 | 0 | 0.77 | 0.94 | 0.48 | 11.04 | 0.89 | 0.28 |
| Hex | 85 | 1F | 8 | 0 | 4D | 5E | 30 | B | 59 | 1C |
| Octal | 205 | 37 | 10 | 0 | 115 | 136 | 60 | 13 | 131 | 34 |
| Binary | 10000101 | 11111 | 1000 | 0 | 1001101 | 1011110 | 110000 | 1011 | 1011001 | 11100 |
Color Harmonies of #851F08
Complementary color
Monochromatic Colors of #851F08
Black with #851F08
Text Example
Text Example
White with #851F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851F08; }
p { color: rgb(133,31,8); }
H1.HeaderClassName
{
color: #851F08;
}
.AnyTagClassName
{
color: #851F08;
}
</style>
background-color css
<style>
a { background-color: #851F08; }
a { background-color: rgb(133,31,8); }
div.DivClassName
{
background-color: #851F08;
}
.BgClassName
{
background-color: #851F08;
}
</style>
border-color css
<style>
span { border-color: #851F08; }
span { border-color: rgb(133,31,8); }
td.TdClassName
{
border-color: #851F08;
}
.TagClassName
{
border-color: #851F08;
}
</style>