Shades of Falu Red #85211C
Tints of Falu Red #85211C
RGB
CMYK
RGB Variations
Color information
#85211C (or 0x85211C) is known color: Falu Red. HEX triplet: 85, 21 and 1C. RGB value is (133,33,28). Sum of RGB (Red+Green+Blue) = 133+33+28=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #85211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85211C is #7ADEE3. Grayscale: #3E3E3E. Windows color (decimal): -8052452 or 1843589. OLE color: 1843589.
HSL color Cylindrical-coordinate representation of color #85211C: hue angle of 2.86º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85211C is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 28 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.48 |
| HSL | 2.86º | 0.65% | 0.32% | - |
| HSV(B) | 2.86º | 0.79% | 0.52% | - |
| XYZ | 10.43 | 6.16 | 1.74 | - |
| YUV | 62.33 | 108.63 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 28 | 0 | 0.75 | 0.79 | 0.48 | 2.86 | 0.65 | 0.32 |
| Hex | 85 | 21 | 1C | 0 | 4B | 4F | 30 | 3 | 41 | 20 |
| Octal | 205 | 41 | 34 | 0 | 113 | 117 | 60 | 3 | 101 | 40 |
| Binary | 10000101 | 100001 | 11100 | 0 | 1001011 | 1001111 | 110000 | 11 | 1000001 | 100000 |
Color Harmonies of #85211C
Complementary color
Monochromatic Colors of #85211C
Black with #85211C
Text Example
Text Example
White with #85211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85211C; }
p { color: rgb(133,33,28); }
H1.HeaderClassName
{
color: #85211C;
}
.AnyTagClassName
{
color: #85211C;
}
</style>
background-color css
<style>
a { background-color: #85211C; }
a { background-color: rgb(133,33,28); }
div.DivClassName
{
background-color: #85211C;
}
.BgClassName
{
background-color: #85211C;
}
</style>
border-color css
<style>
span { border-color: #85211C; }
span { border-color: rgb(133,33,28); }
td.TdClassName
{
border-color: #85211C;
}
.TagClassName
{
border-color: #85211C;
}
</style>