Shades of Falu Red #7D2712
Tints of Falu Red #7D2712
RGB
CMYK
RGB Variations
Color information
#7D2712 (or 0x7D2712) is known color: Falu Red. HEX triplet: 7D, 27 and 12. RGB value is (125,39,18). Sum of RGB (Red+Green+Blue) = 125+39+18=182 (24% of max value = 765). Red value is 125 (49.22% from 255 or 68.68% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2712 is #82D8ED. Grayscale: #3E3E3E. Windows color (decimal): -8575214 or 1189757. OLE color: 1189757.
HSL color Cylindrical-coordinate representation of color #7D2712: hue angle of 11.78º 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 #7D2712 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 39 | 18 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.51 |
| HSL | 11.78º | 0.75% | 0.28% | - |
| HSV(B) | 11.78º | 0.86% | 0.49% | - |
| XYZ | 9.29 | 5.85 | 1.21 | - |
| YUV | 62.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 39 | 18 | 0 | 0.69 | 0.86 | 0.51 | 11.78 | 0.75 | 0.28 |
| Hex | 7D | 27 | 12 | 0 | 45 | 56 | 33 | C | 4B | 1C |
| Octal | 175 | 47 | 22 | 0 | 105 | 126 | 63 | 14 | 113 | 34 |
| Binary | 1111101 | 100111 | 10010 | 0 | 1000101 | 1010110 | 110011 | 1100 | 1001011 | 11100 |
Color Harmonies of #7D2712
Complementary color
Monochromatic Colors of #7D2712
Black with #7D2712
Text Example
Text Example
White with #7D2712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2712; }
p { color: rgb(125,39,18); }
H1.HeaderClassName
{
color: #7D2712;
}
.AnyTagClassName
{
color: #7D2712;
}
</style>
background-color css
<style>
a { background-color: #7D2712; }
a { background-color: rgb(125,39,18); }
div.DivClassName
{
background-color: #7D2712;
}
.BgClassName
{
background-color: #7D2712;
}
</style>
border-color css
<style>
span { border-color: #7D2712; }
span { border-color: rgb(125,39,18); }
td.TdClassName
{
border-color: #7D2712;
}
.TagClassName
{
border-color: #7D2712;
}
</style>