Shades of Falu Red #85100D
Tints of Falu Red #85100D
RGB
CMYK
RGB Variations
Color information
#85100D (or 0x85100D) is known color: Falu Red. HEX triplet: 85, 10 and 0D. RGB value is (133,16,13). Sum of RGB (Red+Green+Blue) = 133+16+13=162 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.10% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 133 - color contains mainly: red. Hex color #85100D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85100D is #7AEFF2. Grayscale: #323232. Windows color (decimal): -8056819 or 856197. OLE color: 856197.
HSL color Cylindrical-coordinate representation of color #85100D: hue angle of 1.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 #85100D is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 13 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.48 |
| HSL | 1.5º | 0.82% | 0.29% | - |
| HSV(B) | 1.5º | 0.9% | 0.52% | - |
| XYZ | 9.93 | 5.39 | 0.9 | - |
| YUV | 50.64 | 106.76 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 13 | 0 | 0.88 | 0.90 | 0.48 | 1.5 | 0.82 | 0.29 |
| Hex | 85 | 10 | D | 0 | 58 | 5A | 30 | 2 | 52 | 1D |
| Octal | 205 | 20 | 15 | 0 | 130 | 132 | 60 | 2 | 122 | 35 |
| Binary | 10000101 | 10000 | 1101 | 0 | 1011000 | 1011010 | 110000 | 10 | 1010010 | 11101 |
Color Harmonies of #85100D
Complementary color
Monochromatic Colors of #85100D
Black with #85100D
Text Example
Text Example
White with #85100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85100D; }
p { color: rgb(133,16,13); }
H1.HeaderClassName
{
color: #85100D;
}
.AnyTagClassName
{
color: #85100D;
}
</style>
background-color css
<style>
a { background-color: #85100D; }
a { background-color: rgb(133,16,13); }
div.DivClassName
{
background-color: #85100D;
}
.BgClassName
{
background-color: #85100D;
}
</style>
border-color css
<style>
span { border-color: #85100D; }
span { border-color: rgb(133,16,13); }
td.TdClassName
{
border-color: #85100D;
}
.TagClassName
{
border-color: #85100D;
}
</style>