Shades of Falu Red #7A2118
Tints of Falu Red #7A2118
RGB
CMYK
RGB Variations
Color information
#7A2118 (or 0x7A2118) is known color: Falu Red. HEX triplet: 7A, 21 and 18. RGB value is (122,33,24). Sum of RGB (Red+Green+Blue) = 122+33+24=179 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.16% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2118 is #85DEE7. Grayscale: #3A3A3A. Windows color (decimal): -8773352 or 1581434. OLE color: 1581434.
HSL color Cylindrical-coordinate representation of color #7A2118: hue angle of 5.51º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A2118 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 33 | 24 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.52 |
| HSL | 5.51º | 0.67% | 0.29% | - |
| HSV(B) | 5.51º | 0.8% | 0.48% | - |
| XYZ | 8.73 | 5.29 | 1.43 | - |
| YUV | 58.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 24 | 0 | 0.73 | 0.80 | 0.52 | 5.51 | 0.67 | 0.29 |
| Hex | 7A | 21 | 18 | 0 | 49 | 50 | 34 | 6 | 43 | 1D |
| Octal | 172 | 41 | 30 | 0 | 111 | 120 | 64 | 6 | 103 | 35 |
| Binary | 1111010 | 100001 | 11000 | 0 | 1001001 | 1010000 | 110100 | 110 | 1000011 | 11101 |
Color Harmonies of #7A2118
Complementary color
Monochromatic Colors of #7A2118
Black with #7A2118
Text Example
Text Example
White with #7A2118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2118; }
p { color: rgb(122,33,24); }
H1.HeaderClassName
{
color: #7A2118;
}
.AnyTagClassName
{
color: #7A2118;
}
</style>
background-color css
<style>
a { background-color: #7A2118; }
a { background-color: rgb(122,33,24); }
div.DivClassName
{
background-color: #7A2118;
}
.BgClassName
{
background-color: #7A2118;
}
</style>
border-color css
<style>
span { border-color: #7A2118; }
span { border-color: rgb(122,33,24); }
td.TdClassName
{
border-color: #7A2118;
}
.TagClassName
{
border-color: #7A2118;
}
</style>