Shades of Falu Red #7D2616
Tints of Falu Red #7D2616
RGB
CMYK
RGB Variations
Color information
#7D2616 (or 0x7D2616) is known color: Falu Red. HEX triplet: 7D, 26 and 16. RGB value is (125,38,22). Sum of RGB (Red+Green+Blue) = 125+38+22=185 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.57% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2616 is #82D9E9. Grayscale: #3E3E3E. Windows color (decimal): -8575466 or 1451645. OLE color: 1451645.
HSL color Cylindrical-coordinate representation of color #7D2616: hue angle of 9.32º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D2616 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 38 | 22 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.51 |
| HSL | 9.32º | 0.7% | 0.29% | - |
| HSV(B) | 9.32º | 0.82% | 0.49% | - |
| XYZ | 9.3 | 5.8 | 1.39 | - |
| YUV | 62.19 | 105.32 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 38 | 22 | 0 | 0.70 | 0.82 | 0.51 | 9.32 | 0.7 | 0.29 |
| Hex | 7D | 26 | 16 | 0 | 46 | 52 | 33 | 9 | 46 | 1D |
| Octal | 175 | 46 | 26 | 0 | 106 | 122 | 63 | 11 | 106 | 35 |
| Binary | 1111101 | 100110 | 10110 | 0 | 1000110 | 1010010 | 110011 | 1001 | 1000110 | 11101 |
Color Harmonies of #7D2616
Complementary color
Monochromatic Colors of #7D2616
Black with #7D2616
Text Example
Text Example
White with #7D2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2616; }
p { color: rgb(125,38,22); }
H1.HeaderClassName
{
color: #7D2616;
}
.AnyTagClassName
{
color: #7D2616;
}
</style>
background-color css
<style>
a { background-color: #7D2616; }
a { background-color: rgb(125,38,22); }
div.DivClassName
{
background-color: #7D2616;
}
.BgClassName
{
background-color: #7D2616;
}
</style>
border-color css
<style>
span { border-color: #7D2616; }
span { border-color: rgb(125,38,22); }
td.TdClassName
{
border-color: #7D2616;
}
.TagClassName
{
border-color: #7D2616;
}
</style>