Shades of Falu Red #85211B
Tints of Falu Red #85211B
RGB
CMYK
RGB Variations
Color information
#85211B (or 0x85211B) is known color: Falu Red. HEX triplet: 85, 21 and 1B. RGB value is (133,33,27). Sum of RGB (Red+Green+Blue) = 133+33+27=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #85211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85211B is #7ADEE4. Grayscale: #3E3E3E. Windows color (decimal): -8052453 or 1778053. OLE color: 1778053.
HSL color Cylindrical-coordinate representation of color #85211B: hue angle of 3.4º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85211B is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 27 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.48 |
| HSL | 3.4º | 0.66% | 0.31% | - |
| HSV(B) | 3.4º | 0.8% | 0.52% | - |
| XYZ | 10.41 | 6.15 | 1.68 | - |
| YUV | 62.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 27 | 0 | 0.75 | 0.80 | 0.48 | 3.4 | 0.66 | 0.31 |
| Hex | 85 | 21 | 1B | 0 | 4B | 50 | 30 | 3 | 42 | 1F |
| Octal | 205 | 41 | 33 | 0 | 113 | 120 | 60 | 3 | 102 | 37 |
| Binary | 10000101 | 100001 | 11011 | 0 | 1001011 | 1010000 | 110000 | 11 | 1000010 | 11111 |
Color Harmonies of #85211B
Complementary color
Monochromatic Colors of #85211B
Black with #85211B
Text Example
Text Example
White with #85211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85211B; }
p { color: rgb(133,33,27); }
H1.HeaderClassName
{
color: #85211B;
}
.AnyTagClassName
{
color: #85211B;
}
</style>
background-color css
<style>
a { background-color: #85211B; }
a { background-color: rgb(133,33,27); }
div.DivClassName
{
background-color: #85211B;
}
.BgClassName
{
background-color: #85211B;
}
</style>
border-color css
<style>
span { border-color: #85211B; }
span { border-color: rgb(133,33,27); }
td.TdClassName
{
border-color: #85211B;
}
.TagClassName
{
border-color: #85211B;
}
</style>