Shades of Falu Red #7A201F
Tints of Falu Red #7A201F
RGB
CMYK
RGB Variations
Color information
#7A201F (or 0x7A201F) is known color: Falu Red. HEX triplet: 7A, 20 and 1F. RGB value is (122,32,31). Sum of RGB (Red+Green+Blue) = 122+32+31=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A201F is #85DFE0. Grayscale: #3A3A3A. Windows color (decimal): -8773601 or 2039930. OLE color: 2039930.
HSL color Cylindrical-coordinate representation of color #7A201F: hue angle of 0.66º degrees, saturation: 0.59, 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 #7A201F is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 32 | 31 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.52 |
| HSL | 0.66º | 0.59% | 0.3% | - |
| HSV(B) | 0.66º | 0.75% | 0.48% | - |
| XYZ | 8.79 | 5.27 | 1.85 | - |
| YUV | 58.8 | 112.32 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 32 | 31 | 0 | 0.74 | 0.75 | 0.52 | 0.66 | 0.59 | 0.3 |
| Hex | 7A | 20 | 1F | 0 | 4A | 4B | 34 | 1 | 3B | 1E |
| Octal | 172 | 40 | 37 | 0 | 112 | 113 | 64 | 1 | 73 | 36 |
| Binary | 1111010 | 100000 | 11111 | 0 | 1001010 | 1001011 | 110100 | 1 | 111011 | 11110 |
Color Harmonies of #7A201F
Complementary color
Monochromatic Colors of #7A201F
Black with #7A201F
Text Example
Text Example
White with #7A201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A201F; }
p { color: rgb(122,32,31); }
H1.HeaderClassName
{
color: #7A201F;
}
.AnyTagClassName
{
color: #7A201F;
}
</style>
background-color css
<style>
a { background-color: #7A201F; }
a { background-color: rgb(122,32,31); }
div.DivClassName
{
background-color: #7A201F;
}
.BgClassName
{
background-color: #7A201F;
}
</style>
border-color css
<style>
span { border-color: #7A201F; }
span { border-color: rgb(122,32,31); }
td.TdClassName
{
border-color: #7A201F;
}
.TagClassName
{
border-color: #7A201F;
}
</style>