Shades of Falu Red #771212
Tints of Falu Red #771212
RGB
CMYK
RGB Variations
Color information
#771212 (or 0x771212) is known color: Falu Red. HEX triplet: 77, 12 and 12. RGB value is (119,18,18). Sum of RGB (Red+Green+Blue) = 119+18+18=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #771212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771212 is #88EDED. Grayscale: #303030. Windows color (decimal): -8973806 or 1184375. OLE color: 1184375.
HSL color Cylindrical-coordinate representation of color #771212: hue angle of 0º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771212 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 18 | 18 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.53 |
| HSL | 0º | 0.74% | 0.27% | - |
| HSV(B) | 0º | 0.85% | 0.47% | - |
| XYZ | 7.93 | 4.4 | 1 | - |
| YUV | 48.2 | 110.96 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 18 | 18 | 0 | 0.85 | 0.85 | 0.53 | 0 | 0.74 | 0.27 |
| Hex | 77 | 12 | 12 | 0 | 55 | 55 | 35 | 0 | 4A | 1B |
| Octal | 167 | 22 | 22 | 0 | 125 | 125 | 65 | 0 | 112 | 33 |
| Binary | 1110111 | 10010 | 10010 | 0 | 1010101 | 1010101 | 110101 | 0 | 1001010 | 11011 |
Color Harmonies of #771212
Complementary color
Monochromatic Colors of #771212
Black with #771212
Text Example
Text Example
White with #771212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771212; }
p { color: rgb(119,18,18); }
H1.HeaderClassName
{
color: #771212;
}
.AnyTagClassName
{
color: #771212;
}
</style>
background-color css
<style>
a { background-color: #771212; }
a { background-color: rgb(119,18,18); }
div.DivClassName
{
background-color: #771212;
}
.BgClassName
{
background-color: #771212;
}
</style>
border-color css
<style>
span { border-color: #771212; }
span { border-color: rgb(119,18,18); }
td.TdClassName
{
border-color: #771212;
}
.TagClassName
{
border-color: #771212;
}
</style>