Shades of Falu Red #7D220B
Tints of Falu Red #7D220B
RGB
CMYK
RGB Variations
Color information
#7D220B (or 0x7D220B) is known color: Falu Red. HEX triplet: 7D, 22 and 0B. RGB value is (125,34,11). Sum of RGB (Red+Green+Blue) = 125+34+11=170 (22% of max value = 765). Red value is 125 (49.22% from 255 or 73.53% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 125 - color contains mainly: red. Hex color #7D220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D220B is #82DDF4. Grayscale: #3A3A3A. Windows color (decimal): -8576501 or 729725. OLE color: 729725.
HSL color Cylindrical-coordinate representation of color #7D220B: hue angle of 12.11º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D220B is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 34 | 11 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.51 |
| HSL | 12.11º | 0.84% | 0.27% | - |
| HSV(B) | 12.11º | 0.91% | 0.49% | - |
| XYZ | 9.09 | 5.53 | 0.9 | - |
| YUV | 58.59 | 101.15 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 34 | 11 | 0 | 0.73 | 0.91 | 0.51 | 12.11 | 0.84 | 0.27 |
| Hex | 7D | 22 | B | 0 | 49 | 5B | 33 | C | 54 | 1B |
| Octal | 175 | 42 | 13 | 0 | 111 | 133 | 63 | 14 | 124 | 33 |
| Binary | 1111101 | 100010 | 1011 | 0 | 1001001 | 1011011 | 110011 | 1100 | 1010100 | 11011 |
Color Harmonies of #7D220B
Complementary color
Monochromatic Colors of #7D220B
Black with #7D220B
Text Example
Text Example
White with #7D220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D220B; }
p { color: rgb(125,34,11); }
H1.HeaderClassName
{
color: #7D220B;
}
.AnyTagClassName
{
color: #7D220B;
}
</style>
background-color css
<style>
a { background-color: #7D220B; }
a { background-color: rgb(125,34,11); }
div.DivClassName
{
background-color: #7D220B;
}
.BgClassName
{
background-color: #7D220B;
}
</style>
border-color css
<style>
span { border-color: #7D220B; }
span { border-color: rgb(125,34,11); }
td.TdClassName
{
border-color: #7D220B;
}
.TagClassName
{
border-color: #7D220B;
}
</style>