Shades of Falu Red #7A1919
Tints of Falu Red #7A1919
RGB
CMYK
RGB Variations
Color information
#7A1919 (or 0x7A1919) is known color: Falu Red. HEX triplet: 7A, 19 and 19. RGB value is (122,25,25). Sum of RGB (Red+Green+Blue) = 122+25+25=172 (22% of max value = 765). Red value is 122 (48.05% from 255 or 70.93% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1919 is #85E6E6. Grayscale: #363636. Windows color (decimal): -8775399 or 1644922. OLE color: 1644922.
HSL color Cylindrical-coordinate representation of color #7A1919: hue angle of 0º 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 #7A1919 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 25 | 25 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.52 |
| HSL | 0º | 0.66% | 0.29% | - |
| HSV(B) | 0º | 0.8% | 0.48% | - |
| XYZ | 8.55 | 4.9 | 1.42 | - |
| YUV | 54 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 25 | 0 | 0.80 | 0.80 | 0.52 | 0 | 0.66 | 0.29 |
| Hex | 7A | 19 | 19 | 0 | 50 | 50 | 34 | 0 | 42 | 1D |
| Octal | 172 | 31 | 31 | 0 | 120 | 120 | 64 | 0 | 102 | 35 |
| Binary | 1111010 | 11001 | 11001 | 0 | 1010000 | 1010000 | 110100 | 0 | 1000010 | 11101 |
Color Harmonies of #7A1919
Complementary color
Monochromatic Colors of #7A1919
Black with #7A1919
Text Example
Text Example
White with #7A1919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1919; }
p { color: rgb(122,25,25); }
H1.HeaderClassName
{
color: #7A1919;
}
.AnyTagClassName
{
color: #7A1919;
}
</style>
background-color css
<style>
a { background-color: #7A1919; }
a { background-color: rgb(122,25,25); }
div.DivClassName
{
background-color: #7A1919;
}
.BgClassName
{
background-color: #7A1919;
}
</style>
border-color css
<style>
span { border-color: #7A1919; }
span { border-color: rgb(122,25,25); }
td.TdClassName
{
border-color: #7A1919;
}
.TagClassName
{
border-color: #7A1919;
}
</style>