Shades of Falu Red #77210D
Tints of Falu Red #77210D
RGB
CMYK
RGB Variations
Color information
#77210D (or 0x77210D) is known color: Falu Red. HEX triplet: 77, 21 and 0D. RGB value is (119,33,13). Sum of RGB (Red+Green+Blue) = 119+33+13=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #77210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77210D is #88DEF2. Grayscale: #383838. Windows color (decimal): -8969971 or 860535. OLE color: 860535.
HSL color Cylindrical-coordinate representation of color #77210D: hue angle of 11.32º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77210D is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 33 | 13 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.53 |
| HSL | 11.32º | 0.8% | 0.26% | - |
| HSV(B) | 11.32º | 0.89% | 0.47% | - |
| XYZ | 8.22 | 5.04 | 0.92 | - |
| YUV | 56.43 | 103.49 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 13 | 0 | 0.72 | 0.89 | 0.53 | 11.32 | 0.8 | 0.26 |
| Hex | 77 | 21 | D | 0 | 48 | 59 | 35 | B | 50 | 1A |
| Octal | 167 | 41 | 15 | 0 | 110 | 131 | 65 | 13 | 120 | 32 |
| Binary | 1110111 | 100001 | 1101 | 0 | 1001000 | 1011001 | 110101 | 1011 | 1010000 | 11010 |
Color Harmonies of #77210D
Complementary color
Monochromatic Colors of #77210D
Black with #77210D
Text Example
Text Example
White with #77210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77210D; }
p { color: rgb(119,33,13); }
H1.HeaderClassName
{
color: #77210D;
}
.AnyTagClassName
{
color: #77210D;
}
</style>
background-color css
<style>
a { background-color: #77210D; }
a { background-color: rgb(119,33,13); }
div.DivClassName
{
background-color: #77210D;
}
.BgClassName
{
background-color: #77210D;
}
</style>
border-color css
<style>
span { border-color: #77210D; }
span { border-color: rgb(119,33,13); }
td.TdClassName
{
border-color: #77210D;
}
.TagClassName
{
border-color: #77210D;
}
</style>