Shades of Tawny Port #703B4D
Tints of Tawny Port #703B4D
RGB
CMYK
RGB Variations
Color information
#703B4D (or 0x703B4D) is known color: Tawny Port. HEX triplet: 70, 3B and 4D. RGB value is (112,59,77). Sum of RGB (Red+Green+Blue) = 112+59+77=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #703B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703B4D is #8FC4B2. Grayscale: #4C4C4C. Windows color (decimal): -9422003 or 5061488. OLE color: 5061488.
HSL color Cylindrical-coordinate representation of color #703B4D: hue angle of 339.62º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #703B4D is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 59 | 77 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.56 |
| HSL | 339.62º | 0.31% | 0.34% | - |
| HSV(B) | 339.62º | 0.47% | 0.44% | - |
| XYZ | 9.59 | 7.11 | 7.89 | - |
| YUV | 76.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 77 | 0 | 0.47 | 0.31 | 0.56 | 339.62 | 0.31 | 0.34 |
| Hex | 70 | 3B | 4D | 0 | 2F | 1F | 38 | 154 | 1F | 22 |
| Octal | 160 | 73 | 115 | 0 | 57 | 37 | 70 | 524 | 37 | 42 |
| Binary | 1110000 | 111011 | 1001101 | 0 | 101111 | 11111 | 111000 | 101010100 | 11111 | 100010 |
Color Harmonies of #703B4D
Complementary color
Monochromatic Colors of #703B4D
Black with #703B4D
Text Example
Text Example
White with #703B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703B4D; }
p { color: rgb(112,59,77); }
H1.HeaderClassName
{
color: #703B4D;
}
.AnyTagClassName
{
color: #703B4D;
}
</style>
background-color css
<style>
a { background-color: #703B4D; }
a { background-color: rgb(112,59,77); }
div.DivClassName
{
background-color: #703B4D;
}
.BgClassName
{
background-color: #703B4D;
}
</style>
border-color css
<style>
span { border-color: #703B4D; }
span { border-color: rgb(112,59,77); }
td.TdClassName
{
border-color: #703B4D;
}
.TagClassName
{
border-color: #703B4D;
}
</style>