Shades of Falu Red #85130E
Tints of Falu Red #85130E
RGB
CMYK
RGB Variations
Color information
#85130E (or 0x85130E) is known color: Falu Red. HEX triplet: 85, 13 and 0E. RGB value is (133,19,14). Sum of RGB (Red+Green+Blue) = 133+19+14=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #85130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85130E is #7AECF1. Grayscale: #343434. Windows color (decimal): -8056050 or 922501. OLE color: 922501.
HSL color Cylindrical-coordinate representation of color #85130E: hue angle of 2.52º 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 #85130E is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 19 | 14 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.48 |
| HSL | 2.52º | 0.81% | 0.29% | - |
| HSV(B) | 2.52º | 0.89% | 0.52% | - |
| XYZ | 9.99 | 5.48 | 0.95 | - |
| YUV | 52.52 | 106.27 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 19 | 14 | 0 | 0.86 | 0.89 | 0.48 | 2.52 | 0.81 | 0.29 |
| Hex | 85 | 13 | E | 0 | 56 | 59 | 30 | 3 | 51 | 1D |
| Octal | 205 | 23 | 16 | 0 | 126 | 131 | 60 | 3 | 121 | 35 |
| Binary | 10000101 | 10011 | 1110 | 0 | 1010110 | 1011001 | 110000 | 11 | 1010001 | 11101 |
Color Harmonies of #85130E
Complementary color
Monochromatic Colors of #85130E
Black with #85130E
Text Example
Text Example
White with #85130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85130E; }
p { color: rgb(133,19,14); }
H1.HeaderClassName
{
color: #85130E;
}
.AnyTagClassName
{
color: #85130E;
}
</style>
background-color css
<style>
a { background-color: #85130E; }
a { background-color: rgb(133,19,14); }
div.DivClassName
{
background-color: #85130E;
}
.BgClassName
{
background-color: #85130E;
}
</style>
border-color css
<style>
span { border-color: #85130E; }
span { border-color: rgb(133,19,14); }
td.TdClassName
{
border-color: #85130E;
}
.TagClassName
{
border-color: #85130E;
}
</style>