Shades of Falu Red #85220A
Tints of Falu Red #85220A
RGB
CMYK
RGB Variations
Color information
#85220A (or 0x85220A) is known color: Falu Red. HEX triplet: 85, 22 and 0A. RGB value is (133,34,10). Sum of RGB (Red+Green+Blue) = 133+34+10=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #85220A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85220A is #7ADDF5. Grayscale: #3D3D3D. Windows color (decimal): -8052214 or 664197. OLE color: 664197.
HSL color Cylindrical-coordinate representation of color #85220A: hue angle of 11.71º degrees, saturation: 0.86, 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 #85220A is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 10 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.48 |
| HSL | 11.71º | 0.86% | 0.28% | - |
| HSV(B) | 11.71º | 0.92% | 0.52% | - |
| XYZ | 10.3 | 6.15 | 0.93 | - |
| YUV | 60.87 | 99.3 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 10 | 0 | 0.74 | 0.92 | 0.48 | 11.71 | 0.86 | 0.28 |
| Hex | 85 | 22 | A | 0 | 4A | 5C | 30 | C | 56 | 1C |
| Octal | 205 | 42 | 12 | 0 | 112 | 134 | 60 | 14 | 126 | 34 |
| Binary | 10000101 | 100010 | 1010 | 0 | 1001010 | 1011100 | 110000 | 1100 | 1010110 | 11100 |
Color Harmonies of #85220A
Complementary color
Monochromatic Colors of #85220A
Black with #85220A
Text Example
Text Example
White with #85220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85220A; }
p { color: rgb(133,34,10); }
H1.HeaderClassName
{
color: #85220A;
}
.AnyTagClassName
{
color: #85220A;
}
</style>
background-color css
<style>
a { background-color: #85220A; }
a { background-color: rgb(133,34,10); }
div.DivClassName
{
background-color: #85220A;
}
.BgClassName
{
background-color: #85220A;
}
</style>
border-color css
<style>
span { border-color: #85220A; }
span { border-color: rgb(133,34,10); }
td.TdClassName
{
border-color: #85220A;
}
.TagClassName
{
border-color: #85220A;
}
</style>