Shades of Falu Red #7D2207
Tints of Falu Red #7D2207
RGB
CMYK
RGB Variations
Color information
#7D2207 (or 0x7D2207) is known color: Falu Red. HEX triplet: 7D, 22 and 07. RGB value is (125,34,7). Sum of RGB (Red+Green+Blue) = 125+34+7=166 (21% of max value = 765). Red value is 125 (49.22% from 255 or 75.30% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2207 is #82DDF8. Grayscale: #3A3A3A. Windows color (decimal): -8576505 or 467581. OLE color: 467581.
HSL color Cylindrical-coordinate representation of color #7D2207: hue angle of 13.73º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D2207 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 34 | 7 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.51 |
| HSL | 13.73º | 0.89% | 0.26% | - |
| HSV(B) | 13.73º | 0.94% | 0.49% | - |
| XYZ | 9.07 | 5.52 | 0.79 | - |
| YUV | 58.13 | 99.15 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 34 | 7 | 0 | 0.73 | 0.94 | 0.51 | 13.73 | 0.89 | 0.26 |
| Hex | 7D | 22 | 7 | 0 | 49 | 5E | 33 | E | 59 | 1A |
| Octal | 175 | 42 | 7 | 0 | 111 | 136 | 63 | 16 | 131 | 32 |
| Binary | 1111101 | 100010 | 111 | 0 | 1001001 | 1011110 | 110011 | 1110 | 1011001 | 11010 |
Color Harmonies of #7D2207
Complementary color
Monochromatic Colors of #7D2207
Black with #7D2207
Text Example
Text Example
White with #7D2207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2207; }
p { color: rgb(125,34,7); }
H1.HeaderClassName
{
color: #7D2207;
}
.AnyTagClassName
{
color: #7D2207;
}
</style>
background-color css
<style>
a { background-color: #7D2207; }
a { background-color: rgb(125,34,7); }
div.DivClassName
{
background-color: #7D2207;
}
.BgClassName
{
background-color: #7D2207;
}
</style>
border-color css
<style>
span { border-color: #7D2207; }
span { border-color: rgb(125,34,7); }
td.TdClassName
{
border-color: #7D2207;
}
.TagClassName
{
border-color: #7D2207;
}
</style>