Shades of Falu Red #85220C
Tints of Falu Red #85220C
RGB
CMYK
RGB Variations
Color information
#85220C (or 0x85220C) is known color: Falu Red. HEX triplet: 85, 22 and 0C. RGB value is (133,34,12). Sum of RGB (Red+Green+Blue) = 133+34+12=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #85220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85220C is #7ADDF3. Grayscale: #3D3D3D. Windows color (decimal): -8052212 or 795269. OLE color: 795269.
HSL color Cylindrical-coordinate representation of color #85220C: hue angle of 10.91º 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 #85220C is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 12 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.48 |
| HSL | 10.91º | 0.83% | 0.28% | - |
| HSV(B) | 10.91º | 0.91% | 0.52% | - |
| XYZ | 10.31 | 6.16 | 0.99 | - |
| YUV | 61.09 | 100.3 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 12 | 0 | 0.74 | 0.91 | 0.48 | 10.91 | 0.83 | 0.28 |
| Hex | 85 | 22 | C | 0 | 4A | 5B | 30 | B | 53 | 1C |
| Octal | 205 | 42 | 14 | 0 | 112 | 133 | 60 | 13 | 123 | 34 |
| Binary | 10000101 | 100010 | 1100 | 0 | 1001010 | 1011011 | 110000 | 1011 | 1010011 | 11100 |
Color Harmonies of #85220C
Complementary color
Monochromatic Colors of #85220C
Black with #85220C
Text Example
Text Example
White with #85220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85220C; }
p { color: rgb(133,34,12); }
H1.HeaderClassName
{
color: #85220C;
}
.AnyTagClassName
{
color: #85220C;
}
</style>
background-color css
<style>
a { background-color: #85220C; }
a { background-color: rgb(133,34,12); }
div.DivClassName
{
background-color: #85220C;
}
.BgClassName
{
background-color: #85220C;
}
</style>
border-color css
<style>
span { border-color: #85220C; }
span { border-color: rgb(133,34,12); }
td.TdClassName
{
border-color: #85220C;
}
.TagClassName
{
border-color: #85220C;
}
</style>