Shades of Tawny Port #713A47
Tints of Tawny Port #713A47
RGB
CMYK
RGB Variations
Color information
#713A47 (or 0x713A47) is known color: Tawny Port. HEX triplet: 71, 3A and 47. RGB value is (113,58,71). Sum of RGB (Red+Green+Blue) = 113+58+71=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #713A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A47 is #8EC5B8. Grayscale: #4B4B4B. Windows color (decimal): -9356729 or 4668017. OLE color: 4668017.
HSL color Cylindrical-coordinate representation of color #713A47: hue angle of 345.82º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #713A47 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 58 | 71 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.56 |
| HSL | 345.82º | 0.32% | 0.34% | - |
| HSV(B) | 345.82º | 0.49% | 0.44% | - |
| XYZ | 9.46 | 6.99 | 6.81 | - |
| YUV | 75.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 71 | 0 | 0.49 | 0.37 | 0.56 | 345.82 | 0.32 | 0.34 |
| Hex | 71 | 3A | 47 | 0 | 31 | 25 | 38 | 15A | 20 | 22 |
| Octal | 161 | 72 | 107 | 0 | 61 | 45 | 70 | 532 | 40 | 42 |
| Binary | 1110001 | 111010 | 1000111 | 0 | 110001 | 100101 | 111000 | 101011010 | 100000 | 100010 |
Color Harmonies of #713A47
Complementary color
Monochromatic Colors of #713A47
Black with #713A47
Text Example
Text Example
White with #713A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A47; }
p { color: rgb(113,58,71); }
H1.HeaderClassName
{
color: #713A47;
}
.AnyTagClassName
{
color: #713A47;
}
</style>
background-color css
<style>
a { background-color: #713A47; }
a { background-color: rgb(113,58,71); }
div.DivClassName
{
background-color: #713A47;
}
.BgClassName
{
background-color: #713A47;
}
</style>
border-color css
<style>
span { border-color: #713A47; }
span { border-color: rgb(113,58,71); }
td.TdClassName
{
border-color: #713A47;
}
.TagClassName
{
border-color: #713A47;
}
</style>