Shades of Falu Red #85200B
Tints of Falu Red #85200B
RGB
CMYK
RGB Variations
Color information
#85200B (or 0x85200B) is known color: Falu Red. HEX triplet: 85, 20 and 0B. RGB value is (133,32,11). Sum of RGB (Red+Green+Blue) = 133+32+11=176 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.57% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 133 - color contains mainly: red. Hex color #85200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85200B is #7ADFF4. Grayscale: #3B3B3B. Windows color (decimal): -8052725 or 729221. OLE color: 729221.
HSL color Cylindrical-coordinate representation of color #85200B: hue angle of 10.33º 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 #85200B is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 11 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.48 |
| HSL | 10.33º | 0.85% | 0.28% | - |
| HSV(B) | 10.33º | 0.92% | 0.52% | - |
| XYZ | 10.25 | 6.04 | 0.94 | - |
| YUV | 59.81 | 100.46 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 11 | 0 | 0.76 | 0.92 | 0.48 | 10.33 | 0.85 | 0.28 |
| Hex | 85 | 20 | B | 0 | 4C | 5C | 30 | A | 55 | 1C |
| Octal | 205 | 40 | 13 | 0 | 114 | 134 | 60 | 12 | 125 | 34 |
| Binary | 10000101 | 100000 | 1011 | 0 | 1001100 | 1011100 | 110000 | 1010 | 1010101 | 11100 |
Color Harmonies of #85200B
Complementary color
Monochromatic Colors of #85200B
Black with #85200B
Text Example
Text Example
White with #85200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85200B; }
p { color: rgb(133,32,11); }
H1.HeaderClassName
{
color: #85200B;
}
.AnyTagClassName
{
color: #85200B;
}
</style>
background-color css
<style>
a { background-color: #85200B; }
a { background-color: rgb(133,32,11); }
div.DivClassName
{
background-color: #85200B;
}
.BgClassName
{
background-color: #85200B;
}
</style>
border-color css
<style>
span { border-color: #85200B; }
span { border-color: rgb(133,32,11); }
td.TdClassName
{
border-color: #85200B;
}
.TagClassName
{
border-color: #85200B;
}
</style>