Shades of Falu Red #85100B
Tints of Falu Red #85100B
RGB
CMYK
RGB Variations
Color information
#85100B (or 0x85100B) is known color: Falu Red. HEX triplet: 85, 10 and 0B. RGB value is (133,16,11). Sum of RGB (Red+Green+Blue) = 133+16+11=160 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.12% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 133 - color contains mainly: red. Hex color #85100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85100B is #7AEFF4. Grayscale: #323232. Windows color (decimal): -8056821 or 725125. OLE color: 725125.
HSL color Cylindrical-coordinate representation of color #85100B: hue angle of 2.46º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85100B is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 11 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.48 |
| HSL | 2.46º | 0.85% | 0.28% | - |
| HSV(B) | 2.46º | 0.92% | 0.52% | - |
| XYZ | 9.92 | 5.38 | 0.83 | - |
| YUV | 50.41 | 105.76 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 11 | 0 | 0.88 | 0.92 | 0.48 | 2.46 | 0.85 | 0.28 |
| Hex | 85 | 10 | B | 0 | 58 | 5C | 30 | 2 | 55 | 1C |
| Octal | 205 | 20 | 13 | 0 | 130 | 134 | 60 | 2 | 125 | 34 |
| Binary | 10000101 | 10000 | 1011 | 0 | 1011000 | 1011100 | 110000 | 10 | 1010101 | 11100 |
Color Harmonies of #85100B
Complementary color
Monochromatic Colors of #85100B
Black with #85100B
Text Example
Text Example
White with #85100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85100B; }
p { color: rgb(133,16,11); }
H1.HeaderClassName
{
color: #85100B;
}
.AnyTagClassName
{
color: #85100B;
}
</style>
background-color css
<style>
a { background-color: #85100B; }
a { background-color: rgb(133,16,11); }
div.DivClassName
{
background-color: #85100B;
}
.BgClassName
{
background-color: #85100B;
}
</style>
border-color css
<style>
span { border-color: #85100B; }
span { border-color: rgb(133,16,11); }
td.TdClassName
{
border-color: #85100B;
}
.TagClassName
{
border-color: #85100B;
}
</style>