Shades of Falu Red #7A1901
Tints of Falu Red #7A1901
RGB
CMYK
RGB Variations
Color information
#7A1901 (or 0x7A1901) is known color: Falu Red. HEX triplet: 7A, 19 and 01. RGB value is (122,25,1). Sum of RGB (Red+Green+Blue) = 122+25+1=148 (19% of max value = 765). Red value is 122 (48.05% from 255 or 82.43% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1901 is #85E6FE. Grayscale: #333333. Windows color (decimal): -8775423 or 72058. OLE color: 72058.
HSL color Cylindrical-coordinate representation of color #7A1901: hue angle of 11.9º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A1901 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 25 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.52 |
| HSL | 11.9º | 0.98% | 0.24% | - |
| HSV(B) | 11.9º | 0.99% | 0.48% | - |
| XYZ | 8.38 | 4.84 | 0.52 | - |
| YUV | 51.27 | 99.64 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 1 | 0 | 0.80 | 0.99 | 0.52 | 11.9 | 0.98 | 0.24 |
| Hex | 7A | 19 | 1 | 0 | 50 | 63 | 34 | C | 62 | 18 |
| Octal | 172 | 31 | 1 | 0 | 120 | 143 | 64 | 14 | 142 | 30 |
| Binary | 1111010 | 11001 | 1 | 0 | 1010000 | 1100011 | 110100 | 1100 | 1100010 | 11000 |
Color Harmonies of #7A1901
Complementary color
Monochromatic Colors of #7A1901
Black with #7A1901
Text Example
Text Example
White with #7A1901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1901; }
p { color: rgb(122,25,1); }
H1.HeaderClassName
{
color: #7A1901;
}
.AnyTagClassName
{
color: #7A1901;
}
</style>
background-color css
<style>
a { background-color: #7A1901; }
a { background-color: rgb(122,25,1); }
div.DivClassName
{
background-color: #7A1901;
}
.BgClassName
{
background-color: #7A1901;
}
</style>
border-color css
<style>
span { border-color: #7A1901; }
span { border-color: rgb(122,25,1); }
td.TdClassName
{
border-color: #7A1901;
}
.TagClassName
{
border-color: #7A1901;
}
</style>