Shades of Falu Red #790E0C
Tints of Falu Red #790E0C
RGB
CMYK
RGB Variations
Color information
#790E0C (or 0x790E0C) is known color: Falu Red. HEX triplet: 79, 0E and 0C. RGB value is (121,14,12). Sum of RGB (Red+Green+Blue) = 121+14+12=147 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.31% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 121 - color contains mainly: red. Hex color #790E0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790E0C is #86F1F3. Grayscale: #2D2D2D. Windows color (decimal): -8843764 or 790137. OLE color: 790137.
HSL color Cylindrical-coordinate representation of color #790E0C: hue angle of 1.1º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790E0C is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 14 | 12 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.53 |
| HSL | 1.1º | 0.82% | 0.26% | - |
| HSV(B) | 1.1º | 0.9% | 0.47% | - |
| XYZ | 8.11 | 4.41 | 0.77 | - |
| YUV | 45.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 14 | 12 | 0 | 0.88 | 0.90 | 0.53 | 1.1 | 0.82 | 0.26 |
| Hex | 79 | E | C | 0 | 58 | 5A | 35 | 1 | 52 | 1A |
| Octal | 171 | 16 | 14 | 0 | 130 | 132 | 65 | 1 | 122 | 32 |
| Binary | 1111001 | 1110 | 1100 | 0 | 1011000 | 1011010 | 110101 | 1 | 1010010 | 11010 |
Color Harmonies of #790E0C
Complementary color
Monochromatic Colors of #790E0C
Black with #790E0C
Text Example
Text Example
White with #790E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790E0C; }
p { color: rgb(121,14,12); }
H1.HeaderClassName
{
color: #790E0C;
}
.AnyTagClassName
{
color: #790E0C;
}
</style>
background-color css
<style>
a { background-color: #790E0C; }
a { background-color: rgb(121,14,12); }
div.DivClassName
{
background-color: #790E0C;
}
.BgClassName
{
background-color: #790E0C;
}
</style>
border-color css
<style>
span { border-color: #790E0C; }
span { border-color: rgb(121,14,12); }
td.TdClassName
{
border-color: #790E0C;
}
.TagClassName
{
border-color: #790E0C;
}
</style>