Shades of Tawny Port #703C4C
Tints of Tawny Port #703C4C
RGB
CMYK
RGB Variations
Color information
#703C4C (or 0x703C4C) is known color: Tawny Port. HEX triplet: 70, 3C and 4C. RGB value is (112,60,76). Sum of RGB (Red+Green+Blue) = 112+60+76=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #703C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C4C is #8FC3B3. Grayscale: #4D4D4D. Windows color (decimal): -9421748 or 4996208. OLE color: 4996208.
HSL color Cylindrical-coordinate representation of color #703C4C: hue angle of 341.54º 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 #703C4C is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 60 | 76 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.56 |
| HSL | 341.54º | 0.3% | 0.34% | - |
| HSV(B) | 341.54º | 0.46% | 0.44% | - |
| XYZ | 9.6 | 7.2 | 7.72 | - |
| YUV | 77.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 76 | 0 | 0.46 | 0.32 | 0.56 | 341.54 | 0.3 | 0.34 |
| Hex | 70 | 3C | 4C | 0 | 2E | 20 | 38 | 156 | 1E | 22 |
| Octal | 160 | 74 | 114 | 0 | 56 | 40 | 70 | 526 | 36 | 42 |
| Binary | 1110000 | 111100 | 1001100 | 0 | 101110 | 100000 | 111000 | 101010110 | 11110 | 100010 |
Color Harmonies of #703C4C
Complementary color
Monochromatic Colors of #703C4C
Black with #703C4C
Text Example
Text Example
White with #703C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C4C; }
p { color: rgb(112,60,76); }
H1.HeaderClassName
{
color: #703C4C;
}
.AnyTagClassName
{
color: #703C4C;
}
</style>
background-color css
<style>
a { background-color: #703C4C; }
a { background-color: rgb(112,60,76); }
div.DivClassName
{
background-color: #703C4C;
}
.BgClassName
{
background-color: #703C4C;
}
</style>
border-color css
<style>
span { border-color: #703C4C; }
span { border-color: rgb(112,60,76); }
td.TdClassName
{
border-color: #703C4C;
}
.TagClassName
{
border-color: #703C4C;
}
</style>