Shades of Falu Red #771F05
Tints of Falu Red #771F05
RGB
CMYK
RGB Variations
Color information
#771F05 (or 0x771F05) is known color: Falu Red. HEX triplet: 77, 1F and 05. RGB value is (119,31,5). Sum of RGB (Red+Green+Blue) = 119+31+5=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #771F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771F05 is #88E0FA. Grayscale: #363636. Windows color (decimal): -8970491 or 335735. OLE color: 335735.
HSL color Cylindrical-coordinate representation of color #771F05: hue angle of 13.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #771F05 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 31 | 5 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.53 |
| HSL | 13.68º | 0.92% | 0.24% | - |
| HSV(B) | 13.68º | 0.96% | 0.47% | - |
| XYZ | 8.13 | 4.91 | 0.66 | - |
| YUV | 54.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 31 | 5 | 0 | 0.74 | 0.96 | 0.53 | 13.68 | 0.92 | 0.24 |
| Hex | 77 | 1F | 5 | 0 | 4A | 60 | 35 | E | 5C | 18 |
| Octal | 167 | 37 | 5 | 0 | 112 | 140 | 65 | 16 | 134 | 30 |
| Binary | 1110111 | 11111 | 101 | 0 | 1001010 | 1100000 | 110101 | 1110 | 1011100 | 11000 |
Color Harmonies of #771F05
Complementary color
Monochromatic Colors of #771F05
Black with #771F05
Text Example
Text Example
White with #771F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771F05; }
p { color: rgb(119,31,5); }
H1.HeaderClassName
{
color: #771F05;
}
.AnyTagClassName
{
color: #771F05;
}
</style>
background-color css
<style>
a { background-color: #771F05; }
a { background-color: rgb(119,31,5); }
div.DivClassName
{
background-color: #771F05;
}
.BgClassName
{
background-color: #771F05;
}
</style>
border-color css
<style>
span { border-color: #771F05; }
span { border-color: rgb(119,31,5); }
td.TdClassName
{
border-color: #771F05;
}
.TagClassName
{
border-color: #771F05;
}
</style>