Shades of Tawny Port #713748
Tints of Tawny Port #713748
RGB
CMYK
RGB Variations
Color information
#713748 (or 0x713748) is known color: Tawny Port. HEX triplet: 71, 37 and 48. RGB value is (113,55,72). Sum of RGB (Red+Green+Blue) = 113+55+72=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #713748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713748 is #8EC8B7. Grayscale: #4A4A4A. Windows color (decimal): -9357496 or 4732785. OLE color: 4732785.
HSL color Cylindrical-coordinate representation of color #713748: hue angle of 342.41º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #713748 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 55 | 72 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.56 |
| HSL | 342.41º | 0.35% | 0.33% | - |
| HSV(B) | 342.41º | 0.51% | 0.44% | - |
| XYZ | 9.35 | 6.71 | 6.93 | - |
| YUV | 74.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 55 | 72 | 0 | 0.51 | 0.36 | 0.56 | 342.41 | 0.35 | 0.33 |
| Hex | 71 | 37 | 48 | 0 | 33 | 24 | 38 | 156 | 23 | 21 |
| Octal | 161 | 67 | 110 | 0 | 63 | 44 | 70 | 526 | 43 | 41 |
| Binary | 1110001 | 110111 | 1001000 | 0 | 110011 | 100100 | 111000 | 101010110 | 100011 | 100001 |
Color Harmonies of #713748
Complementary color
Monochromatic Colors of #713748
Black with #713748
Text Example
Text Example
White with #713748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713748; }
p { color: rgb(113,55,72); }
H1.HeaderClassName
{
color: #713748;
}
.AnyTagClassName
{
color: #713748;
}
</style>
background-color css
<style>
a { background-color: #713748; }
a { background-color: rgb(113,55,72); }
div.DivClassName
{
background-color: #713748;
}
.BgClassName
{
background-color: #713748;
}
</style>
border-color css
<style>
span { border-color: #713748; }
span { border-color: rgb(113,55,72); }
td.TdClassName
{
border-color: #713748;
}
.TagClassName
{
border-color: #713748;
}
</style>