Shades of Falu Red #791F04
Tints of Falu Red #791F04
RGB
CMYK
RGB Variations
Color information
#791F04 (or 0x791F04) is known color: Falu Red. HEX triplet: 79, 1F and 04. RGB value is (121,31,4). Sum of RGB (Red+Green+Blue) = 121+31+4=156 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.56% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 121 - color contains mainly: red. Hex color #791F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791F04 is #86E0FB. Grayscale: #373737. Windows color (decimal): -8839420 or 270201. OLE color: 270201.
HSL color Cylindrical-coordinate representation of color #791F04: hue angle of 13.85º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #791F04 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 31 | 4 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.53 |
| HSL | 13.85º | 0.94% | 0.25% | - |
| HSV(B) | 13.85º | 0.97% | 0.47% | - |
| XYZ | 8.4 | 5.05 | 0.65 | - |
| YUV | 54.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 31 | 4 | 0 | 0.74 | 0.97 | 0.53 | 13.85 | 0.94 | 0.25 |
| Hex | 79 | 1F | 4 | 0 | 4A | 61 | 35 | E | 5E | 19 |
| Octal | 171 | 37 | 4 | 0 | 112 | 141 | 65 | 16 | 136 | 31 |
| Binary | 1111001 | 11111 | 100 | 0 | 1001010 | 1100001 | 110101 | 1110 | 1011110 | 11001 |
Color Harmonies of #791F04
Complementary color
Monochromatic Colors of #791F04
Black with #791F04
Text Example
Text Example
White with #791F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791F04; }
p { color: rgb(121,31,4); }
H1.HeaderClassName
{
color: #791F04;
}
.AnyTagClassName
{
color: #791F04;
}
</style>
background-color css
<style>
a { background-color: #791F04; }
a { background-color: rgb(121,31,4); }
div.DivClassName
{
background-color: #791F04;
}
.BgClassName
{
background-color: #791F04;
}
</style>
border-color css
<style>
span { border-color: #791F04; }
span { border-color: rgb(121,31,4); }
td.TdClassName
{
border-color: #791F04;
}
.TagClassName
{
border-color: #791F04;
}
</style>