Shades of Falu Red #7A1F19
Tints of Falu Red #7A1F19
RGB
CMYK
RGB Variations
Color information
#7A1F19 (or 0x7A1F19) is known color: Falu Red. HEX triplet: 7A, 1F and 19. RGB value is (122,31,25). Sum of RGB (Red+Green+Blue) = 122+31+25=178 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.54% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A1F19 is #85E0E6. Grayscale: #393939. Windows color (decimal): -8773863 or 1646458. OLE color: 1646458.
HSL color Cylindrical-coordinate representation of color #7A1F19: hue angle of 3.71º degrees, saturation: 0.66, 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 #7A1F19 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 31 | 25 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.52 |
| HSL | 3.71º | 0.66% | 0.29% | - |
| HSV(B) | 3.71º | 0.8% | 0.48% | - |
| XYZ | 8.69 | 5.19 | 1.46 | - |
| YUV | 57.53 | 109.65 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 31 | 25 | 0 | 0.75 | 0.80 | 0.52 | 3.71 | 0.66 | 0.29 |
| Hex | 7A | 1F | 19 | 0 | 4B | 50 | 34 | 4 | 42 | 1D |
| Octal | 172 | 37 | 31 | 0 | 113 | 120 | 64 | 4 | 102 | 35 |
| Binary | 1111010 | 11111 | 11001 | 0 | 1001011 | 1010000 | 110100 | 100 | 1000010 | 11101 |
Color Harmonies of #7A1F19
Complementary color
Monochromatic Colors of #7A1F19
Black with #7A1F19
Text Example
Text Example
White with #7A1F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1F19; }
p { color: rgb(122,31,25); }
H1.HeaderClassName
{
color: #7A1F19;
}
.AnyTagClassName
{
color: #7A1F19;
}
</style>
background-color css
<style>
a { background-color: #7A1F19; }
a { background-color: rgb(122,31,25); }
div.DivClassName
{
background-color: #7A1F19;
}
.BgClassName
{
background-color: #7A1F19;
}
</style>
border-color css
<style>
span { border-color: #7A1F19; }
span { border-color: rgb(122,31,25); }
td.TdClassName
{
border-color: #7A1F19;
}
.TagClassName
{
border-color: #7A1F19;
}
</style>