Shades of Falu Red #851808
Tints of Falu Red #851808
RGB
CMYK
RGB Variations
Color information
#851808 (or 0x851808) is known color: Falu Red. HEX triplet: 85, 18 and 08. RGB value is (133,24,8). Sum of RGB (Red+Green+Blue) = 133+24+8=165 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.61% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 133 - color contains mainly: red. Hex color #851808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851808 is #7AE7F7. Grayscale: #363636. Windows color (decimal): -8054776 or 530565. OLE color: 530565.
HSL color Cylindrical-coordinate representation of color #851808: hue angle of 7.68º 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 #851808 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 8 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.48 |
| HSL | 7.68º | 0.89% | 0.28% | - |
| HSV(B) | 7.68º | 0.94% | 0.52% | - |
| XYZ | 10.04 | 5.66 | 0.79 | - |
| YUV | 54.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 8 | 0 | 0.82 | 0.94 | 0.48 | 7.68 | 0.89 | 0.28 |
| Hex | 85 | 18 | 8 | 0 | 52 | 5E | 30 | 8 | 59 | 1C |
| Octal | 205 | 30 | 10 | 0 | 122 | 136 | 60 | 10 | 131 | 34 |
| Binary | 10000101 | 11000 | 1000 | 0 | 1010010 | 1011110 | 110000 | 1000 | 1011001 | 11100 |
Color Harmonies of #851808
Complementary color
Monochromatic Colors of #851808
Black with #851808
Text Example
Text Example
White with #851808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851808; }
p { color: rgb(133,24,8); }
H1.HeaderClassName
{
color: #851808;
}
.AnyTagClassName
{
color: #851808;
}
</style>
background-color css
<style>
a { background-color: #851808; }
a { background-color: rgb(133,24,8); }
div.DivClassName
{
background-color: #851808;
}
.BgClassName
{
background-color: #851808;
}
</style>
border-color css
<style>
span { border-color: #851808; }
span { border-color: rgb(133,24,8); }
td.TdClassName
{
border-color: #851808;
}
.TagClassName
{
border-color: #851808;
}
</style>