Shades of Falu Red #7A1507
Tints of Falu Red #7A1507
RGB
CMYK
RGB Variations
Color information
#7A1507 (or 0x7A1507) is known color: Falu Red. HEX triplet: 7A, 15 and 07. RGB value is (122,21,7). Sum of RGB (Red+Green+Blue) = 122+21+7=150 (19% of max value = 765). Red value is 122 (48.05% from 255 or 81.33% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1507 is #85EAF8. Grayscale: #313131. Windows color (decimal): -8776441 or 464250. OLE color: 464250.
HSL color Cylindrical-coordinate representation of color #7A1507: hue angle of 7.3º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A1507 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 21 | 7 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.52 |
| HSL | 7.3º | 0.89% | 0.25% | - |
| HSV(B) | 7.3º | 0.94% | 0.48% | - |
| XYZ | 8.33 | 4.69 | 0.67 | - |
| YUV | 49.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 21 | 7 | 0 | 0.83 | 0.94 | 0.52 | 7.3 | 0.89 | 0.25 |
| Hex | 7A | 15 | 7 | 0 | 53 | 5E | 34 | 7 | 59 | 19 |
| Octal | 172 | 25 | 7 | 0 | 123 | 136 | 64 | 7 | 131 | 31 |
| Binary | 1111010 | 10101 | 111 | 0 | 1010011 | 1011110 | 110100 | 111 | 1011001 | 11001 |
Color Harmonies of #7A1507
Complementary color
Monochromatic Colors of #7A1507
Black with #7A1507
Text Example
Text Example
White with #7A1507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1507; }
p { color: rgb(122,21,7); }
H1.HeaderClassName
{
color: #7A1507;
}
.AnyTagClassName
{
color: #7A1507;
}
</style>
background-color css
<style>
a { background-color: #7A1507; }
a { background-color: rgb(122,21,7); }
div.DivClassName
{
background-color: #7A1507;
}
.BgClassName
{
background-color: #7A1507;
}
</style>
border-color css
<style>
span { border-color: #7A1507; }
span { border-color: rgb(122,21,7); }
td.TdClassName
{
border-color: #7A1507;
}
.TagClassName
{
border-color: #7A1507;
}
</style>