Shades of Falu Red #7E2211
Tints of Falu Red #7E2211
RGB
CMYK
RGB Variations
Color information
#7E2211 (or 0x7E2211) is known color: Falu Red. HEX triplet: 7E, 22 and 11. RGB value is (126,34,17). Sum of RGB (Red+Green+Blue) = 126+34+17=177 (23% of max value = 765). Red value is 126 (49.61% from 255 or 71.19% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2211 is #81DDEE. Grayscale: #3B3B3B. Windows color (decimal): -8510959 or 1122942. OLE color: 1122942.
HSL color Cylindrical-coordinate representation of color #7E2211: hue angle of 9.36º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E2211 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 34 | 17 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.51 |
| HSL | 9.36º | 0.76% | 0.28% | - |
| HSV(B) | 9.36º | 0.87% | 0.49% | - |
| XYZ | 9.28 | 5.62 | 1.13 | - |
| YUV | 59.57 | 103.98 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 34 | 17 | 0 | 0.73 | 0.87 | 0.51 | 9.36 | 0.76 | 0.28 |
| Hex | 7E | 22 | 11 | 0 | 49 | 57 | 33 | 9 | 4C | 1C |
| Octal | 176 | 42 | 21 | 0 | 111 | 127 | 63 | 11 | 114 | 34 |
| Binary | 1111110 | 100010 | 10001 | 0 | 1001001 | 1010111 | 110011 | 1001 | 1001100 | 11100 |
Color Harmonies of #7E2211
Complementary color
Monochromatic Colors of #7E2211
Black with #7E2211
Text Example
Text Example
White with #7E2211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2211; }
p { color: rgb(126,34,17); }
H1.HeaderClassName
{
color: #7E2211;
}
.AnyTagClassName
{
color: #7E2211;
}
</style>
background-color css
<style>
a { background-color: #7E2211; }
a { background-color: rgb(126,34,17); }
div.DivClassName
{
background-color: #7E2211;
}
.BgClassName
{
background-color: #7E2211;
}
</style>
border-color css
<style>
span { border-color: #7E2211; }
span { border-color: rgb(126,34,17); }
td.TdClassName
{
border-color: #7E2211;
}
.TagClassName
{
border-color: #7E2211;
}
</style>