Shades of Tawny Port #703747
Tints of Tawny Port #703747
RGB
CMYK
RGB Variations
Color information
#703747 (or 0x703747) is known color: Tawny Port. HEX triplet: 70, 37 and 47. RGB value is (112,55,71). Sum of RGB (Red+Green+Blue) = 112+55+71=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #703747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703747 is #8FC8B8. Grayscale: #494949. Windows color (decimal): -9423033 or 4667248. OLE color: 4667248.
HSL color Cylindrical-coordinate representation of color #703747: hue angle of 343.16º degrees, saturation: 0.34, 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 #703747 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 55 | 71 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.56 |
| HSL | 343.16º | 0.34% | 0.33% | - |
| HSV(B) | 343.16º | 0.51% | 0.44% | - |
| XYZ | 9.19 | 6.63 | 6.76 | - |
| YUV | 73.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 71 | 0 | 0.51 | 0.37 | 0.56 | 343.16 | 0.34 | 0.33 |
| Hex | 70 | 37 | 47 | 0 | 33 | 25 | 38 | 157 | 22 | 21 |
| Octal | 160 | 67 | 107 | 0 | 63 | 45 | 70 | 527 | 42 | 41 |
| Binary | 1110000 | 110111 | 1000111 | 0 | 110011 | 100101 | 111000 | 101010111 | 100010 | 100001 |
Color Harmonies of #703747
Complementary color
Monochromatic Colors of #703747
Black with #703747
Text Example
Text Example
White with #703747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703747; }
p { color: rgb(112,55,71); }
H1.HeaderClassName
{
color: #703747;
}
.AnyTagClassName
{
color: #703747;
}
</style>
background-color css
<style>
a { background-color: #703747; }
a { background-color: rgb(112,55,71); }
div.DivClassName
{
background-color: #703747;
}
.BgClassName
{
background-color: #703747;
}
</style>
border-color css
<style>
span { border-color: #703747; }
span { border-color: rgb(112,55,71); }
td.TdClassName
{
border-color: #703747;
}
.TagClassName
{
border-color: #703747;
}
</style>