Shades of Falu Red #7D2416
Tints of Falu Red #7D2416
RGB
CMYK
RGB Variations
Color information
#7D2416 (or 0x7D2416) is known color: Falu Red. HEX triplet: 7D, 24 and 16. RGB value is (125,36,22). Sum of RGB (Red+Green+Blue) = 125+36+22=183 (24% of max value = 765). Red value is 125 (49.22% from 255 or 68.31% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2416 is #82DBE9. Grayscale: #3D3D3D. Windows color (decimal): -8575978 or 1451133. OLE color: 1451133.
HSL color Cylindrical-coordinate representation of color #7D2416: hue angle of 8.16º 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 #7D2416 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 36 | 22 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.51 |
| HSL | 8.16º | 0.7% | 0.29% | - |
| HSV(B) | 8.16º | 0.82% | 0.49% | - |
| XYZ | 9.23 | 5.68 | 1.37 | - |
| YUV | 61.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 36 | 22 | 0 | 0.71 | 0.82 | 0.51 | 8.16 | 0.7 | 0.29 |
| Hex | 7D | 24 | 16 | 0 | 47 | 52 | 33 | 8 | 46 | 1D |
| Octal | 175 | 44 | 26 | 0 | 107 | 122 | 63 | 10 | 106 | 35 |
| Binary | 1111101 | 100100 | 10110 | 0 | 1000111 | 1010010 | 110011 | 1000 | 1000110 | 11101 |
Color Harmonies of #7D2416
Complementary color
Monochromatic Colors of #7D2416
Black with #7D2416
Text Example
Text Example
White with #7D2416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2416; }
p { color: rgb(125,36,22); }
H1.HeaderClassName
{
color: #7D2416;
}
.AnyTagClassName
{
color: #7D2416;
}
</style>
background-color css
<style>
a { background-color: #7D2416; }
a { background-color: rgb(125,36,22); }
div.DivClassName
{
background-color: #7D2416;
}
.BgClassName
{
background-color: #7D2416;
}
</style>
border-color css
<style>
span { border-color: #7D2416; }
span { border-color: rgb(125,36,22); }
td.TdClassName
{
border-color: #7D2416;
}
.TagClassName
{
border-color: #7D2416;
}
</style>