Shades of Falu Red #85140E
Tints of Falu Red #85140E
RGB
CMYK
RGB Variations
Color information
#85140E (or 0x85140E) is known color: Falu Red. HEX triplet: 85, 14 and 0E. RGB value is (133,20,14). Sum of RGB (Red+Green+Blue) = 133+20+14=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #85140E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85140E is #7AEBF1. Grayscale: #353535. Windows color (decimal): -8055794 or 922757. OLE color: 922757.
HSL color Cylindrical-coordinate representation of color #85140E: hue angle of 3.03º 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 #85140E is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 14 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.48 |
| HSL | 3.03º | 0.81% | 0.29% | - |
| HSV(B) | 3.03º | 0.89% | 0.52% | - |
| XYZ | 10 | 5.52 | 0.95 | - |
| YUV | 53.1 | 105.94 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 14 | 0 | 0.85 | 0.89 | 0.48 | 3.03 | 0.81 | 0.29 |
| Hex | 85 | 14 | E | 0 | 55 | 59 | 30 | 3 | 51 | 1D |
| Octal | 205 | 24 | 16 | 0 | 125 | 131 | 60 | 3 | 121 | 35 |
| Binary | 10000101 | 10100 | 1110 | 0 | 1010101 | 1011001 | 110000 | 11 | 1010001 | 11101 |
Color Harmonies of #85140E
Complementary color
Monochromatic Colors of #85140E
Black with #85140E
Text Example
Text Example
White with #85140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85140E; }
p { color: rgb(133,20,14); }
H1.HeaderClassName
{
color: #85140E;
}
.AnyTagClassName
{
color: #85140E;
}
</style>
background-color css
<style>
a { background-color: #85140E; }
a { background-color: rgb(133,20,14); }
div.DivClassName
{
background-color: #85140E;
}
.BgClassName
{
background-color: #85140E;
}
</style>
border-color css
<style>
span { border-color: #85140E; }
span { border-color: rgb(133,20,14); }
td.TdClassName
{
border-color: #85140E;
}
.TagClassName
{
border-color: #85140E;
}
</style>