Shades of Falu Red #852600
Tints of Falu Red #852600
RGB
CMYK
RGB Variations
Color information
#852600 (or 0x852600) is known color: Falu Red. HEX triplet: 85, 26 and 00. RGB value is (133,38,0). Sum of RGB (Red+Green+Blue) = 133+38+0=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #852600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852600 is #7AD9FF. Grayscale: #3E3E3E. Windows color (decimal): -8051200 or 9861. OLE color: 9861.
HSL color Cylindrical-coordinate representation of color #852600: hue angle of 17.14º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #852600 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 38 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.48 |
| HSL | 17.14º | 1% | 0.26% | - |
| HSV(B) | 17.14º | 1% | 0.52% | - |
| XYZ | 10.37 | 6.37 | 0.68 | - |
| YUV | 62.07 | 92.97 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 0 | 0 | 0.71 | 1 | 0.48 | 17.14 | 1 | 0.26 |
| Hex | 85 | 26 | 0 | 0 | 47 | 64 | 30 | 11 | 64 | 1A |
| Octal | 205 | 46 | 0 | 0 | 107 | 144 | 60 | 21 | 144 | 32 |
| Binary | 10000101 | 100110 | 0 | 0 | 1000111 | 1100100 | 110000 | 10001 | 1100100 | 11010 |
Color Harmonies of #852600
Complementary color
Monochromatic Colors of #852600
Black with #852600
Text Example
Text Example
White with #852600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852600; }
p { color: rgb(133,38,0); }
H1.HeaderClassName
{
color: #852600;
}
.AnyTagClassName
{
color: #852600;
}
</style>
background-color css
<style>
a { background-color: #852600; }
a { background-color: rgb(133,38,0); }
div.DivClassName
{
background-color: #852600;
}
.BgClassName
{
background-color: #852600;
}
</style>
border-color css
<style>
span { border-color: #852600; }
span { border-color: rgb(133,38,0); }
td.TdClassName
{
border-color: #852600;
}
.TagClassName
{
border-color: #852600;
}
</style>