Shades of Falu Red #852200
Tints of Falu Red #852200
RGB
CMYK
RGB Variations
Color information
#852200 (or 0x852200) is known color: Falu Red. HEX triplet: 85, 22 and 00. RGB value is (133,34,0). Sum of RGB (Red+Green+Blue) = 133+34+0=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #852200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852200 is #7ADDFF. Grayscale: #3B3B3B. Windows color (decimal): -8052224 or 8837. OLE color: 8837.
HSL color Cylindrical-coordinate representation of color #852200: hue angle of 15.34º 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 #852200 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.48 |
| HSL | 15.34º | 1% | 0.26% | - |
| HSV(B) | 15.34º | 1% | 0.52% | - |
| XYZ | 10.24 | 6.13 | 0.64 | - |
| YUV | 59.73 | 94.3 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 0 | 0 | 0.74 | 1 | 0.48 | 15.34 | 1 | 0.26 |
| Hex | 85 | 22 | 0 | 0 | 4A | 64 | 30 | F | 64 | 1A |
| Octal | 205 | 42 | 0 | 0 | 112 | 144 | 60 | 17 | 144 | 32 |
| Binary | 10000101 | 100010 | 0 | 0 | 1001010 | 1100100 | 110000 | 1111 | 1100100 | 11010 |
Color Harmonies of #852200
Complementary color
Monochromatic Colors of #852200
Black with #852200
Text Example
Text Example
White with #852200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852200; }
p { color: rgb(133,34,0); }
H1.HeaderClassName
{
color: #852200;
}
.AnyTagClassName
{
color: #852200;
}
</style>
background-color css
<style>
a { background-color: #852200; }
a { background-color: rgb(133,34,0); }
div.DivClassName
{
background-color: #852200;
}
.BgClassName
{
background-color: #852200;
}
</style>
border-color css
<style>
span { border-color: #852200; }
span { border-color: rgb(133,34,0); }
td.TdClassName
{
border-color: #852200;
}
.TagClassName
{
border-color: #852200;
}
</style>