Shades of Falu Red #7A2212
Tints of Falu Red #7A2212
RGB
CMYK
RGB Variations
Color information
#7A2212 (or 0x7A2212) is known color: Falu Red. HEX triplet: 7A, 22 and 12. RGB value is (122,34,18). Sum of RGB (Red+Green+Blue) = 122+34+18=174 (23% of max value = 765). Red value is 122 (48.05% from 255 or 70.11% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2212 is #85DDED. Grayscale: #3A3A3A. Windows color (decimal): -8773102 or 1188474. OLE color: 1188474.
HSL color Cylindrical-coordinate representation of color #7A2212: hue angle of 9.23º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A2212 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 34 | 18 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.52 |
| HSL | 9.23º | 0.74% | 0.27% | - |
| HSV(B) | 9.23º | 0.85% | 0.48% | - |
| XYZ | 8.71 | 5.33 | 1.14 | - |
| YUV | 58.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 34 | 18 | 0 | 0.72 | 0.85 | 0.52 | 9.23 | 0.74 | 0.27 |
| Hex | 7A | 22 | 12 | 0 | 48 | 55 | 34 | 9 | 4A | 1B |
| Octal | 172 | 42 | 22 | 0 | 110 | 125 | 64 | 11 | 112 | 33 |
| Binary | 1111010 | 100010 | 10010 | 0 | 1001000 | 1010101 | 110100 | 1001 | 1001010 | 11011 |
Color Harmonies of #7A2212
Complementary color
Monochromatic Colors of #7A2212
Black with #7A2212
Text Example
Text Example
White with #7A2212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2212; }
p { color: rgb(122,34,18); }
H1.HeaderClassName
{
color: #7A2212;
}
.AnyTagClassName
{
color: #7A2212;
}
</style>
background-color css
<style>
a { background-color: #7A2212; }
a { background-color: rgb(122,34,18); }
div.DivClassName
{
background-color: #7A2212;
}
.BgClassName
{
background-color: #7A2212;
}
</style>
border-color css
<style>
span { border-color: #7A2212; }
span { border-color: rgb(122,34,18); }
td.TdClassName
{
border-color: #7A2212;
}
.TagClassName
{
border-color: #7A2212;
}
</style>