Shades of Tawny Port #703346
Tints of Tawny Port #703346
RGB
CMYK
RGB Variations
Color information
#703346 (or 0x703346) is known color: Tawny Port. HEX triplet: 70, 33 and 46. RGB value is (112,51,70). Sum of RGB (Red+Green+Blue) = 112+51+70=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #703346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703346 is #8FCCB9. Grayscale: #474747. Windows color (decimal): -9424058 or 4600688. OLE color: 4600688.
HSL color Cylindrical-coordinate representation of color #703346: hue angle of 341.31º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #703346 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 51 | 70 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.56 |
| HSL | 341.31º | 0.37% | 0.32% | - |
| HSV(B) | 341.31º | 0.54% | 0.44% | - |
| XYZ | 8.97 | 6.25 | 6.53 | - |
| YUV | 71.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 70 | 0 | 0.54 | 0.38 | 0.56 | 341.31 | 0.37 | 0.32 |
| Hex | 70 | 33 | 46 | 0 | 36 | 26 | 38 | 155 | 25 | 20 |
| Octal | 160 | 63 | 106 | 0 | 66 | 46 | 70 | 525 | 45 | 40 |
| Binary | 1110000 | 110011 | 1000110 | 0 | 110110 | 100110 | 111000 | 101010101 | 100101 | 100000 |
Color Harmonies of #703346
Complementary color
Monochromatic Colors of #703346
Black with #703346
Text Example
Text Example
White with #703346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703346; }
p { color: rgb(112,51,70); }
H1.HeaderClassName
{
color: #703346;
}
.AnyTagClassName
{
color: #703346;
}
</style>
background-color css
<style>
a { background-color: #703346; }
a { background-color: rgb(112,51,70); }
div.DivClassName
{
background-color: #703346;
}
.BgClassName
{
background-color: #703346;
}
</style>
border-color css
<style>
span { border-color: #703346; }
span { border-color: rgb(112,51,70); }
td.TdClassName
{
border-color: #703346;
}
.TagClassName
{
border-color: #703346;
}
</style>