Shades of Falu Red #85170C
Tints of Falu Red #85170C
RGB
CMYK
RGB Variations
Color information
#85170C (or 0x85170C) is known color: Falu Red. HEX triplet: 85, 17 and 0C. RGB value is (133,23,12). Sum of RGB (Red+Green+Blue) = 133+23+12=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #85170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85170C is #7AE8F3. Grayscale: #363636. Windows color (decimal): -8055028 or 792453. OLE color: 792453.
HSL color Cylindrical-coordinate representation of color #85170C: hue angle of 5.45º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85170C is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 12 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.48 |
| HSL | 5.45º | 0.83% | 0.28% | - |
| HSV(B) | 5.45º | 0.91% | 0.52% | - |
| XYZ | 10.05 | 5.63 | 0.9 | - |
| YUV | 54.64 | 103.94 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 12 | 0 | 0.83 | 0.91 | 0.48 | 5.45 | 0.83 | 0.28 |
| Hex | 85 | 17 | C | 0 | 53 | 5B | 30 | 5 | 53 | 1C |
| Octal | 205 | 27 | 14 | 0 | 123 | 133 | 60 | 5 | 123 | 34 |
| Binary | 10000101 | 10111 | 1100 | 0 | 1010011 | 1011011 | 110000 | 101 | 1010011 | 11100 |
Color Harmonies of #85170C
Complementary color
Monochromatic Colors of #85170C
Black with #85170C
Text Example
Text Example
White with #85170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85170C; }
p { color: rgb(133,23,12); }
H1.HeaderClassName
{
color: #85170C;
}
.AnyTagClassName
{
color: #85170C;
}
</style>
background-color css
<style>
a { background-color: #85170C; }
a { background-color: rgb(133,23,12); }
div.DivClassName
{
background-color: #85170C;
}
.BgClassName
{
background-color: #85170C;
}
</style>
border-color css
<style>
span { border-color: #85170C; }
span { border-color: rgb(133,23,12); }
td.TdClassName
{
border-color: #85170C;
}
.TagClassName
{
border-color: #85170C;
}
</style>