Shades of Falu Red #731E09
Tints of Falu Red #731E09
RGB
CMYK
RGB Variations
Color information
#731E09 (or 0x731E09) is known color: Falu Red. HEX triplet: 73, 1E and 09. RGB value is (115,30,9). Sum of RGB (Red+Green+Blue) = 115+30+9=154 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.68% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 115 - color contains mainly: red. Hex color #731E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731E09 is #8CE1F6. Grayscale: #353535. Windows color (decimal): -9232887 or 597619. OLE color: 597619.
HSL color Cylindrical-coordinate representation of color #731E09: hue angle of 11.89º 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 #731E09 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 30 | 9 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.55 |
| HSL | 11.89º | 0.85% | 0.24% | - |
| HSV(B) | 11.89º | 0.92% | 0.45% | - |
| XYZ | 7.58 | 4.59 | 0.75 | - |
| YUV | 53.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 9 | 0 | 0.74 | 0.92 | 0.55 | 11.89 | 0.85 | 0.24 |
| Hex | 73 | 1E | 9 | 0 | 4A | 5C | 37 | C | 55 | 18 |
| Octal | 163 | 36 | 11 | 0 | 112 | 134 | 67 | 14 | 125 | 30 |
| Binary | 1110011 | 11110 | 1001 | 0 | 1001010 | 1011100 | 110111 | 1100 | 1010101 | 11000 |
Color Harmonies of #731E09
Complementary color
Monochromatic Colors of #731E09
Black with #731E09
Text Example
Text Example
White with #731E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731E09; }
p { color: rgb(115,30,9); }
H1.HeaderClassName
{
color: #731E09;
}
.AnyTagClassName
{
color: #731E09;
}
</style>
background-color css
<style>
a { background-color: #731E09; }
a { background-color: rgb(115,30,9); }
div.DivClassName
{
background-color: #731E09;
}
.BgClassName
{
background-color: #731E09;
}
</style>
border-color css
<style>
span { border-color: #731E09; }
span { border-color: rgb(115,30,9); }
td.TdClassName
{
border-color: #731E09;
}
.TagClassName
{
border-color: #731E09;
}
</style>