Shades of Falu Red #71220C
Tints of Falu Red #71220C
RGB
CMYK
RGB Variations
Color information
#71220C (or 0x71220C) is known color: Falu Red. HEX triplet: 71, 22 and 0C. RGB value is (113,34,12). Sum of RGB (Red+Green+Blue) = 113+34+12=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #71220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71220C is #8EDDF3. Grayscale: #373737. Windows color (decimal): -9362932 or 795249. OLE color: 795249.
HSL color Cylindrical-coordinate representation of color #71220C: hue angle of 13.07º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71220C is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 34 | 12 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.56 |
| HSL | 13.07º | 0.81% | 0.25% | - |
| HSV(B) | 13.07º | 0.89% | 0.44% | - |
| XYZ | 7.45 | 4.68 | 0.86 | - |
| YUV | 55.11 | 103.67 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 12 | 0 | 0.70 | 0.89 | 0.56 | 13.07 | 0.81 | 0.25 |
| Hex | 71 | 22 | C | 0 | 46 | 59 | 38 | D | 51 | 19 |
| Octal | 161 | 42 | 14 | 0 | 106 | 131 | 70 | 15 | 121 | 31 |
| Binary | 1110001 | 100010 | 1100 | 0 | 1000110 | 1011001 | 111000 | 1101 | 1010001 | 11001 |
Color Harmonies of #71220C
Complementary color
Monochromatic Colors of #71220C
Black with #71220C
Text Example
Text Example
White with #71220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71220C; }
p { color: rgb(113,34,12); }
H1.HeaderClassName
{
color: #71220C;
}
.AnyTagClassName
{
color: #71220C;
}
</style>
background-color css
<style>
a { background-color: #71220C; }
a { background-color: rgb(113,34,12); }
div.DivClassName
{
background-color: #71220C;
}
.BgClassName
{
background-color: #71220C;
}
</style>
border-color css
<style>
span { border-color: #71220C; }
span { border-color: rgb(113,34,12); }
td.TdClassName
{
border-color: #71220C;
}
.TagClassName
{
border-color: #71220C;
}
</style>