Shades of Falu Red #771F08
Tints of Falu Red #771F08
RGB
CMYK
RGB Variations
Color information
#771F08 (or 0x771F08) is known color: Falu Red. HEX triplet: 77, 1F and 08. RGB value is (119,31,8). Sum of RGB (Red+Green+Blue) = 119+31+8=158 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.32% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 119 - color contains mainly: red. Hex color #771F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771F08 is #88E0F7. Grayscale: #363636. Windows color (decimal): -8970488 or 532343. OLE color: 532343.
HSL color Cylindrical-coordinate representation of color #771F08: hue angle of 12.43º degrees, saturation: 0.87, 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 #771F08 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 31 | 8 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.53 |
| HSL | 12.43º | 0.87% | 0.25% | - |
| HSV(B) | 12.43º | 0.93% | 0.47% | - |
| XYZ | 8.14 | 4.92 | 0.75 | - |
| YUV | 54.69 | 101.65 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 31 | 8 | 0 | 0.74 | 0.93 | 0.53 | 12.43 | 0.87 | 0.25 |
| Hex | 77 | 1F | 8 | 0 | 4A | 5D | 35 | C | 57 | 19 |
| Octal | 167 | 37 | 10 | 0 | 112 | 135 | 65 | 14 | 127 | 31 |
| Binary | 1110111 | 11111 | 1000 | 0 | 1001010 | 1011101 | 110101 | 1100 | 1010111 | 11001 |
Color Harmonies of #771F08
Complementary color
Monochromatic Colors of #771F08
Black with #771F08
Text Example
Text Example
White with #771F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771F08; }
p { color: rgb(119,31,8); }
H1.HeaderClassName
{
color: #771F08;
}
.AnyTagClassName
{
color: #771F08;
}
</style>
background-color css
<style>
a { background-color: #771F08; }
a { background-color: rgb(119,31,8); }
div.DivClassName
{
background-color: #771F08;
}
.BgClassName
{
background-color: #771F08;
}
</style>
border-color css
<style>
span { border-color: #771F08; }
span { border-color: rgb(119,31,8); }
td.TdClassName
{
border-color: #771F08;
}
.TagClassName
{
border-color: #771F08;
}
</style>