Shades of Tawny Port #713C49
Tints of Tawny Port #713C49
RGB
CMYK
RGB Variations
Color information
#713C49 (or 0x713C49) is known color: Tawny Port. HEX triplet: 71, 3C and 49. RGB value is (113,60,73). Sum of RGB (Red+Green+Blue) = 113+60+73=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #713C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C49 is #8EC3B6. Grayscale: #4D4D4D. Windows color (decimal): -9356215 or 4799601. OLE color: 4799601.
HSL color Cylindrical-coordinate representation of color #713C49: hue angle of 345.28º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #713C49 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 60 | 73 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.56 |
| HSL | 345.28º | 0.31% | 0.34% | - |
| HSV(B) | 345.28º | 0.47% | 0.44% | - |
| XYZ | 9.63 | 7.22 | 7.19 | - |
| YUV | 77.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 73 | 0 | 0.47 | 0.35 | 0.56 | 345.28 | 0.31 | 0.34 |
| Hex | 71 | 3C | 49 | 0 | 2F | 23 | 38 | 159 | 1F | 22 |
| Octal | 161 | 74 | 111 | 0 | 57 | 43 | 70 | 531 | 37 | 42 |
| Binary | 1110001 | 111100 | 1001001 | 0 | 101111 | 100011 | 111000 | 101011001 | 11111 | 100010 |
Color Harmonies of #713C49
Complementary color
Monochromatic Colors of #713C49
Black with #713C49
Text Example
Text Example
White with #713C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713C49; }
p { color: rgb(113,60,73); }
H1.HeaderClassName
{
color: #713C49;
}
.AnyTagClassName
{
color: #713C49;
}
</style>
background-color css
<style>
a { background-color: #713C49; }
a { background-color: rgb(113,60,73); }
div.DivClassName
{
background-color: #713C49;
}
.BgClassName
{
background-color: #713C49;
}
</style>
border-color css
<style>
span { border-color: #713C49; }
span { border-color: rgb(113,60,73); }
td.TdClassName
{
border-color: #713C49;
}
.TagClassName
{
border-color: #713C49;
}
</style>