Shades of Falu Red #8B220B
Tints of Falu Red #8B220B
RGB
CMYK
RGB Variations
Color information
#8B220B (or 0x8B220B) is known color: Falu Red. HEX triplet: 8B, 22 and 0B. RGB value is (139,34,11). Sum of RGB (Red+Green+Blue) = 139+34+11=184 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.54% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 139 - color contains mainly: red. Hex color #8B220B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B220B is #74DDF4. Grayscale: #3E3E3E. Windows color (decimal): -7658997 or 729739. OLE color: 729739.
HSL color Cylindrical-coordinate representation of color #8B220B: hue angle of 10.78º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B220B is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 34 | 11 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.45 |
| HSL | 10.78º | 0.85% | 0.29% | - |
| HSV(B) | 10.78º | 0.92% | 0.55% | - |
| XYZ | 11.28 | 6.66 | 1.01 | - |
| YUV | 62.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 34 | 11 | 0 | 0.76 | 0.92 | 0.45 | 10.78 | 0.85 | 0.29 |
| Hex | 8B | 22 | B | 0 | 4C | 5C | 2D | B | 55 | 1D |
| Octal | 213 | 42 | 13 | 0 | 114 | 134 | 55 | 13 | 125 | 35 |
| Binary | 10001011 | 100010 | 1011 | 0 | 1001100 | 1011100 | 101101 | 1011 | 1010101 | 11101 |
Color Harmonies of #8B220B
Complementary color
Monochromatic Colors of #8B220B
Black with #8B220B
Text Example
Text Example
White with #8B220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B220B; }
p { color: rgb(139,34,11); }
H1.HeaderClassName
{
color: #8B220B;
}
.AnyTagClassName
{
color: #8B220B;
}
</style>
background-color css
<style>
a { background-color: #8B220B; }
a { background-color: rgb(139,34,11); }
div.DivClassName
{
background-color: #8B220B;
}
.BgClassName
{
background-color: #8B220B;
}
</style>
border-color css
<style>
span { border-color: #8B220B; }
span { border-color: rgb(139,34,11); }
td.TdClassName
{
border-color: #8B220B;
}
.TagClassName
{
border-color: #8B220B;
}
</style>