Shades of Falu Red #7A1D19
Tints of Falu Red #7A1D19
RGB
CMYK
RGB Variations
Color information
#7A1D19 (or 0x7A1D19) is known color: Falu Red. HEX triplet: 7A, 1D and 19. RGB value is (122,29,25). Sum of RGB (Red+Green+Blue) = 122+29+25=176 (23% of max value = 765). Red value is 122 (48.05% from 255 or 69.32% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A1D19 is #85E2E6. Grayscale: #383838. Windows color (decimal): -8774375 or 1645946. OLE color: 1645946.
HSL color Cylindrical-coordinate representation of color #7A1D19: hue angle of 2.47º 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 #7A1D19 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 29 | 25 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.52 |
| HSL | 2.47º | 0.66% | 0.29% | - |
| HSV(B) | 2.47º | 0.8% | 0.48% | - |
| XYZ | 8.64 | 5.09 | 1.45 | - |
| YUV | 56.35 | 110.31 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 29 | 25 | 0 | 0.76 | 0.80 | 0.52 | 2.47 | 0.66 | 0.29 |
| Hex | 7A | 1D | 19 | 0 | 4C | 50 | 34 | 2 | 42 | 1D |
| Octal | 172 | 35 | 31 | 0 | 114 | 120 | 64 | 2 | 102 | 35 |
| Binary | 1111010 | 11101 | 11001 | 0 | 1001100 | 1010000 | 110100 | 10 | 1000010 | 11101 |
Color Harmonies of #7A1D19
Complementary color
Monochromatic Colors of #7A1D19
Black with #7A1D19
Text Example
Text Example
White with #7A1D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1D19; }
p { color: rgb(122,29,25); }
H1.HeaderClassName
{
color: #7A1D19;
}
.AnyTagClassName
{
color: #7A1D19;
}
</style>
background-color css
<style>
a { background-color: #7A1D19; }
a { background-color: rgb(122,29,25); }
div.DivClassName
{
background-color: #7A1D19;
}
.BgClassName
{
background-color: #7A1D19;
}
</style>
border-color css
<style>
span { border-color: #7A1D19; }
span { border-color: rgb(122,29,25); }
td.TdClassName
{
border-color: #7A1D19;
}
.TagClassName
{
border-color: #7A1D19;
}
</style>