Shades of Falu Red #76220D
Tints of Falu Red #76220D
RGB
CMYK
RGB Variations
Color information
#76220D (or 0x76220D) is known color: Falu Red. HEX triplet: 76, 22 and 0D. RGB value is (118,34,13). Sum of RGB (Red+Green+Blue) = 118+34+13=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #76220D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76220D is #89DDF2. Grayscale: #383838. Windows color (decimal): -9035251 or 860790. OLE color: 860790.
HSL color Cylindrical-coordinate representation of color #76220D: hue angle of 12º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76220D is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 34 | 13 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.54 |
| HSL | 12º | 0.8% | 0.26% | - |
| HSV(B) | 12º | 0.89% | 0.46% | - |
| XYZ | 8.12 | 5.02 | 0.92 | - |
| YUV | 56.72 | 103.33 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 13 | 0 | 0.71 | 0.89 | 0.54 | 12 | 0.8 | 0.26 |
| Hex | 76 | 22 | D | 0 | 47 | 59 | 36 | C | 50 | 1A |
| Octal | 166 | 42 | 15 | 0 | 107 | 131 | 66 | 14 | 120 | 32 |
| Binary | 1110110 | 100010 | 1101 | 0 | 1000111 | 1011001 | 110110 | 1100 | 1010000 | 11010 |
Color Harmonies of #76220D
Complementary color
Monochromatic Colors of #76220D
Black with #76220D
Text Example
Text Example
White with #76220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76220D; }
p { color: rgb(118,34,13); }
H1.HeaderClassName
{
color: #76220D;
}
.AnyTagClassName
{
color: #76220D;
}
</style>
background-color css
<style>
a { background-color: #76220D; }
a { background-color: rgb(118,34,13); }
div.DivClassName
{
background-color: #76220D;
}
.BgClassName
{
background-color: #76220D;
}
</style>
border-color css
<style>
span { border-color: #76220D; }
span { border-color: rgb(118,34,13); }
td.TdClassName
{
border-color: #76220D;
}
.TagClassName
{
border-color: #76220D;
}
</style>