Shades of Falu Red #7D280D
Tints of Falu Red #7D280D
RGB
CMYK
RGB Variations
Color information
#7D280D (or 0x7D280D) is known color: Falu Red. HEX triplet: 7D, 28 and 0D. RGB value is (125,40,13). Sum of RGB (Red+Green+Blue) = 125+40+13=178 (23% of max value = 765). Red value is 125 (49.22% from 255 or 70.22% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 125 - color contains mainly: red. Hex color #7D280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D280D is #82D7F2. Grayscale: #3E3E3E. Windows color (decimal): -8574963 or 862333. OLE color: 862333.
HSL color Cylindrical-coordinate representation of color #7D280D: hue angle of 14.46º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D280D is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 40 | 13 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.51 |
| HSL | 14.46º | 0.81% | 0.27% | - |
| HSV(B) | 14.46º | 0.9% | 0.49% | - |
| XYZ | 9.29 | 5.91 | 1.03 | - |
| YUV | 62.34 | 100.16 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 40 | 13 | 0 | 0.68 | 0.90 | 0.51 | 14.46 | 0.81 | 0.27 |
| Hex | 7D | 28 | D | 0 | 44 | 5A | 33 | E | 51 | 1B |
| Octal | 175 | 50 | 15 | 0 | 104 | 132 | 63 | 16 | 121 | 33 |
| Binary | 1111101 | 101000 | 1101 | 0 | 1000100 | 1011010 | 110011 | 1110 | 1010001 | 11011 |
Color Harmonies of #7D280D
Complementary color
Monochromatic Colors of #7D280D
Black with #7D280D
Text Example
Text Example
White with #7D280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D280D; }
p { color: rgb(125,40,13); }
H1.HeaderClassName
{
color: #7D280D;
}
.AnyTagClassName
{
color: #7D280D;
}
</style>
background-color css
<style>
a { background-color: #7D280D; }
a { background-color: rgb(125,40,13); }
div.DivClassName
{
background-color: #7D280D;
}
.BgClassName
{
background-color: #7D280D;
}
</style>
border-color css
<style>
span { border-color: #7D280D; }
span { border-color: rgb(125,40,13); }
td.TdClassName
{
border-color: #7D280D;
}
.TagClassName
{
border-color: #7D280D;
}
</style>