Shades of Falu Red #7D2312
Tints of Falu Red #7D2312
RGB
CMYK
RGB Variations
Color information
#7D2312 (or 0x7D2312) is known color: Falu Red. HEX triplet: 7D, 23 and 12. RGB value is (125,35,18). Sum of RGB (Red+Green+Blue) = 125+35+18=178 (23% of max value = 765). Red value is 125 (49.22% from 255 or 70.22% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2312 is #82DCED. Grayscale: #3C3C3C. Windows color (decimal): -8576238 or 1188733. OLE color: 1188733.
HSL color Cylindrical-coordinate representation of color #7D2312: hue angle of 9.53º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D2312 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 35 | 18 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.51 |
| HSL | 9.53º | 0.75% | 0.28% | - |
| HSV(B) | 9.53º | 0.86% | 0.49% | - |
| XYZ | 9.17 | 5.61 | 1.17 | - |
| YUV | 59.97 | 104.32 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 35 | 18 | 0 | 0.72 | 0.86 | 0.51 | 9.53 | 0.75 | 0.28 |
| Hex | 7D | 23 | 12 | 0 | 48 | 56 | 33 | A | 4B | 1C |
| Octal | 175 | 43 | 22 | 0 | 110 | 126 | 63 | 12 | 113 | 34 |
| Binary | 1111101 | 100011 | 10010 | 0 | 1001000 | 1010110 | 110011 | 1010 | 1001011 | 11100 |
Color Harmonies of #7D2312
Complementary color
Monochromatic Colors of #7D2312
Black with #7D2312
Text Example
Text Example
White with #7D2312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2312; }
p { color: rgb(125,35,18); }
H1.HeaderClassName
{
color: #7D2312;
}
.AnyTagClassName
{
color: #7D2312;
}
</style>
background-color css
<style>
a { background-color: #7D2312; }
a { background-color: rgb(125,35,18); }
div.DivClassName
{
background-color: #7D2312;
}
.BgClassName
{
background-color: #7D2312;
}
</style>
border-color css
<style>
span { border-color: #7D2312; }
span { border-color: rgb(125,35,18); }
td.TdClassName
{
border-color: #7D2312;
}
.TagClassName
{
border-color: #7D2312;
}
</style>