Shades of Falu Red #79200D
Tints of Falu Red #79200D
RGB
CMYK
RGB Variations
Color information
#79200D (or 0x79200D) is known color: Falu Red. HEX triplet: 79, 20 and 0D. RGB value is (121,32,13). Sum of RGB (Red+Green+Blue) = 121+32+13=166 (21% of max value = 765). Red value is 121 (47.66% from 255 or 72.89% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 121 - color contains mainly: red. Hex color #79200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79200D is #86DFF2. Grayscale: #383838. Windows color (decimal): -8839155 or 860281. OLE color: 860281.
HSL color Cylindrical-coordinate representation of color #79200D: hue angle of 10.56º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #79200D is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 32 | 13 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.53 |
| HSL | 10.56º | 0.81% | 0.26% | - |
| HSV(B) | 10.56º | 0.89% | 0.47% | - |
| XYZ | 8.47 | 5.13 | 0.92 | - |
| YUV | 56.45 | 103.49 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 32 | 13 | 0 | 0.74 | 0.89 | 0.53 | 10.56 | 0.81 | 0.26 |
| Hex | 79 | 20 | D | 0 | 4A | 59 | 35 | B | 51 | 1A |
| Octal | 171 | 40 | 15 | 0 | 112 | 131 | 65 | 13 | 121 | 32 |
| Binary | 1111001 | 100000 | 1101 | 0 | 1001010 | 1011001 | 110101 | 1011 | 1010001 | 11010 |
Color Harmonies of #79200D
Complementary color
Monochromatic Colors of #79200D
Black with #79200D
Text Example
Text Example
White with #79200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79200D; }
p { color: rgb(121,32,13); }
H1.HeaderClassName
{
color: #79200D;
}
.AnyTagClassName
{
color: #79200D;
}
</style>
background-color css
<style>
a { background-color: #79200D; }
a { background-color: rgb(121,32,13); }
div.DivClassName
{
background-color: #79200D;
}
.BgClassName
{
background-color: #79200D;
}
</style>
border-color css
<style>
span { border-color: #79200D; }
span { border-color: rgb(121,32,13); }
td.TdClassName
{
border-color: #79200D;
}
.TagClassName
{
border-color: #79200D;
}
</style>