Shades of Falu Red #7D2406
Tints of Falu Red #7D2406
RGB
CMYK
RGB Variations
Color information
#7D2406 (or 0x7D2406) is known color: Falu Red. HEX triplet: 7D, 24 and 06. RGB value is (125,36,6). Sum of RGB (Red+Green+Blue) = 125+36+6=167 (22% of max value = 765). Red value is 125 (49.22% from 255 or 74.85% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2406 is #82DBF9. Grayscale: #3B3B3B. Windows color (decimal): -8575994 or 402557. OLE color: 402557.
HSL color Cylindrical-coordinate representation of color #7D2406: hue angle of 15.13º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D2406 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 36 | 6 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.51 |
| HSL | 15.13º | 0.91% | 0.26% | - |
| HSV(B) | 15.13º | 0.95% | 0.49% | - |
| XYZ | 9.12 | 5.63 | 0.78 | - |
| YUV | 59.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 36 | 6 | 0 | 0.71 | 0.95 | 0.51 | 15.13 | 0.91 | 0.26 |
| Hex | 7D | 24 | 6 | 0 | 47 | 5F | 33 | F | 5B | 1A |
| Octal | 175 | 44 | 6 | 0 | 107 | 137 | 63 | 17 | 133 | 32 |
| Binary | 1111101 | 100100 | 110 | 0 | 1000111 | 1011111 | 110011 | 1111 | 1011011 | 11010 |
Color Harmonies of #7D2406
Complementary color
Monochromatic Colors of #7D2406
Black with #7D2406
Text Example
Text Example
White with #7D2406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2406; }
p { color: rgb(125,36,6); }
H1.HeaderClassName
{
color: #7D2406;
}
.AnyTagClassName
{
color: #7D2406;
}
</style>
background-color css
<style>
a { background-color: #7D2406; }
a { background-color: rgb(125,36,6); }
div.DivClassName
{
background-color: #7D2406;
}
.BgClassName
{
background-color: #7D2406;
}
</style>
border-color css
<style>
span { border-color: #7D2406; }
span { border-color: rgb(125,36,6); }
td.TdClassName
{
border-color: #7D2406;
}
.TagClassName
{
border-color: #7D2406;
}
</style>