Shades of Tawny Port #703549
Tints of Tawny Port #703549
RGB
CMYK
RGB Variations
Color information
#703549 (or 0x703549) is known color: Tawny Port. HEX triplet: 70, 35 and 49. RGB value is (112,53,73). Sum of RGB (Red+Green+Blue) = 112+53+73=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #703549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703549 is #8FCAB6. Grayscale: #484848. Windows color (decimal): -9423543 or 4797808. OLE color: 4797808.
HSL color Cylindrical-coordinate representation of color #703549: hue angle of 339.66º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703549 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 73 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.56 |
| HSL | 339.66º | 0.36% | 0.32% | - |
| HSV(B) | 339.66º | 0.53% | 0.44% | - |
| XYZ | 9.16 | 6.47 | 7.07 | - |
| YUV | 72.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 73 | 0 | 0.53 | 0.35 | 0.56 | 339.66 | 0.36 | 0.32 |
| Hex | 70 | 35 | 49 | 0 | 35 | 23 | 38 | 154 | 24 | 20 |
| Octal | 160 | 65 | 111 | 0 | 65 | 43 | 70 | 524 | 44 | 40 |
| Binary | 1110000 | 110101 | 1001001 | 0 | 110101 | 100011 | 111000 | 101010100 | 100100 | 100000 |
Color Harmonies of #703549
Complementary color
Monochromatic Colors of #703549
Black with #703549
Text Example
Text Example
White with #703549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703549; }
p { color: rgb(112,53,73); }
H1.HeaderClassName
{
color: #703549;
}
.AnyTagClassName
{
color: #703549;
}
</style>
background-color css
<style>
a { background-color: #703549; }
a { background-color: rgb(112,53,73); }
div.DivClassName
{
background-color: #703549;
}
.BgClassName
{
background-color: #703549;
}
</style>
border-color css
<style>
span { border-color: #703549; }
span { border-color: rgb(112,53,73); }
td.TdClassName
{
border-color: #703549;
}
.TagClassName
{
border-color: #703549;
}
</style>