Shades of Falu Red #791F08
Tints of Falu Red #791F08
RGB
CMYK
RGB Variations
Color information
#791F08 (or 0x791F08) is known color: Falu Red. HEX triplet: 79, 1F and 08. RGB value is (121,31,8). Sum of RGB (Red+Green+Blue) = 121+31+8=160 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.62% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 121 - color contains mainly: red. Hex color #791F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791F08 is #86E0F7. Grayscale: #373737. Windows color (decimal): -8839416 or 532345. OLE color: 532345.
HSL color Cylindrical-coordinate representation of color #791F08: hue angle of 12.21º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #791F08 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 31 | 8 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.53 |
| HSL | 12.21º | 0.88% | 0.25% | - |
| HSV(B) | 12.21º | 0.93% | 0.47% | - |
| XYZ | 8.42 | 5.06 | 0.76 | - |
| YUV | 55.29 | 101.32 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 31 | 8 | 0 | 0.74 | 0.93 | 0.53 | 12.21 | 0.88 | 0.25 |
| Hex | 79 | 1F | 8 | 0 | 4A | 5D | 35 | C | 58 | 19 |
| Octal | 171 | 37 | 10 | 0 | 112 | 135 | 65 | 14 | 130 | 31 |
| Binary | 1111001 | 11111 | 1000 | 0 | 1001010 | 1011101 | 110101 | 1100 | 1011000 | 11001 |
Color Harmonies of #791F08
Complementary color
Monochromatic Colors of #791F08
Black with #791F08
Text Example
Text Example
White with #791F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791F08; }
p { color: rgb(121,31,8); }
H1.HeaderClassName
{
color: #791F08;
}
.AnyTagClassName
{
color: #791F08;
}
</style>
background-color css
<style>
a { background-color: #791F08; }
a { background-color: rgb(121,31,8); }
div.DivClassName
{
background-color: #791F08;
}
.BgClassName
{
background-color: #791F08;
}
</style>
border-color css
<style>
span { border-color: #791F08; }
span { border-color: rgb(121,31,8); }
td.TdClassName
{
border-color: #791F08;
}
.TagClassName
{
border-color: #791F08;
}
</style>