Shades of Tawny Port #713D4C
Tints of Tawny Port #713D4C
RGB
CMYK
RGB Variations
Color information
#713D4C (or 0x713D4C) is known color: Tawny Port. HEX triplet: 71, 3D and 4C. RGB value is (113,61,76). Sum of RGB (Red+Green+Blue) = 113+61+76=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #713D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D4C is #8EC2B3. Grayscale: #4E4E4E. Windows color (decimal): -9355956 or 4996465. OLE color: 4996465.
HSL color Cylindrical-coordinate representation of color #713D4C: hue angle of 342.69º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #713D4C is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 76 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.56 |
| HSL | 342.69º | 0.3% | 0.34% | - |
| HSV(B) | 342.69º | 0.46% | 0.44% | - |
| XYZ | 9.78 | 7.37 | 7.74 | - |
| YUV | 78.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 76 | 0 | 0.46 | 0.33 | 0.56 | 342.69 | 0.3 | 0.34 |
| Hex | 71 | 3D | 4C | 0 | 2E | 21 | 38 | 157 | 1E | 22 |
| Octal | 161 | 75 | 114 | 0 | 56 | 41 | 70 | 527 | 36 | 42 |
| Binary | 1110001 | 111101 | 1001100 | 0 | 101110 | 100001 | 111000 | 101010111 | 11110 | 100010 |
Color Harmonies of #713D4C
Complementary color
Monochromatic Colors of #713D4C
Black with #713D4C
Text Example
Text Example
White with #713D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D4C; }
p { color: rgb(113,61,76); }
H1.HeaderClassName
{
color: #713D4C;
}
.AnyTagClassName
{
color: #713D4C;
}
</style>
background-color css
<style>
a { background-color: #713D4C; }
a { background-color: rgb(113,61,76); }
div.DivClassName
{
background-color: #713D4C;
}
.BgClassName
{
background-color: #713D4C;
}
</style>
border-color css
<style>
span { border-color: #713D4C; }
span { border-color: rgb(113,61,76); }
td.TdClassName
{
border-color: #713D4C;
}
.TagClassName
{
border-color: #713D4C;
}
</style>