Shades of Falu Red #85170D
Tints of Falu Red #85170D
RGB
CMYK
RGB Variations
Color information
#85170D (or 0x85170D) is known color: Falu Red. HEX triplet: 85, 17 and 0D. RGB value is (133,23,13). Sum of RGB (Red+Green+Blue) = 133+23+13=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #85170D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85170D is #7AE8F2. Grayscale: #363636. Windows color (decimal): -8055027 or 857989. OLE color: 857989.
HSL color Cylindrical-coordinate representation of color #85170D: hue angle of 5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85170D is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 13 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.48 |
| HSL | 5º | 0.82% | 0.29% | - |
| HSV(B) | 5º | 0.9% | 0.52% | - |
| XYZ | 10.05 | 5.63 | 0.94 | - |
| YUV | 54.75 | 104.44 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 13 | 0 | 0.83 | 0.90 | 0.48 | 5 | 0.82 | 0.29 |
| Hex | 85 | 17 | D | 0 | 53 | 5A | 30 | 5 | 52 | 1D |
| Octal | 205 | 27 | 15 | 0 | 123 | 132 | 60 | 5 | 122 | 35 |
| Binary | 10000101 | 10111 | 1101 | 0 | 1010011 | 1011010 | 110000 | 101 | 1010010 | 11101 |
Color Harmonies of #85170D
Complementary color
Monochromatic Colors of #85170D
Black with #85170D
Text Example
Text Example
White with #85170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85170D; }
p { color: rgb(133,23,13); }
H1.HeaderClassName
{
color: #85170D;
}
.AnyTagClassName
{
color: #85170D;
}
</style>
background-color css
<style>
a { background-color: #85170D; }
a { background-color: rgb(133,23,13); }
div.DivClassName
{
background-color: #85170D;
}
.BgClassName
{
background-color: #85170D;
}
</style>
border-color css
<style>
span { border-color: #85170D; }
span { border-color: rgb(133,23,13); }
td.TdClassName
{
border-color: #85170D;
}
.TagClassName
{
border-color: #85170D;
}
</style>