Shades of Falu Red #73170D
Tints of Falu Red #73170D
RGB
CMYK
RGB Variations
Color information
#73170D (or 0x73170D) is known color: Falu Red. HEX triplet: 73, 17 and 0D. RGB value is (115,23,13). Sum of RGB (Red+Green+Blue) = 115+23+13=151 (20% of max value = 765). Red value is 115 (45.31% from 255 or 76.16% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 115 - color contains mainly: red. Hex color #73170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73170D is #8CE8F2. Grayscale: #313131. Windows color (decimal): -9234675 or 857971. OLE color: 857971.
HSL color Cylindrical-coordinate representation of color #73170D: hue angle of 5.88º 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 #73170D is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 23 | 13 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.55 |
| HSL | 5.88º | 0.8% | 0.25% | - |
| HSV(B) | 5.88º | 0.89% | 0.45% | - |
| XYZ | 7.45 | 4.29 | 0.82 | - |
| YUV | 49.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 13 | 0 | 0.80 | 0.89 | 0.55 | 5.88 | 0.8 | 0.25 |
| Hex | 73 | 17 | D | 0 | 50 | 59 | 37 | 6 | 50 | 19 |
| Octal | 163 | 27 | 15 | 0 | 120 | 131 | 67 | 6 | 120 | 31 |
| Binary | 1110011 | 10111 | 1101 | 0 | 1010000 | 1011001 | 110111 | 110 | 1010000 | 11001 |
Color Harmonies of #73170D
Complementary color
Monochromatic Colors of #73170D
Black with #73170D
Text Example
Text Example
White with #73170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73170D; }
p { color: rgb(115,23,13); }
H1.HeaderClassName
{
color: #73170D;
}
.AnyTagClassName
{
color: #73170D;
}
</style>
background-color css
<style>
a { background-color: #73170D; }
a { background-color: rgb(115,23,13); }
div.DivClassName
{
background-color: #73170D;
}
.BgClassName
{
background-color: #73170D;
}
</style>
border-color css
<style>
span { border-color: #73170D; }
span { border-color: rgb(115,23,13); }
td.TdClassName
{
border-color: #73170D;
}
.TagClassName
{
border-color: #73170D;
}
</style>