Shades of Tawny Port #703F4D
Tints of Tawny Port #703F4D
RGB
CMYK
RGB Variations
Color information
#703F4D (or 0x703F4D) is known color: Tawny Port. HEX triplet: 70, 3F and 4D. RGB value is (112,63,77). Sum of RGB (Red+Green+Blue) = 112+63+77=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #703F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703F4D is #8FC0B2. Grayscale: #4F4F4F. Windows color (decimal): -9420979 or 5062512. OLE color: 5062512.
HSL color Cylindrical-coordinate representation of color #703F4D: hue angle of 342.86º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #703F4D is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 77 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.56 |
| HSL | 342.86º | 0.28% | 0.34% | - |
| HSV(B) | 342.86º | 0.44% | 0.44% | - |
| XYZ | 9.8 | 7.54 | 7.96 | - |
| YUV | 79.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 77 | 0 | 0.44 | 0.31 | 0.56 | 342.86 | 0.28 | 0.34 |
| Hex | 70 | 3F | 4D | 0 | 2C | 1F | 38 | 157 | 1C | 22 |
| Octal | 160 | 77 | 115 | 0 | 54 | 37 | 70 | 527 | 34 | 42 |
| Binary | 1110000 | 111111 | 1001101 | 0 | 101100 | 11111 | 111000 | 101010111 | 11100 | 100010 |
Color Harmonies of #703F4D
Complementary color
Monochromatic Colors of #703F4D
Black with #703F4D
Text Example
Text Example
White with #703F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F4D; }
p { color: rgb(112,63,77); }
H1.HeaderClassName
{
color: #703F4D;
}
.AnyTagClassName
{
color: #703F4D;
}
</style>
background-color css
<style>
a { background-color: #703F4D; }
a { background-color: rgb(112,63,77); }
div.DivClassName
{
background-color: #703F4D;
}
.BgClassName
{
background-color: #703F4D;
}
</style>
border-color css
<style>
span { border-color: #703F4D; }
span { border-color: rgb(112,63,77); }
td.TdClassName
{
border-color: #703F4D;
}
.TagClassName
{
border-color: #703F4D;
}
</style>