Shades of Falu Red #7A1613
Tints of Falu Red #7A1613
RGB
CMYK
RGB Variations
Color information
#7A1613 (or 0x7A1613) is known color: Falu Red. HEX triplet: 7A, 16 and 13. RGB value is (122,22,19). Sum of RGB (Red+Green+Blue) = 122+22+19=163 (21% of max value = 765). Red value is 122 (48.05% from 255 or 74.85% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1613 is #85E9EC. Grayscale: #333333. Windows color (decimal): -8776173 or 1250938. OLE color: 1250938.
HSL color Cylindrical-coordinate representation of color #7A1613: hue angle of 1.75º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A1613 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 19 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.52 |
| HSL | 1.75º | 0.73% | 0.28% | - |
| HSV(B) | 1.75º | 0.84% | 0.48% | - |
| XYZ | 8.43 | 4.76 | 1.09 | - |
| YUV | 51.56 | 109.63 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 19 | 0 | 0.82 | 0.84 | 0.52 | 1.75 | 0.73 | 0.28 |
| Hex | 7A | 16 | 13 | 0 | 52 | 54 | 34 | 2 | 49 | 1C |
| Octal | 172 | 26 | 23 | 0 | 122 | 124 | 64 | 2 | 111 | 34 |
| Binary | 1111010 | 10110 | 10011 | 0 | 1010010 | 1010100 | 110100 | 10 | 1001001 | 11100 |
Color Harmonies of #7A1613
Complementary color
Monochromatic Colors of #7A1613
Black with #7A1613
Text Example
Text Example
White with #7A1613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1613; }
p { color: rgb(122,22,19); }
H1.HeaderClassName
{
color: #7A1613;
}
.AnyTagClassName
{
color: #7A1613;
}
</style>
background-color css
<style>
a { background-color: #7A1613; }
a { background-color: rgb(122,22,19); }
div.DivClassName
{
background-color: #7A1613;
}
.BgClassName
{
background-color: #7A1613;
}
</style>
border-color css
<style>
span { border-color: #7A1613; }
span { border-color: rgb(122,22,19); }
td.TdClassName
{
border-color: #7A1613;
}
.TagClassName
{
border-color: #7A1613;
}
</style>