Shades of Falu Red #85220D
Tints of Falu Red #85220D
RGB
CMYK
RGB Variations
Color information
#85220D (or 0x85220D) is known color: Falu Red. HEX triplet: 85, 22 and 0D. RGB value is (133,34,13). Sum of RGB (Red+Green+Blue) = 133+34+13=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #85220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85220D is #7ADDF2. Grayscale: #3D3D3D. Windows color (decimal): -8052211 or 860805. OLE color: 860805.
HSL color Cylindrical-coordinate representation of color #85220D: hue angle of 10.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85220D is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 13 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.48 |
| HSL | 10.5º | 0.82% | 0.29% | - |
| HSV(B) | 10.5º | 0.9% | 0.52% | - |
| XYZ | 10.32 | 6.16 | 1.03 | - |
| YUV | 61.21 | 100.8 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 13 | 0 | 0.74 | 0.90 | 0.48 | 10.5 | 0.82 | 0.29 |
| Hex | 85 | 22 | D | 0 | 4A | 5A | 30 | A | 52 | 1D |
| Octal | 205 | 42 | 15 | 0 | 112 | 132 | 60 | 12 | 122 | 35 |
| Binary | 10000101 | 100010 | 1101 | 0 | 1001010 | 1011010 | 110000 | 1010 | 1010010 | 11101 |
Color Harmonies of #85220D
Complementary color
Monochromatic Colors of #85220D
Black with #85220D
Text Example
Text Example
White with #85220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85220D; }
p { color: rgb(133,34,13); }
H1.HeaderClassName
{
color: #85220D;
}
.AnyTagClassName
{
color: #85220D;
}
</style>
background-color css
<style>
a { background-color: #85220D; }
a { background-color: rgb(133,34,13); }
div.DivClassName
{
background-color: #85220D;
}
.BgClassName
{
background-color: #85220D;
}
</style>
border-color css
<style>
span { border-color: #85220D; }
span { border-color: rgb(133,34,13); }
td.TdClassName
{
border-color: #85220D;
}
.TagClassName
{
border-color: #85220D;
}
</style>