Shades of Falu Red #73160D
Tints of Falu Red #73160D
RGB
CMYK
RGB Variations
Color information
#73160D (or 0x73160D) is known color: Falu Red. HEX triplet: 73, 16 and 0D. RGB value is (115,22,13). Sum of RGB (Red+Green+Blue) = 115+22+13=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #73160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73160D is #8CE9F2. Grayscale: #303030. Windows color (decimal): -9234931 or 857715. OLE color: 857715.
HSL color Cylindrical-coordinate representation of color #73160D: hue angle of 5.29º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73160D is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 22 | 13 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.55 |
| HSL | 5.29º | 0.8% | 0.25% | - |
| HSV(B) | 5.29º | 0.89% | 0.45% | - |
| XYZ | 7.43 | 4.25 | 0.81 | - |
| YUV | 48.78 | 107.81 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 13 | 0 | 0.81 | 0.89 | 0.55 | 5.29 | 0.8 | 0.25 |
| Hex | 73 | 16 | D | 0 | 51 | 59 | 37 | 5 | 50 | 19 |
| Octal | 163 | 26 | 15 | 0 | 121 | 131 | 67 | 5 | 120 | 31 |
| Binary | 1110011 | 10110 | 1101 | 0 | 1010001 | 1011001 | 110111 | 101 | 1010000 | 11001 |
Color Harmonies of #73160D
Complementary color
Monochromatic Colors of #73160D
Black with #73160D
Text Example
Text Example
White with #73160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73160D; }
p { color: rgb(115,22,13); }
H1.HeaderClassName
{
color: #73160D;
}
.AnyTagClassName
{
color: #73160D;
}
</style>
background-color css
<style>
a { background-color: #73160D; }
a { background-color: rgb(115,22,13); }
div.DivClassName
{
background-color: #73160D;
}
.BgClassName
{
background-color: #73160D;
}
</style>
border-color css
<style>
span { border-color: #73160D; }
span { border-color: rgb(115,22,13); }
td.TdClassName
{
border-color: #73160D;
}
.TagClassName
{
border-color: #73160D;
}
</style>