Shades of Falu Red #7A2502
Tints of Falu Red #7A2502
RGB
CMYK
RGB Variations
Color information
#7A2502 (or 0x7A2502) is known color: Falu Red. HEX triplet: 7A, 25 and 02. RGB value is (122,37,2). Sum of RGB (Red+Green+Blue) = 122+37+2=161 (21% of max value = 765). Red value is 122 (48.05% from 255 or 75.78% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2502 is #85DAFD. Grayscale: #3A3A3A. Windows color (decimal): -8772350 or 140666. OLE color: 140666.
HSL color Cylindrical-coordinate representation of color #7A2502: hue angle of 17.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A2502 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 37 | 2 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.52 |
| HSL | 17.5º | 0.97% | 0.24% | - |
| HSV(B) | 17.5º | 0.98% | 0.48% | - |
| XYZ | 8.7 | 5.47 | 0.65 | - |
| YUV | 58.43 | 96.16 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 37 | 2 | 0 | 0.70 | 0.98 | 0.52 | 17.5 | 0.97 | 0.24 |
| Hex | 7A | 25 | 2 | 0 | 46 | 62 | 34 | 12 | 61 | 18 |
| Octal | 172 | 45 | 2 | 0 | 106 | 142 | 64 | 22 | 141 | 30 |
| Binary | 1111010 | 100101 | 10 | 0 | 1000110 | 1100010 | 110100 | 10010 | 1100001 | 11000 |
Color Harmonies of #7A2502
Complementary color
Monochromatic Colors of #7A2502
Black with #7A2502
Text Example
Text Example
White with #7A2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2502; }
p { color: rgb(122,37,2); }
H1.HeaderClassName
{
color: #7A2502;
}
.AnyTagClassName
{
color: #7A2502;
}
</style>
background-color css
<style>
a { background-color: #7A2502; }
a { background-color: rgb(122,37,2); }
div.DivClassName
{
background-color: #7A2502;
}
.BgClassName
{
background-color: #7A2502;
}
</style>
border-color css
<style>
span { border-color: #7A2502; }
span { border-color: rgb(122,37,2); }
td.TdClassName
{
border-color: #7A2502;
}
.TagClassName
{
border-color: #7A2502;
}
</style>