Shades of Falu Red #7A0D0C
Tints of Falu Red #7A0D0C
RGB
CMYK
RGB Variations
Color information
#7A0D0C (or 0x7A0D0C) is known color: Falu Red. HEX triplet: 7A, 0D and 0C. RGB value is (122,13,12). Sum of RGB (Red+Green+Blue) = 122+13+12=147 (19% of max value = 765). Red value is 122 (48.05% from 255 or 82.99% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0D0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0D0C is #85F2F3. Grayscale: #2D2D2D. Windows color (decimal): -8778484 or 789882. OLE color: 789882.
HSL color Cylindrical-coordinate representation of color #7A0D0C: hue angle of 0.55º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A0D0C is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 13 | 12 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.52 |
| HSL | 0.55º | 0.82% | 0.26% | - |
| HSV(B) | 0.55º | 0.9% | 0.48% | - |
| XYZ | 8.24 | 4.45 | 0.77 | - |
| YUV | 45.48 | 109.11 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 13 | 12 | 0 | 0.89 | 0.90 | 0.52 | 0.55 | 0.82 | 0.26 |
| Hex | 7A | D | C | 0 | 59 | 5A | 34 | 1 | 52 | 1A |
| Octal | 172 | 15 | 14 | 0 | 131 | 132 | 64 | 1 | 122 | 32 |
| Binary | 1111010 | 1101 | 1100 | 0 | 1011001 | 1011010 | 110100 | 1 | 1010010 | 11010 |
Color Harmonies of #7A0D0C
Complementary color
Monochromatic Colors of #7A0D0C
Black with #7A0D0C
Text Example
Text Example
White with #7A0D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0D0C; }
p { color: rgb(122,13,12); }
H1.HeaderClassName
{
color: #7A0D0C;
}
.AnyTagClassName
{
color: #7A0D0C;
}
</style>
background-color css
<style>
a { background-color: #7A0D0C; }
a { background-color: rgb(122,13,12); }
div.DivClassName
{
background-color: #7A0D0C;
}
.BgClassName
{
background-color: #7A0D0C;
}
</style>
border-color css
<style>
span { border-color: #7A0D0C; }
span { border-color: rgb(122,13,12); }
td.TdClassName
{
border-color: #7A0D0C;
}
.TagClassName
{
border-color: #7A0D0C;
}
</style>