Shades of Falu Red #7E221D
Tints of Falu Red #7E221D
RGB
CMYK
RGB Variations
Color information
#7E221D (or 0x7E221D) is known color: Falu Red. HEX triplet: 7E, 22 and 1D. RGB value is (126,34,29). Sum of RGB (Red+Green+Blue) = 126+34+29=189 (25% of max value = 765). Red value is 126 (49.61% from 255 or 66.67% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 126 - color contains mainly: red. Hex color #7E221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E221D is #81DDE2. Grayscale: #3D3D3D. Windows color (decimal): -8510947 or 1909374. OLE color: 1909374.
HSL color Cylindrical-coordinate representation of color #7E221D: hue angle of 3.09º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E221D is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 34 | 29 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.51 |
| HSL | 3.09º | 0.63% | 0.3% | - |
| HSV(B) | 3.09º | 0.77% | 0.49% | - |
| XYZ | 9.4 | 5.67 | 1.76 | - |
| YUV | 60.94 | 109.98 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 34 | 29 | 0 | 0.73 | 0.77 | 0.51 | 3.09 | 0.63 | 0.3 |
| Hex | 7E | 22 | 1D | 0 | 49 | 4D | 33 | 3 | 3F | 1E |
| Octal | 176 | 42 | 35 | 0 | 111 | 115 | 63 | 3 | 77 | 36 |
| Binary | 1111110 | 100010 | 11101 | 0 | 1001001 | 1001101 | 110011 | 11 | 111111 | 11110 |
Color Harmonies of #7E221D
Complementary color
Monochromatic Colors of #7E221D
Black with #7E221D
Text Example
Text Example
White with #7E221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E221D; }
p { color: rgb(126,34,29); }
H1.HeaderClassName
{
color: #7E221D;
}
.AnyTagClassName
{
color: #7E221D;
}
</style>
background-color css
<style>
a { background-color: #7E221D; }
a { background-color: rgb(126,34,29); }
div.DivClassName
{
background-color: #7E221D;
}
.BgClassName
{
background-color: #7E221D;
}
</style>
border-color css
<style>
span { border-color: #7E221D; }
span { border-color: rgb(126,34,29); }
td.TdClassName
{
border-color: #7E221D;
}
.TagClassName
{
border-color: #7E221D;
}
</style>