Shades of Tawny Port #703D49
Tints of Tawny Port #703D49
RGB
CMYK
RGB Variations
Color information
#703D49 (or 0x703D49) is known color: Tawny Port. HEX triplet: 70, 3D and 49. RGB value is (112,61,73). Sum of RGB (Red+Green+Blue) = 112+61+73=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #703D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D49 is #8FC2B6. Grayscale: #4D4D4D. Windows color (decimal): -9421495 or 4799856. OLE color: 4799856.
HSL color Cylindrical-coordinate representation of color #703D49: hue angle of 345.88º degrees, saturation: 0.29, 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 #703D49 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 61 | 73 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.56 |
| HSL | 345.88º | 0.29% | 0.34% | - |
| HSV(B) | 345.88º | 0.46% | 0.44% | - |
| XYZ | 9.55 | 7.26 | 7.2 | - |
| YUV | 77.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 73 | 0 | 0.46 | 0.35 | 0.56 | 345.88 | 0.29 | 0.34 |
| Hex | 70 | 3D | 49 | 0 | 2E | 23 | 38 | 15A | 1D | 22 |
| Octal | 160 | 75 | 111 | 0 | 56 | 43 | 70 | 532 | 35 | 42 |
| Binary | 1110000 | 111101 | 1001001 | 0 | 101110 | 100011 | 111000 | 101011010 | 11101 | 100010 |
Color Harmonies of #703D49
Complementary color
Monochromatic Colors of #703D49
Black with #703D49
Text Example
Text Example
White with #703D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D49; }
p { color: rgb(112,61,73); }
H1.HeaderClassName
{
color: #703D49;
}
.AnyTagClassName
{
color: #703D49;
}
</style>
background-color css
<style>
a { background-color: #703D49; }
a { background-color: rgb(112,61,73); }
div.DivClassName
{
background-color: #703D49;
}
.BgClassName
{
background-color: #703D49;
}
</style>
border-color css
<style>
span { border-color: #703D49; }
span { border-color: rgb(112,61,73); }
td.TdClassName
{
border-color: #703D49;
}
.TagClassName
{
border-color: #703D49;
}
</style>