Shades of Falu Red #71220B
Tints of Falu Red #71220B
RGB
CMYK
RGB Variations
Color information
#71220B (or 0x71220B) is known color: Falu Red. HEX triplet: 71, 22 and 0B. RGB value is (113,34,11). Sum of RGB (Red+Green+Blue) = 113+34+11=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #71220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71220B is #8EDDF4. Grayscale: #373737. Windows color (decimal): -9362933 or 729713. OLE color: 729713.
HSL color Cylindrical-coordinate representation of color #71220B: hue angle of 13.53º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71220B is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 34 | 11 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.56 |
| HSL | 13.53º | 0.82% | 0.24% | - |
| HSV(B) | 13.53º | 0.9% | 0.44% | - |
| XYZ | 7.44 | 4.68 | 0.83 | - |
| YUV | 55 | 103.17 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 11 | 0 | 0.70 | 0.90 | 0.56 | 13.53 | 0.82 | 0.24 |
| Hex | 71 | 22 | B | 0 | 46 | 5A | 38 | E | 52 | 18 |
| Octal | 161 | 42 | 13 | 0 | 106 | 132 | 70 | 16 | 122 | 30 |
| Binary | 1110001 | 100010 | 1011 | 0 | 1000110 | 1011010 | 111000 | 1110 | 1010010 | 11000 |
Color Harmonies of #71220B
Complementary color
Monochromatic Colors of #71220B
Black with #71220B
Text Example
Text Example
White with #71220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71220B; }
p { color: rgb(113,34,11); }
H1.HeaderClassName
{
color: #71220B;
}
.AnyTagClassName
{
color: #71220B;
}
</style>
background-color css
<style>
a { background-color: #71220B; }
a { background-color: rgb(113,34,11); }
div.DivClassName
{
background-color: #71220B;
}
.BgClassName
{
background-color: #71220B;
}
</style>
border-color css
<style>
span { border-color: #71220B; }
span { border-color: rgb(113,34,11); }
td.TdClassName
{
border-color: #71220B;
}
.TagClassName
{
border-color: #71220B;
}
</style>