Shades of Falu Red #722211
Tints of Falu Red #722211
RGB
CMYK
RGB Variations
Color information
#722211 (or 0x722211) is known color: Falu Red. HEX triplet: 72, 22 and 11. RGB value is (114,34,17). Sum of RGB (Red+Green+Blue) = 114+34+17=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #722211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722211 is #8DDDEE. Grayscale: #383838. Windows color (decimal): -9297391 or 1122930. OLE color: 1122930.
HSL color Cylindrical-coordinate representation of color #722211: hue angle of 10.52º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #722211 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 34 | 17 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.55 |
| HSL | 10.52º | 0.74% | 0.26% | - |
| HSV(B) | 10.52º | 0.85% | 0.45% | - |
| XYZ | 7.61 | 4.76 | 1.05 | - |
| YUV | 55.98 | 106 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 34 | 17 | 0 | 0.70 | 0.85 | 0.55 | 10.52 | 0.74 | 0.26 |
| Hex | 72 | 22 | 11 | 0 | 46 | 55 | 37 | B | 4A | 1A |
| Octal | 162 | 42 | 21 | 0 | 106 | 125 | 67 | 13 | 112 | 32 |
| Binary | 1110010 | 100010 | 10001 | 0 | 1000110 | 1010101 | 110111 | 1011 | 1001010 | 11010 |
Color Harmonies of #722211
Complementary color
Monochromatic Colors of #722211
Black with #722211
Text Example
Text Example
White with #722211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722211; }
p { color: rgb(114,34,17); }
H1.HeaderClassName
{
color: #722211;
}
.AnyTagClassName
{
color: #722211;
}
</style>
background-color css
<style>
a { background-color: #722211; }
a { background-color: rgb(114,34,17); }
div.DivClassName
{
background-color: #722211;
}
.BgClassName
{
background-color: #722211;
}
</style>
border-color css
<style>
span { border-color: #722211; }
span { border-color: rgb(114,34,17); }
td.TdClassName
{
border-color: #722211;
}
.TagClassName
{
border-color: #722211;
}
</style>