Shades of Falu Red #85200C
Tints of Falu Red #85200C
RGB
CMYK
RGB Variations
Color information
#85200C (or 0x85200C) is known color: Falu Red. HEX triplet: 85, 20 and 0C. RGB value is (133,32,12). Sum of RGB (Red+Green+Blue) = 133+32+12=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #85200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85200C is #7ADFF3. Grayscale: #3C3C3C. Windows color (decimal): -8052724 or 794757. OLE color: 794757.
HSL color Cylindrical-coordinate representation of color #85200C: hue angle of 9.92º 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 #85200C is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 12 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.48 |
| HSL | 9.92º | 0.83% | 0.28% | - |
| HSV(B) | 9.92º | 0.91% | 0.52% | - |
| XYZ | 10.26 | 6.05 | 0.97 | - |
| YUV | 59.92 | 100.96 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 12 | 0 | 0.76 | 0.91 | 0.48 | 9.92 | 0.83 | 0.28 |
| Hex | 85 | 20 | C | 0 | 4C | 5B | 30 | A | 53 | 1C |
| Octal | 205 | 40 | 14 | 0 | 114 | 133 | 60 | 12 | 123 | 34 |
| Binary | 10000101 | 100000 | 1100 | 0 | 1001100 | 1011011 | 110000 | 1010 | 1010011 | 11100 |
Color Harmonies of #85200C
Complementary color
Monochromatic Colors of #85200C
Black with #85200C
Text Example
Text Example
White with #85200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85200C; }
p { color: rgb(133,32,12); }
H1.HeaderClassName
{
color: #85200C;
}
.AnyTagClassName
{
color: #85200C;
}
</style>
background-color css
<style>
a { background-color: #85200C; }
a { background-color: rgb(133,32,12); }
div.DivClassName
{
background-color: #85200C;
}
.BgClassName
{
background-color: #85200C;
}
</style>
border-color css
<style>
span { border-color: #85200C; }
span { border-color: rgb(133,32,12); }
td.TdClassName
{
border-color: #85200C;
}
.TagClassName
{
border-color: #85200C;
}
</style>