Shades of Falu Red #731C10
Tints of Falu Red #731C10
RGB
CMYK
RGB Variations
Color information
#731C10 (or 0x731C10) is known color: Falu Red. HEX triplet: 73, 1C and 10. RGB value is (115,28,16). Sum of RGB (Red+Green+Blue) = 115+28+16=159 (21% of max value = 765). Red value is 115 (45.31% from 255 or 72.33% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 115 - color contains mainly: red. Hex color #731C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731C10 is #8CE3EF. Grayscale: #343434. Windows color (decimal): -9233392 or 1055859. OLE color: 1055859.
HSL color Cylindrical-coordinate representation of color #731C10: hue angle of 7.27º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731C10 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 16 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.55 |
| HSL | 7.27º | 0.76% | 0.26% | - |
| HSV(B) | 7.27º | 0.86% | 0.45% | - |
| XYZ | 7.58 | 4.51 | 0.96 | - |
| YUV | 52.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 16 | 0 | 0.76 | 0.86 | 0.55 | 7.27 | 0.76 | 0.26 |
| Hex | 73 | 1C | 10 | 0 | 4C | 56 | 37 | 7 | 4C | 1A |
| Octal | 163 | 34 | 20 | 0 | 114 | 126 | 67 | 7 | 114 | 32 |
| Binary | 1110011 | 11100 | 10000 | 0 | 1001100 | 1010110 | 110111 | 111 | 1001100 | 11010 |
Color Harmonies of #731C10
Complementary color
Monochromatic Colors of #731C10
Black with #731C10
Text Example
Text Example
White with #731C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C10; }
p { color: rgb(115,28,16); }
H1.HeaderClassName
{
color: #731C10;
}
.AnyTagClassName
{
color: #731C10;
}
</style>
background-color css
<style>
a { background-color: #731C10; }
a { background-color: rgb(115,28,16); }
div.DivClassName
{
background-color: #731C10;
}
.BgClassName
{
background-color: #731C10;
}
</style>
border-color css
<style>
span { border-color: #731C10; }
span { border-color: rgb(115,28,16); }
td.TdClassName
{
border-color: #731C10;
}
.TagClassName
{
border-color: #731C10;
}
</style>