Shades of Falu Red #792020
Tints of Falu Red #792020
RGB
CMYK
RGB Variations
Color information
#792020 (or 0x792020) is known color: Falu Red. HEX triplet: 79, 20 and 20. RGB value is (121,32,32). Sum of RGB (Red+Green+Blue) = 121+32+32=185 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.41% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 121 - color contains mainly: red. Hex color #792020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792020 is #86DFDF. Grayscale: #3A3A3A. Windows color (decimal): -8839136 or 2105465. OLE color: 2105465.
HSL color Cylindrical-coordinate representation of color #792020: hue angle of 0º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792020 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 32 | 32 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.53 |
| HSL | 0º | 0.58% | 0.3% | - |
| HSV(B) | 0º | 0.74% | 0.47% | - |
| XYZ | 8.66 | 5.2 | 1.91 | - |
| YUV | 58.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 32 | 32 | 0 | 0.74 | 0.74 | 0.53 | 0 | 0.58 | 0.3 |
| Hex | 79 | 20 | 20 | 0 | 4A | 4A | 35 | 0 | 3A | 1E |
| Octal | 171 | 40 | 40 | 0 | 112 | 112 | 65 | 0 | 72 | 36 |
| Binary | 1111001 | 100000 | 100000 | 0 | 1001010 | 1001010 | 110101 | 0 | 111010 | 11110 |
Color Harmonies of #792020
Complementary color
Monochromatic Colors of #792020
Black with #792020
Text Example
Text Example
White with #792020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792020; }
p { color: rgb(121,32,32); }
H1.HeaderClassName
{
color: #792020;
}
.AnyTagClassName
{
color: #792020;
}
</style>
background-color css
<style>
a { background-color: #792020; }
a { background-color: rgb(121,32,32); }
div.DivClassName
{
background-color: #792020;
}
.BgClassName
{
background-color: #792020;
}
</style>
border-color css
<style>
span { border-color: #792020; }
span { border-color: rgb(121,32,32); }
td.TdClassName
{
border-color: #792020;
}
.TagClassName
{
border-color: #792020;
}
</style>