Shades of Falu Red #771B08
Tints of Falu Red #771B08
RGB
CMYK
RGB Variations
Color information
#771B08 (or 0x771B08) is known color: Falu Red. HEX triplet: 77, 1B and 08. RGB value is (119,27,8). Sum of RGB (Red+Green+Blue) = 119+27+8=154 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.27% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 119 - color contains mainly: red. Hex color #771B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771B08 is #88E4F7. Grayscale: #343434. Windows color (decimal): -8971512 or 531319. OLE color: 531319.
HSL color Cylindrical-coordinate representation of color #771B08: hue angle of 10.27º 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 #771B08 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 27 | 8 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.53 |
| HSL | 10.27º | 0.87% | 0.25% | - |
| HSV(B) | 10.27º | 0.93% | 0.47% | - |
| XYZ | 8.04 | 4.72 | 0.72 | - |
| YUV | 52.34 | 102.98 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 8 | 0 | 0.77 | 0.93 | 0.53 | 10.27 | 0.87 | 0.25 |
| Hex | 77 | 1B | 8 | 0 | 4D | 5D | 35 | A | 57 | 19 |
| Octal | 167 | 33 | 10 | 0 | 115 | 135 | 65 | 12 | 127 | 31 |
| Binary | 1110111 | 11011 | 1000 | 0 | 1001101 | 1011101 | 110101 | 1010 | 1010111 | 11001 |
Color Harmonies of #771B08
Complementary color
Monochromatic Colors of #771B08
Black with #771B08
Text Example
Text Example
White with #771B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771B08; }
p { color: rgb(119,27,8); }
H1.HeaderClassName
{
color: #771B08;
}
.AnyTagClassName
{
color: #771B08;
}
</style>
background-color css
<style>
a { background-color: #771B08; }
a { background-color: rgb(119,27,8); }
div.DivClassName
{
background-color: #771B08;
}
.BgClassName
{
background-color: #771B08;
}
</style>
border-color css
<style>
span { border-color: #771B08; }
span { border-color: rgb(119,27,8); }
td.TdClassName
{
border-color: #771B08;
}
.TagClassName
{
border-color: #771B08;
}
</style>