Shades of Tawny Port #703D4C
Tints of Tawny Port #703D4C
RGB
CMYK
RGB Variations
Color information
#703D4C (or 0x703D4C) is known color: Tawny Port. HEX triplet: 70, 3D and 4C. RGB value is (112,61,76). Sum of RGB (Red+Green+Blue) = 112+61+76=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #703D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D4C is #8FC2B3. Grayscale: #4D4D4D. Windows color (decimal): -9421492 or 4996464. OLE color: 4996464.
HSL color Cylindrical-coordinate representation of color #703D4C: hue angle of 342.35º degrees, saturation: 0.29, 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 #703D4C is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 61 | 76 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.56 |
| HSL | 342.35º | 0.29% | 0.34% | - |
| HSV(B) | 342.35º | 0.46% | 0.44% | - |
| XYZ | 9.66 | 7.3 | 7.74 | - |
| YUV | 77.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 76 | 0 | 0.46 | 0.32 | 0.56 | 342.35 | 0.29 | 0.34 |
| Hex | 70 | 3D | 4C | 0 | 2E | 20 | 38 | 156 | 1D | 22 |
| Octal | 160 | 75 | 114 | 0 | 56 | 40 | 70 | 526 | 35 | 42 |
| Binary | 1110000 | 111101 | 1001100 | 0 | 101110 | 100000 | 111000 | 101010110 | 11101 | 100010 |
Color Harmonies of #703D4C
Complementary color
Monochromatic Colors of #703D4C
Black with #703D4C
Text Example
Text Example
White with #703D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D4C; }
p { color: rgb(112,61,76); }
H1.HeaderClassName
{
color: #703D4C;
}
.AnyTagClassName
{
color: #703D4C;
}
</style>
background-color css
<style>
a { background-color: #703D4C; }
a { background-color: rgb(112,61,76); }
div.DivClassName
{
background-color: #703D4C;
}
.BgClassName
{
background-color: #703D4C;
}
</style>
border-color css
<style>
span { border-color: #703D4C; }
span { border-color: rgb(112,61,76); }
td.TdClassName
{
border-color: #703D4C;
}
.TagClassName
{
border-color: #703D4C;
}
</style>