Shades of Falu Red #731D14
Tints of Falu Red #731D14
RGB
CMYK
RGB Variations
Color information
#731D14 (or 0x731D14) is known color: Falu Red. HEX triplet: 73, 1D and 14. RGB value is (115,29,20). Sum of RGB (Red+Green+Blue) = 115+29+20=164 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.12% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 115 - color contains mainly: red. Hex color #731D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731D14 is #8CE2EB. Grayscale: #353535. Windows color (decimal): -9233132 or 1318259. OLE color: 1318259.
HSL color Cylindrical-coordinate representation of color #731D14: hue angle of 5.68º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731D14 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 29 | 20 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.55 |
| HSL | 5.68º | 0.7% | 0.26% | - |
| HSV(B) | 5.68º | 0.83% | 0.45% | - |
| XYZ | 7.64 | 4.57 | 1.14 | - |
| YUV | 53.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 20 | 0 | 0.75 | 0.83 | 0.55 | 5.68 | 0.7 | 0.26 |
| Hex | 73 | 1D | 14 | 0 | 4B | 53 | 37 | 6 | 46 | 1A |
| Octal | 163 | 35 | 24 | 0 | 113 | 123 | 67 | 6 | 106 | 32 |
| Binary | 1110011 | 11101 | 10100 | 0 | 1001011 | 1010011 | 110111 | 110 | 1000110 | 11010 |
Color Harmonies of #731D14
Complementary color
Monochromatic Colors of #731D14
Black with #731D14
Text Example
Text Example
White with #731D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731D14; }
p { color: rgb(115,29,20); }
H1.HeaderClassName
{
color: #731D14;
}
.AnyTagClassName
{
color: #731D14;
}
</style>
background-color css
<style>
a { background-color: #731D14; }
a { background-color: rgb(115,29,20); }
div.DivClassName
{
background-color: #731D14;
}
.BgClassName
{
background-color: #731D14;
}
</style>
border-color css
<style>
span { border-color: #731D14; }
span { border-color: rgb(115,29,20); }
td.TdClassName
{
border-color: #731D14;
}
.TagClassName
{
border-color: #731D14;
}
</style>