Shades of Falu Red #71220A
Tints of Falu Red #71220A
RGB
CMYK
RGB Variations
Color information
#71220A (or 0x71220A) is known color: Falu Red. HEX triplet: 71, 22 and 0A. RGB value is (113,34,10). Sum of RGB (Red+Green+Blue) = 113+34+10=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #71220A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71220A is #8EDDF5. Grayscale: #373737. Windows color (decimal): -9362934 or 664177. OLE color: 664177.
HSL color Cylindrical-coordinate representation of color #71220A: hue angle of 13.98º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71220A is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 34 | 10 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.56 |
| HSL | 13.98º | 0.84% | 0.24% | - |
| HSV(B) | 13.98º | 0.91% | 0.44% | - |
| XYZ | 7.44 | 4.68 | 0.8 | - |
| YUV | 54.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 10 | 0 | 0.70 | 0.91 | 0.56 | 13.98 | 0.84 | 0.24 |
| Hex | 71 | 22 | A | 0 | 46 | 5B | 38 | E | 54 | 18 |
| Octal | 161 | 42 | 12 | 0 | 106 | 133 | 70 | 16 | 124 | 30 |
| Binary | 1110001 | 100010 | 1010 | 0 | 1000110 | 1011011 | 111000 | 1110 | 1010100 | 11000 |
Color Harmonies of #71220A
Complementary color
Monochromatic Colors of #71220A
Black with #71220A
Text Example
Text Example
White with #71220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71220A; }
p { color: rgb(113,34,10); }
H1.HeaderClassName
{
color: #71220A;
}
.AnyTagClassName
{
color: #71220A;
}
</style>
background-color css
<style>
a { background-color: #71220A; }
a { background-color: rgb(113,34,10); }
div.DivClassName
{
background-color: #71220A;
}
.BgClassName
{
background-color: #71220A;
}
</style>
border-color css
<style>
span { border-color: #71220A; }
span { border-color: rgb(113,34,10); }
td.TdClassName
{
border-color: #71220A;
}
.TagClassName
{
border-color: #71220A;
}
</style>