Shades of Falu Red #7D2015
Tints of Falu Red #7D2015
RGB
CMYK
RGB Variations
Color information
#7D2015 (or 0x7D2015) is known color: Falu Red. HEX triplet: 7D, 20 and 15. RGB value is (125,32,21). Sum of RGB (Red+Green+Blue) = 125+32+21=178 (23% of max value = 765). Red value is 125 (49.22% from 255 or 70.22% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2015 is #82DFEA. Grayscale: #3A3A3A. Windows color (decimal): -8577003 or 1384573. OLE color: 1384573.
HSL color Cylindrical-coordinate representation of color #7D2015: hue angle of 6.35º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D2015 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 32 | 21 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.51 |
| HSL | 6.35º | 0.71% | 0.29% | - |
| HSV(B) | 6.35º | 0.83% | 0.49% | - |
| XYZ | 9.11 | 5.45 | 1.28 | - |
| YUV | 58.55 | 106.81 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 32 | 21 | 0 | 0.74 | 0.83 | 0.51 | 6.35 | 0.71 | 0.29 |
| Hex | 7D | 20 | 15 | 0 | 4A | 53 | 33 | 6 | 47 | 1D |
| Octal | 175 | 40 | 25 | 0 | 112 | 123 | 63 | 6 | 107 | 35 |
| Binary | 1111101 | 100000 | 10101 | 0 | 1001010 | 1010011 | 110011 | 110 | 1000111 | 11101 |
Color Harmonies of #7D2015
Complementary color
Monochromatic Colors of #7D2015
Black with #7D2015
Text Example
Text Example
White with #7D2015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2015; }
p { color: rgb(125,32,21); }
H1.HeaderClassName
{
color: #7D2015;
}
.AnyTagClassName
{
color: #7D2015;
}
</style>
background-color css
<style>
a { background-color: #7D2015; }
a { background-color: rgb(125,32,21); }
div.DivClassName
{
background-color: #7D2015;
}
.BgClassName
{
background-color: #7D2015;
}
</style>
border-color css
<style>
span { border-color: #7D2015; }
span { border-color: rgb(125,32,21); }
td.TdClassName
{
border-color: #7D2015;
}
.TagClassName
{
border-color: #7D2015;
}
</style>