Shades of Tawny Port #713B49
Tints of Tawny Port #713B49
RGB
CMYK
RGB Variations
Color information
#713B49 (or 0x713B49) is known color: Tawny Port. HEX triplet: 71, 3B and 49. RGB value is (113,59,73). Sum of RGB (Red+Green+Blue) = 113+59+73=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #713B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B49 is #8EC4B6. Grayscale: #4C4C4C. Windows color (decimal): -9356471 or 4799345. OLE color: 4799345.
HSL color Cylindrical-coordinate representation of color #713B49: hue angle of 344.44º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #713B49 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 59 | 73 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.56 |
| HSL | 344.44º | 0.31% | 0.34% | - |
| HSV(B) | 344.44º | 0.48% | 0.44% | - |
| XYZ | 9.58 | 7.12 | 7.17 | - |
| YUV | 76.74 | 125.89 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 73 | 0 | 0.48 | 0.35 | 0.56 | 344.44 | 0.31 | 0.34 |
| Hex | 71 | 3B | 49 | 0 | 30 | 23 | 38 | 158 | 1F | 22 |
| Octal | 161 | 73 | 111 | 0 | 60 | 43 | 70 | 530 | 37 | 42 |
| Binary | 1110001 | 111011 | 1001001 | 0 | 110000 | 100011 | 111000 | 101011000 | 11111 | 100010 |
Color Harmonies of #713B49
Complementary color
Monochromatic Colors of #713B49
Black with #713B49
Text Example
Text Example
White with #713B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B49; }
p { color: rgb(113,59,73); }
H1.HeaderClassName
{
color: #713B49;
}
.AnyTagClassName
{
color: #713B49;
}
</style>
background-color css
<style>
a { background-color: #713B49; }
a { background-color: rgb(113,59,73); }
div.DivClassName
{
background-color: #713B49;
}
.BgClassName
{
background-color: #713B49;
}
</style>
border-color css
<style>
span { border-color: #713B49; }
span { border-color: rgb(113,59,73); }
td.TdClassName
{
border-color: #713B49;
}
.TagClassName
{
border-color: #713B49;
}
</style>