Shades of Falu Red #731C0F
Tints of Falu Red #731C0F
RGB
CMYK
RGB Variations
Color information
#731C0F (or 0x731C0F) is known color: Falu Red. HEX triplet: 73, 1C and 0F. RGB value is (115,28,15). Sum of RGB (Red+Green+Blue) = 115+28+15=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #731C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731C0F is #8CE3F0. Grayscale: #343434. Windows color (decimal): -9233393 or 990323. OLE color: 990323.
HSL color Cylindrical-coordinate representation of color #731C0F: hue angle of 7.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731C0F is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 15 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.55 |
| HSL | 7.8º | 0.77% | 0.25% | - |
| HSV(B) | 7.8º | 0.87% | 0.45% | - |
| XYZ | 7.57 | 4.51 | 0.92 | - |
| YUV | 52.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 15 | 0 | 0.76 | 0.87 | 0.55 | 7.8 | 0.77 | 0.25 |
| Hex | 73 | 1C | F | 0 | 4C | 57 | 37 | 8 | 4D | 19 |
| Octal | 163 | 34 | 17 | 0 | 114 | 127 | 67 | 10 | 115 | 31 |
| Binary | 1110011 | 11100 | 1111 | 0 | 1001100 | 1010111 | 110111 | 1000 | 1001101 | 11001 |
Color Harmonies of #731C0F
Complementary color
Monochromatic Colors of #731C0F
Black with #731C0F
Text Example
Text Example
White with #731C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C0F; }
p { color: rgb(115,28,15); }
H1.HeaderClassName
{
color: #731C0F;
}
.AnyTagClassName
{
color: #731C0F;
}
</style>
background-color css
<style>
a { background-color: #731C0F; }
a { background-color: rgb(115,28,15); }
div.DivClassName
{
background-color: #731C0F;
}
.BgClassName
{
background-color: #731C0F;
}
</style>
border-color css
<style>
span { border-color: #731C0F; }
span { border-color: rgb(115,28,15); }
td.TdClassName
{
border-color: #731C0F;
}
.TagClassName
{
border-color: #731C0F;
}
</style>