Shades of Falu Red #850F0E
Tints of Falu Red #850F0E
RGB
CMYK
RGB Variations
Color information
#850F0E (or 0x850F0E) is known color: Falu Red. HEX triplet: 85, 0F and 0E. RGB value is (133,15,14). Sum of RGB (Red+Green+Blue) = 133+15+14=162 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.10% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 133 - color contains mainly: red. Hex color #850F0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850F0E is #7AF0F1. Grayscale: #323232. Windows color (decimal): -8057074 or 921477. OLE color: 921477.
HSL color Cylindrical-coordinate representation of color #850F0E: hue angle of 0.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850F0E is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 15 | 14 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.48 |
| HSL | 0.5º | 0.81% | 0.29% | - |
| HSV(B) | 0.5º | 0.89% | 0.52% | - |
| XYZ | 9.92 | 5.36 | 0.93 | - |
| YUV | 50.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 14 | 0 | 0.89 | 0.89 | 0.48 | 0.5 | 0.81 | 0.29 |
| Hex | 85 | F | E | 0 | 59 | 59 | 30 | 1 | 51 | 1D |
| Octal | 205 | 17 | 16 | 0 | 131 | 131 | 60 | 1 | 121 | 35 |
| Binary | 10000101 | 1111 | 1110 | 0 | 1011001 | 1011001 | 110000 | 1 | 1010001 | 11101 |
Color Harmonies of #850F0E
Complementary color
Monochromatic Colors of #850F0E
Black with #850F0E
Text Example
Text Example
White with #850F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850F0E; }
p { color: rgb(133,15,14); }
H1.HeaderClassName
{
color: #850F0E;
}
.AnyTagClassName
{
color: #850F0E;
}
</style>
background-color css
<style>
a { background-color: #850F0E; }
a { background-color: rgb(133,15,14); }
div.DivClassName
{
background-color: #850F0E;
}
.BgClassName
{
background-color: #850F0E;
}
</style>
border-color css
<style>
span { border-color: #850F0E; }
span { border-color: rgb(133,15,14); }
td.TdClassName
{
border-color: #850F0E;
}
.TagClassName
{
border-color: #850F0E;
}
</style>