Shades of Falu Red #7D2512
Tints of Falu Red #7D2512
RGB
CMYK
RGB Variations
Color information
#7D2512 (or 0x7D2512) is known color: Falu Red. HEX triplet: 7D, 25 and 12. RGB value is (125,37,18). Sum of RGB (Red+Green+Blue) = 125+37+18=180 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.44% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2512 is #82DAED. Grayscale: #3D3D3D. Windows color (decimal): -8575726 or 1189245. OLE color: 1189245.
HSL color Cylindrical-coordinate representation of color #7D2512: hue angle of 10.65º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D2512 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 37 | 18 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.51 |
| HSL | 10.65º | 0.75% | 0.28% | - |
| HSV(B) | 10.65º | 0.86% | 0.49% | - |
| XYZ | 9.23 | 5.73 | 1.19 | - |
| YUV | 61.15 | 103.65 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 37 | 18 | 0 | 0.70 | 0.86 | 0.51 | 10.65 | 0.75 | 0.28 |
| Hex | 7D | 25 | 12 | 0 | 46 | 56 | 33 | B | 4B | 1C |
| Octal | 175 | 45 | 22 | 0 | 106 | 126 | 63 | 13 | 113 | 34 |
| Binary | 1111101 | 100101 | 10010 | 0 | 1000110 | 1010110 | 110011 | 1011 | 1001011 | 11100 |
Color Harmonies of #7D2512
Complementary color
Monochromatic Colors of #7D2512
Black with #7D2512
Text Example
Text Example
White with #7D2512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2512; }
p { color: rgb(125,37,18); }
H1.HeaderClassName
{
color: #7D2512;
}
.AnyTagClassName
{
color: #7D2512;
}
</style>
background-color css
<style>
a { background-color: #7D2512; }
a { background-color: rgb(125,37,18); }
div.DivClassName
{
background-color: #7D2512;
}
.BgClassName
{
background-color: #7D2512;
}
</style>
border-color css
<style>
span { border-color: #7D2512; }
span { border-color: rgb(125,37,18); }
td.TdClassName
{
border-color: #7D2512;
}
.TagClassName
{
border-color: #7D2512;
}
</style>