Shades of Falu Red #7D1D19
Tints of Falu Red #7D1D19
RGB
CMYK
RGB Variations
Color information
#7D1D19 (or 0x7D1D19) is known color: Falu Red. HEX triplet: 7D, 1D and 19. RGB value is (125,29,25). Sum of RGB (Red+Green+Blue) = 125+29+25=179 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.83% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D1D19 is #82E2E6. Grayscale: #393939. Windows color (decimal): -8577767 or 1645949. OLE color: 1645949.
HSL color Cylindrical-coordinate representation of color #7D1D19: hue angle of 2.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D1D19 is Cyan = 0, Magento = 0.77, Yellow = 0.8 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 29 | 25 | - |
| CMYK | 0 | 0.77 | 0.8 | 0.51 |
| HSL | 2.4º | 0.67% | 0.29% | - |
| HSV(B) | 2.4º | 0.8% | 0.49% | - |
| XYZ | 9.07 | 5.31 | 1.47 | - |
| YUV | 57.25 | 109.8 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 29 | 25 | 0 | 0.77 | 0.8 | 0.51 | 2.4 | 0.67 | 0.29 |
| Hex | 7D | 1D | 19 | 0 | 4D | 50 | 33 | 2 | 43 | 1D |
| Octal | 175 | 35 | 31 | 0 | 115 | 120 | 63 | 2 | 103 | 35 |
| Binary | 1111101 | 11101 | 11001 | 0 | 1001101 | 1010000 | 110011 | 10 | 1000011 | 11101 |
Color Harmonies of #7D1D19
Complementary color
Monochromatic Colors of #7D1D19
Black with #7D1D19
Text Example
Text Example
White with #7D1D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1D19; }
p { color: rgb(125,29,25); }
H1.HeaderClassName
{
color: #7D1D19;
}
.AnyTagClassName
{
color: #7D1D19;
}
</style>
background-color css
<style>
a { background-color: #7D1D19; }
a { background-color: rgb(125,29,25); }
div.DivClassName
{
background-color: #7D1D19;
}
.BgClassName
{
background-color: #7D1D19;
}
</style>
border-color css
<style>
span { border-color: #7D1D19; }
span { border-color: rgb(125,29,25); }
td.TdClassName
{
border-color: #7D1D19;
}
.TagClassName
{
border-color: #7D1D19;
}
</style>