Shades of Falu Red #79200C
Tints of Falu Red #79200C
RGB
CMYK
RGB Variations
Color information
#79200C (or 0x79200C) is known color: Falu Red. HEX triplet: 79, 20 and 0C. RGB value is (121,32,12). Sum of RGB (Red+Green+Blue) = 121+32+12=165 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.33% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 121 - color contains mainly: red. Hex color #79200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79200C is #86DFF3. Grayscale: #383838. Windows color (decimal): -8839156 or 794745. OLE color: 794745.
HSL color Cylindrical-coordinate representation of color #79200C: hue angle of 11.01º 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 #79200C is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 32 | 12 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.53 |
| HSL | 11.01º | 0.82% | 0.26% | - |
| HSV(B) | 11.01º | 0.9% | 0.47% | - |
| XYZ | 8.47 | 5.12 | 0.89 | - |
| YUV | 56.33 | 102.99 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 32 | 12 | 0 | 0.74 | 0.90 | 0.53 | 11.01 | 0.82 | 0.26 |
| Hex | 79 | 20 | C | 0 | 4A | 5A | 35 | B | 52 | 1A |
| Octal | 171 | 40 | 14 | 0 | 112 | 132 | 65 | 13 | 122 | 32 |
| Binary | 1111001 | 100000 | 1100 | 0 | 1001010 | 1011010 | 110101 | 1011 | 1010010 | 11010 |
Color Harmonies of #79200C
Complementary color
Monochromatic Colors of #79200C
Black with #79200C
Text Example
Text Example
White with #79200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79200C; }
p { color: rgb(121,32,12); }
H1.HeaderClassName
{
color: #79200C;
}
.AnyTagClassName
{
color: #79200C;
}
</style>
background-color css
<style>
a { background-color: #79200C; }
a { background-color: rgb(121,32,12); }
div.DivClassName
{
background-color: #79200C;
}
.BgClassName
{
background-color: #79200C;
}
</style>
border-color css
<style>
span { border-color: #79200C; }
span { border-color: rgb(121,32,12); }
td.TdClassName
{
border-color: #79200C;
}
.TagClassName
{
border-color: #79200C;
}
</style>