Shades of Tawny Port #713745
Tints of Tawny Port #713745
RGB
CMYK
RGB Variations
Color information
#713745 (or 0x713745) is known color: Tawny Port. HEX triplet: 71, 37 and 45. RGB value is (113,55,69). Sum of RGB (Red+Green+Blue) = 113+55+69=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #713745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713745 is #8EC8BA. Grayscale: #494949. Windows color (decimal): -9357499 or 4536177. OLE color: 4536177.
HSL color Cylindrical-coordinate representation of color #713745: hue angle of 345.52º 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 #713745 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 55 | 69 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.56 |
| HSL | 345.52º | 0.35% | 0.33% | - |
| HSV(B) | 345.52º | 0.51% | 0.44% | - |
| XYZ | 9.25 | 6.67 | 6.43 | - |
| YUV | 73.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 55 | 69 | 0 | 0.51 | 0.39 | 0.56 | 345.52 | 0.35 | 0.33 |
| Hex | 71 | 37 | 45 | 0 | 33 | 27 | 38 | 15A | 23 | 21 |
| Octal | 161 | 67 | 105 | 0 | 63 | 47 | 70 | 532 | 43 | 41 |
| Binary | 1110001 | 110111 | 1000101 | 0 | 110011 | 100111 | 111000 | 101011010 | 100011 | 100001 |
Color Harmonies of #713745
Complementary color
Monochromatic Colors of #713745
Black with #713745
Text Example
Text Example
White with #713745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713745; }
p { color: rgb(113,55,69); }
H1.HeaderClassName
{
color: #713745;
}
.AnyTagClassName
{
color: #713745;
}
</style>
background-color css
<style>
a { background-color: #713745; }
a { background-color: rgb(113,55,69); }
div.DivClassName
{
background-color: #713745;
}
.BgClassName
{
background-color: #713745;
}
</style>
border-color css
<style>
span { border-color: #713745; }
span { border-color: rgb(113,55,69); }
td.TdClassName
{
border-color: #713745;
}
.TagClassName
{
border-color: #713745;
}
</style>