Shades of Falu Red #7D2400
Tints of Falu Red #7D2400
RGB
CMYK
RGB Variations
Color information
#7D2400 (or 0x7D2400) is known color: Falu Red. HEX triplet: 7D, 24 and 00. RGB value is (125,36,0). Sum of RGB (Red+Green+Blue) = 125+36+0=161 (21% of max value = 765). Red value is 125 (49.22% from 255 or 77.64% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2400 is #82DBFF. Grayscale: #3A3A3A. Windows color (decimal): -8576000 or 9341. OLE color: 9341.
HSL color Cylindrical-coordinate representation of color #7D2400: hue angle of 17.28º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D2400 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 36 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.51 |
| HSL | 17.28º | 1% | 0.25% | - |
| HSV(B) | 17.28º | 1% | 0.49% | - |
| XYZ | 9.09 | 5.62 | 0.61 | - |
| YUV | 58.51 | 94.99 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 36 | 0 | 0 | 0.71 | 1 | 0.51 | 17.28 | 1 | 0.25 |
| Hex | 7D | 24 | 0 | 0 | 47 | 64 | 33 | 11 | 64 | 19 |
| Octal | 175 | 44 | 0 | 0 | 107 | 144 | 63 | 21 | 144 | 31 |
| Binary | 1111101 | 100100 | 0 | 0 | 1000111 | 1100100 | 110011 | 10001 | 1100100 | 11001 |
Color Harmonies of #7D2400
Complementary color
Monochromatic Colors of #7D2400
Black with #7D2400
Text Example
Text Example
White with #7D2400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2400; }
p { color: rgb(125,36,0); }
H1.HeaderClassName
{
color: #7D2400;
}
.AnyTagClassName
{
color: #7D2400;
}
</style>
background-color css
<style>
a { background-color: #7D2400; }
a { background-color: rgb(125,36,0); }
div.DivClassName
{
background-color: #7D2400;
}
.BgClassName
{
background-color: #7D2400;
}
</style>
border-color css
<style>
span { border-color: #7D2400; }
span { border-color: rgb(125,36,0); }
td.TdClassName
{
border-color: #7D2400;
}
.TagClassName
{
border-color: #7D2400;
}
</style>