Shades of Falu Red #7D1108
Tints of Falu Red #7D1108
RGB
CMYK
RGB Variations
Color information
#7D1108 (or 0x7D1108) is known color: Falu Red. HEX triplet: 7D, 11 and 08. RGB value is (125,17,8). Sum of RGB (Red+Green+Blue) = 125+17+8=150 (19% of max value = 765). Red value is 125 (49.22% from 255 or 83.33% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1108 is #82EEF7. Grayscale: #303030. Windows color (decimal): -8580856 or 528765. OLE color: 528765.
HSL color Cylindrical-coordinate representation of color #7D1108: hue angle of 4.62º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D1108 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 17 | 8 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.51 |
| HSL | 4.62º | 0.88% | 0.26% | - |
| HSV(B) | 4.62º | 0.94% | 0.49% | - |
| XYZ | 8.7 | 4.78 | 0.69 | - |
| YUV | 48.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 8 | 0 | 0.86 | 0.94 | 0.51 | 4.62 | 0.88 | 0.26 |
| Hex | 7D | 11 | 8 | 0 | 56 | 5E | 33 | 5 | 58 | 1A |
| Octal | 175 | 21 | 10 | 0 | 126 | 136 | 63 | 5 | 130 | 32 |
| Binary | 1111101 | 10001 | 1000 | 0 | 1010110 | 1011110 | 110011 | 101 | 1011000 | 11010 |
Color Harmonies of #7D1108
Complementary color
Monochromatic Colors of #7D1108
Black with #7D1108
Text Example
Text Example
White with #7D1108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1108; }
p { color: rgb(125,17,8); }
H1.HeaderClassName
{
color: #7D1108;
}
.AnyTagClassName
{
color: #7D1108;
}
</style>
background-color css
<style>
a { background-color: #7D1108; }
a { background-color: rgb(125,17,8); }
div.DivClassName
{
background-color: #7D1108;
}
.BgClassName
{
background-color: #7D1108;
}
</style>
border-color css
<style>
span { border-color: #7D1108; }
span { border-color: rgb(125,17,8); }
td.TdClassName
{
border-color: #7D1108;
}
.TagClassName
{
border-color: #7D1108;
}
</style>