Shades of Falu Red #791F05
Tints of Falu Red #791F05
RGB
CMYK
RGB Variations
Color information
#791F05 (or 0x791F05) is known color: Falu Red. HEX triplet: 79, 1F and 05. RGB value is (121,31,5). Sum of RGB (Red+Green+Blue) = 121+31+5=157 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.07% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 121 - color contains mainly: red. Hex color #791F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791F05 is #86E0FA. Grayscale: #373737. Windows color (decimal): -8839419 or 335737. OLE color: 335737.
HSL color Cylindrical-coordinate representation of color #791F05: hue angle of 13.45º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #791F05 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 31 | 5 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.53 |
| HSL | 13.45º | 0.92% | 0.25% | - |
| HSV(B) | 13.45º | 0.96% | 0.47% | - |
| XYZ | 8.4 | 5.06 | 0.68 | - |
| YUV | 54.95 | 99.82 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 31 | 5 | 0 | 0.74 | 0.96 | 0.53 | 13.45 | 0.92 | 0.25 |
| Hex | 79 | 1F | 5 | 0 | 4A | 60 | 35 | D | 5C | 19 |
| Octal | 171 | 37 | 5 | 0 | 112 | 140 | 65 | 15 | 134 | 31 |
| Binary | 1111001 | 11111 | 101 | 0 | 1001010 | 1100000 | 110101 | 1101 | 1011100 | 11001 |
Color Harmonies of #791F05
Complementary color
Monochromatic Colors of #791F05
Black with #791F05
Text Example
Text Example
White with #791F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791F05; }
p { color: rgb(121,31,5); }
H1.HeaderClassName
{
color: #791F05;
}
.AnyTagClassName
{
color: #791F05;
}
</style>
background-color css
<style>
a { background-color: #791F05; }
a { background-color: rgb(121,31,5); }
div.DivClassName
{
background-color: #791F05;
}
.BgClassName
{
background-color: #791F05;
}
</style>
border-color css
<style>
span { border-color: #791F05; }
span { border-color: rgb(121,31,5); }
td.TdClassName
{
border-color: #791F05;
}
.TagClassName
{
border-color: #791F05;
}
</style>