Shades of Tawny Port #703C47
Tints of Tawny Port #703C47
RGB
CMYK
RGB Variations
Color information
#703C47 (or 0x703C47) is known color: Tawny Port. HEX triplet: 70, 3C and 47. RGB value is (112,60,71). Sum of RGB (Red+Green+Blue) = 112+60+71=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #703C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C47 is #8FC3B8. Grayscale: #4C4C4C. Windows color (decimal): -9421753 or 4668528. OLE color: 4668528.
HSL color Cylindrical-coordinate representation of color #703C47: hue angle of 347.31º degrees, saturation: 0.3, 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 #703C47 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 60 | 71 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.56 |
| HSL | 347.31º | 0.3% | 0.34% | - |
| HSV(B) | 347.31º | 0.46% | 0.44% | - |
| XYZ | 9.44 | 7.13 | 6.84 | - |
| YUV | 76.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 71 | 0 | 0.46 | 0.37 | 0.56 | 347.31 | 0.3 | 0.34 |
| Hex | 70 | 3C | 47 | 0 | 2E | 25 | 38 | 15B | 1E | 22 |
| Octal | 160 | 74 | 107 | 0 | 56 | 45 | 70 | 533 | 36 | 42 |
| Binary | 1110000 | 111100 | 1000111 | 0 | 101110 | 100101 | 111000 | 101011011 | 11110 | 100010 |
Color Harmonies of #703C47
Complementary color
Monochromatic Colors of #703C47
Black with #703C47
Text Example
Text Example
White with #703C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C47; }
p { color: rgb(112,60,71); }
H1.HeaderClassName
{
color: #703C47;
}
.AnyTagClassName
{
color: #703C47;
}
</style>
background-color css
<style>
a { background-color: #703C47; }
a { background-color: rgb(112,60,71); }
div.DivClassName
{
background-color: #703C47;
}
.BgClassName
{
background-color: #703C47;
}
</style>
border-color css
<style>
span { border-color: #703C47; }
span { border-color: rgb(112,60,71); }
td.TdClassName
{
border-color: #703C47;
}
.TagClassName
{
border-color: #703C47;
}
</style>