Shades of Falu Red #852202
Tints of Falu Red #852202
RGB
CMYK
RGB Variations
Color information
#852202 (or 0x852202) is known color: Falu Red. HEX triplet: 85, 22 and 02. RGB value is (133,34,2). Sum of RGB (Red+Green+Blue) = 133+34+2=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #852202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852202 is #7ADDFD. Grayscale: #3C3C3C. Windows color (decimal): -8052222 or 139909. OLE color: 139909.
HSL color Cylindrical-coordinate representation of color #852202: hue angle of 14.66º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #852202 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 2 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.48 |
| HSL | 14.66º | 0.97% | 0.26% | - |
| HSV(B) | 14.66º | 0.98% | 0.52% | - |
| XYZ | 10.26 | 6.13 | 0.7 | - |
| YUV | 59.95 | 95.3 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 2 | 0 | 0.74 | 0.98 | 0.48 | 14.66 | 0.97 | 0.26 |
| Hex | 85 | 22 | 2 | 0 | 4A | 62 | 30 | F | 61 | 1A |
| Octal | 205 | 42 | 2 | 0 | 112 | 142 | 60 | 17 | 141 | 32 |
| Binary | 10000101 | 100010 | 10 | 0 | 1001010 | 1100010 | 110000 | 1111 | 1100001 | 11010 |
Color Harmonies of #852202
Complementary color
Monochromatic Colors of #852202
Black with #852202
Text Example
Text Example
White with #852202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852202; }
p { color: rgb(133,34,2); }
H1.HeaderClassName
{
color: #852202;
}
.AnyTagClassName
{
color: #852202;
}
</style>
background-color css
<style>
a { background-color: #852202; }
a { background-color: rgb(133,34,2); }
div.DivClassName
{
background-color: #852202;
}
.BgClassName
{
background-color: #852202;
}
</style>
border-color css
<style>
span { border-color: #852202; }
span { border-color: rgb(133,34,2); }
td.TdClassName
{
border-color: #852202;
}
.TagClassName
{
border-color: #852202;
}
</style>