Shades of Falu Red #86220B
Tints of Falu Red #86220B
RGB
CMYK
RGB Variations
Color information
#86220B (or 0x86220B) is known color: Falu Red. HEX triplet: 86, 22 and 0B. RGB value is (134,34,11). Sum of RGB (Red+Green+Blue) = 134+34+11=179 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.86% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 134 - color contains mainly: red. Hex color #86220B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86220B is #79DDF4. Grayscale: #3D3D3D. Windows color (decimal): -7986677 or 729734. OLE color: 729734.
HSL color Cylindrical-coordinate representation of color #86220B: hue angle of 11.22º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86220B is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 34 | 11 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.47 |
| HSL | 11.22º | 0.85% | 0.28% | - |
| HSV(B) | 11.22º | 0.92% | 0.53% | - |
| XYZ | 10.46 | 6.24 | 0.97 | - |
| YUV | 61.28 | 99.63 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 11 | 0 | 0.75 | 0.92 | 0.47 | 11.22 | 0.85 | 0.28 |
| Hex | 86 | 22 | B | 0 | 4B | 5C | 2F | B | 55 | 1C |
| Octal | 206 | 42 | 13 | 0 | 113 | 134 | 57 | 13 | 125 | 34 |
| Binary | 10000110 | 100010 | 1011 | 0 | 1001011 | 1011100 | 101111 | 1011 | 1010101 | 11100 |
Color Harmonies of #86220B
Complementary color
Monochromatic Colors of #86220B
Black with #86220B
Text Example
Text Example
White with #86220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86220B; }
p { color: rgb(134,34,11); }
H1.HeaderClassName
{
color: #86220B;
}
.AnyTagClassName
{
color: #86220B;
}
</style>
background-color css
<style>
a { background-color: #86220B; }
a { background-color: rgb(134,34,11); }
div.DivClassName
{
background-color: #86220B;
}
.BgClassName
{
background-color: #86220B;
}
</style>
border-color css
<style>
span { border-color: #86220B; }
span { border-color: rgb(134,34,11); }
td.TdClassName
{
border-color: #86220B;
}
.TagClassName
{
border-color: #86220B;
}
</style>