Shades of Falu Red #771D1C
Tints of Falu Red #771D1C
RGB
CMYK
RGB Variations
Color information
#771D1C (or 0x771D1C) is known color: Falu Red. HEX triplet: 77, 1D and 1C. RGB value is (119,29,28). Sum of RGB (Red+Green+Blue) = 119+29+28=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #771D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D1C is #88E2E3. Grayscale: #373737. Windows color (decimal): -8970980 or 1842551. OLE color: 1842551.
HSL color Cylindrical-coordinate representation of color #771D1C: hue angle of 0.66º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771D1C is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 28 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.53 |
| HSL | 0.66º | 0.62% | 0.29% | - |
| HSV(B) | 0.66º | 0.76% | 0.47% | - |
| XYZ | 8.26 | 4.88 | 1.61 | - |
| YUV | 55.8 | 112.32 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 28 | 0 | 0.76 | 0.76 | 0.53 | 0.66 | 0.62 | 0.29 |
| Hex | 77 | 1D | 1C | 0 | 4C | 4C | 35 | 1 | 3E | 1D |
| Octal | 167 | 35 | 34 | 0 | 114 | 114 | 65 | 1 | 76 | 35 |
| Binary | 1110111 | 11101 | 11100 | 0 | 1001100 | 1001100 | 110101 | 1 | 111110 | 11101 |
Color Harmonies of #771D1C
Complementary color
Monochromatic Colors of #771D1C
Black with #771D1C
Text Example
Text Example
White with #771D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D1C; }
p { color: rgb(119,29,28); }
H1.HeaderClassName
{
color: #771D1C;
}
.AnyTagClassName
{
color: #771D1C;
}
</style>
background-color css
<style>
a { background-color: #771D1C; }
a { background-color: rgb(119,29,28); }
div.DivClassName
{
background-color: #771D1C;
}
.BgClassName
{
background-color: #771D1C;
}
</style>
border-color css
<style>
span { border-color: #771D1C; }
span { border-color: rgb(119,29,28); }
td.TdClassName
{
border-color: #771D1C;
}
.TagClassName
{
border-color: #771D1C;
}
</style>