Shades of Falu Red #7A211E
Tints of Falu Red #7A211E
RGB
CMYK
RGB Variations
Color information
#7A211E (or 0x7A211E) is known color: Falu Red. HEX triplet: 7A, 21 and 1E. RGB value is (122,33,30). Sum of RGB (Red+Green+Blue) = 122+33+30=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A211E is #85DEE1. Grayscale: #3B3B3B. Windows color (decimal): -8773346 or 1974650. OLE color: 1974650.
HSL color Cylindrical-coordinate representation of color #7A211E: hue angle of 1.96º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A211E is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 33 | 30 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.52 |
| HSL | 1.96º | 0.61% | 0.3% | - |
| HSV(B) | 1.96º | 0.75% | 0.48% | - |
| XYZ | 8.8 | 5.32 | 1.79 | - |
| YUV | 59.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 30 | 0 | 0.73 | 0.75 | 0.52 | 1.96 | 0.61 | 0.3 |
| Hex | 7A | 21 | 1E | 0 | 49 | 4B | 34 | 2 | 3D | 1E |
| Octal | 172 | 41 | 36 | 0 | 111 | 113 | 64 | 2 | 75 | 36 |
| Binary | 1111010 | 100001 | 11110 | 0 | 1001001 | 1001011 | 110100 | 10 | 111101 | 11110 |
Color Harmonies of #7A211E
Complementary color
Monochromatic Colors of #7A211E
Black with #7A211E
Text Example
Text Example
White with #7A211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A211E; }
p { color: rgb(122,33,30); }
H1.HeaderClassName
{
color: #7A211E;
}
.AnyTagClassName
{
color: #7A211E;
}
</style>
background-color css
<style>
a { background-color: #7A211E; }
a { background-color: rgb(122,33,30); }
div.DivClassName
{
background-color: #7A211E;
}
.BgClassName
{
background-color: #7A211E;
}
</style>
border-color css
<style>
span { border-color: #7A211E; }
span { border-color: rgb(122,33,30); }
td.TdClassName
{
border-color: #7A211E;
}
.TagClassName
{
border-color: #7A211E;
}
</style>