Shades of Falu Red #7A2204
Tints of Falu Red #7A2204
RGB
CMYK
RGB Variations
Color information
#7A2204 (or 0x7A2204) is known color: Falu Red. HEX triplet: 7A, 22 and 04. RGB value is (122,34,4). Sum of RGB (Red+Green+Blue) = 122+34+4=160 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.25% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2204 is #85DDFB. Grayscale: #393939. Windows color (decimal): -8773116 or 270970. OLE color: 270970.
HSL color Cylindrical-coordinate representation of color #7A2204: hue angle of 15.25º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A2204 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 34 | 4 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.52 |
| HSL | 15.25º | 0.94% | 0.25% | - |
| HSV(B) | 15.25º | 0.97% | 0.48% | - |
| XYZ | 8.62 | 5.29 | 0.68 | - |
| YUV | 56.89 | 98.15 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 34 | 4 | 0 | 0.72 | 0.97 | 0.52 | 15.25 | 0.94 | 0.25 |
| Hex | 7A | 22 | 4 | 0 | 48 | 61 | 34 | F | 5E | 19 |
| Octal | 172 | 42 | 4 | 0 | 110 | 141 | 64 | 17 | 136 | 31 |
| Binary | 1111010 | 100010 | 100 | 0 | 1001000 | 1100001 | 110100 | 1111 | 1011110 | 11001 |
Color Harmonies of #7A2204
Complementary color
Monochromatic Colors of #7A2204
Black with #7A2204
Text Example
Text Example
White with #7A2204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2204; }
p { color: rgb(122,34,4); }
H1.HeaderClassName
{
color: #7A2204;
}
.AnyTagClassName
{
color: #7A2204;
}
</style>
background-color css
<style>
a { background-color: #7A2204; }
a { background-color: rgb(122,34,4); }
div.DivClassName
{
background-color: #7A2204;
}
.BgClassName
{
background-color: #7A2204;
}
</style>
border-color css
<style>
span { border-color: #7A2204; }
span { border-color: rgb(122,34,4); }
td.TdClassName
{
border-color: #7A2204;
}
.TagClassName
{
border-color: #7A2204;
}
</style>