Shades of Falu Red #771D08
Tints of Falu Red #771D08
RGB
CMYK
RGB Variations
Color information
#771D08 (or 0x771D08) is known color: Falu Red. HEX triplet: 77, 1D and 08. RGB value is (119,29,8). Sum of RGB (Red+Green+Blue) = 119+29+8=156 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.28% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 119 - color contains mainly: red. Hex color #771D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771D08 is #88E2F7. Grayscale: #353535. Windows color (decimal): -8971000 or 531831. OLE color: 531831.
HSL color Cylindrical-coordinate representation of color #771D08: hue angle of 11.35º 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 #771D08 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 8 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.53 |
| HSL | 11.35º | 0.87% | 0.25% | - |
| HSV(B) | 11.35º | 0.93% | 0.47% | - |
| XYZ | 8.09 | 4.82 | 0.73 | - |
| YUV | 53.52 | 102.32 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 8 | 0 | 0.76 | 0.93 | 0.53 | 11.35 | 0.87 | 0.25 |
| Hex | 77 | 1D | 8 | 0 | 4C | 5D | 35 | B | 57 | 19 |
| Octal | 167 | 35 | 10 | 0 | 114 | 135 | 65 | 13 | 127 | 31 |
| Binary | 1110111 | 11101 | 1000 | 0 | 1001100 | 1011101 | 110101 | 1011 | 1010111 | 11001 |
Color Harmonies of #771D08
Complementary color
Monochromatic Colors of #771D08
Black with #771D08
Text Example
Text Example
White with #771D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D08; }
p { color: rgb(119,29,8); }
H1.HeaderClassName
{
color: #771D08;
}
.AnyTagClassName
{
color: #771D08;
}
</style>
background-color css
<style>
a { background-color: #771D08; }
a { background-color: rgb(119,29,8); }
div.DivClassName
{
background-color: #771D08;
}
.BgClassName
{
background-color: #771D08;
}
</style>
border-color css
<style>
span { border-color: #771D08; }
span { border-color: rgb(119,29,8); }
td.TdClassName
{
border-color: #771D08;
}
.TagClassName
{
border-color: #771D08;
}
</style>