Shades of Falu Red #7C2211
Tints of Falu Red #7C2211
RGB
CMYK
RGB Variations
Color information
#7C2211 (or 0x7C2211) is known color: Falu Red. HEX triplet: 7C, 22 and 11. RGB value is (124,34,17). Sum of RGB (Red+Green+Blue) = 124+34+17=175 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.86% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2211 is #83DDEE. Grayscale: #3B3B3B. Windows color (decimal): -8642031 or 1122940. OLE color: 1122940.
HSL color Cylindrical-coordinate representation of color #7C2211: hue angle of 9.53º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C2211 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 34 | 17 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.51 |
| HSL | 9.53º | 0.76% | 0.28% | - |
| HSV(B) | 9.53º | 0.86% | 0.49% | - |
| XYZ | 8.99 | 5.47 | 1.11 | - |
| YUV | 58.97 | 104.32 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 34 | 17 | 0 | 0.73 | 0.86 | 0.51 | 9.53 | 0.76 | 0.28 |
| Hex | 7C | 22 | 11 | 0 | 49 | 56 | 33 | A | 4C | 1C |
| Octal | 174 | 42 | 21 | 0 | 111 | 126 | 63 | 12 | 114 | 34 |
| Binary | 1111100 | 100010 | 10001 | 0 | 1001001 | 1010110 | 110011 | 1010 | 1001100 | 11100 |
Color Harmonies of #7C2211
Complementary color
Monochromatic Colors of #7C2211
Black with #7C2211
Text Example
Text Example
White with #7C2211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2211; }
p { color: rgb(124,34,17); }
H1.HeaderClassName
{
color: #7C2211;
}
.AnyTagClassName
{
color: #7C2211;
}
</style>
background-color css
<style>
a { background-color: #7C2211; }
a { background-color: rgb(124,34,17); }
div.DivClassName
{
background-color: #7C2211;
}
.BgClassName
{
background-color: #7C2211;
}
</style>
border-color css
<style>
span { border-color: #7C2211; }
span { border-color: rgb(124,34,17); }
td.TdClassName
{
border-color: #7C2211;
}
.TagClassName
{
border-color: #7C2211;
}
</style>