Shades of Falu Red #731709
Tints of Falu Red #731709
RGB
CMYK
RGB Variations
Color information
#731709 (or 0x731709) is known color: Falu Red. HEX triplet: 73, 17 and 09. RGB value is (115,23,9). Sum of RGB (Red+Green+Blue) = 115+23+9=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #731709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731709 is #8CE8F6. Grayscale: #313131. Windows color (decimal): -9234679 or 595827. OLE color: 595827.
HSL color Cylindrical-coordinate representation of color #731709: hue angle of 7.92º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #731709 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 23 | 9 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.55 |
| HSL | 7.92º | 0.85% | 0.24% | - |
| HSV(B) | 7.92º | 0.92% | 0.45% | - |
| XYZ | 7.43 | 4.28 | 0.69 | - |
| YUV | 48.91 | 105.48 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 9 | 0 | 0.80 | 0.92 | 0.55 | 7.92 | 0.85 | 0.24 |
| Hex | 73 | 17 | 9 | 0 | 50 | 5C | 37 | 8 | 55 | 18 |
| Octal | 163 | 27 | 11 | 0 | 120 | 134 | 67 | 10 | 125 | 30 |
| Binary | 1110011 | 10111 | 1001 | 0 | 1010000 | 1011100 | 110111 | 1000 | 1010101 | 11000 |
Color Harmonies of #731709
Complementary color
Monochromatic Colors of #731709
Black with #731709
Text Example
Text Example
White with #731709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731709; }
p { color: rgb(115,23,9); }
H1.HeaderClassName
{
color: #731709;
}
.AnyTagClassName
{
color: #731709;
}
</style>
background-color css
<style>
a { background-color: #731709; }
a { background-color: rgb(115,23,9); }
div.DivClassName
{
background-color: #731709;
}
.BgClassName
{
background-color: #731709;
}
</style>
border-color css
<style>
span { border-color: #731709; }
span { border-color: rgb(115,23,9); }
td.TdClassName
{
border-color: #731709;
}
.TagClassName
{
border-color: #731709;
}
</style>