Shades of Falu Red #7D2516
Tints of Falu Red #7D2516
RGB
CMYK
RGB Variations
Color information
#7D2516 (or 0x7D2516) is known color: Falu Red. HEX triplet: 7D, 25 and 16. RGB value is (125,37,22). Sum of RGB (Red+Green+Blue) = 125+37+22=184 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.93% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2516 is #82DAE9. Grayscale: #3D3D3D. Windows color (decimal): -8575722 or 1451389. OLE color: 1451389.
HSL color Cylindrical-coordinate representation of color #7D2516: hue angle of 8.74º 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 #7D2516 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 37 | 22 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.51 |
| HSL | 8.74º | 0.7% | 0.29% | - |
| HSV(B) | 8.74º | 0.82% | 0.49% | - |
| XYZ | 9.26 | 5.74 | 1.38 | - |
| YUV | 61.6 | 105.65 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 37 | 22 | 0 | 0.70 | 0.82 | 0.51 | 8.74 | 0.7 | 0.29 |
| Hex | 7D | 25 | 16 | 0 | 46 | 52 | 33 | 9 | 46 | 1D |
| Octal | 175 | 45 | 26 | 0 | 106 | 122 | 63 | 11 | 106 | 35 |
| Binary | 1111101 | 100101 | 10110 | 0 | 1000110 | 1010010 | 110011 | 1001 | 1000110 | 11101 |
Color Harmonies of #7D2516
Complementary color
Monochromatic Colors of #7D2516
Black with #7D2516
Text Example
Text Example
White with #7D2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2516; }
p { color: rgb(125,37,22); }
H1.HeaderClassName
{
color: #7D2516;
}
.AnyTagClassName
{
color: #7D2516;
}
</style>
background-color css
<style>
a { background-color: #7D2516; }
a { background-color: rgb(125,37,22); }
div.DivClassName
{
background-color: #7D2516;
}
.BgClassName
{
background-color: #7D2516;
}
</style>
border-color css
<style>
span { border-color: #7D2516; }
span { border-color: rgb(125,37,22); }
td.TdClassName
{
border-color: #7D2516;
}
.TagClassName
{
border-color: #7D2516;
}
</style>