Shades of Tawny Port #703445
Tints of Tawny Port #703445
RGB
CMYK
RGB Variations
Color information
#703445 (or 0x703445) is known color: Tawny Port. HEX triplet: 70, 34 and 45. RGB value is (112,52,69). Sum of RGB (Red+Green+Blue) = 112+52+69=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #703445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703445 is #8FCBBA. Grayscale: #474747. Windows color (decimal): -9423803 or 4535408. OLE color: 4535408.
HSL color Cylindrical-coordinate representation of color #703445: hue angle of 343º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #703445 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 52 | 69 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.56 |
| HSL | 343º | 0.37% | 0.32% | - |
| HSV(B) | 343º | 0.54% | 0.44% | - |
| XYZ | 8.98 | 6.33 | 6.38 | - |
| YUV | 71.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 52 | 69 | 0 | 0.54 | 0.38 | 0.56 | 343 | 0.37 | 0.32 |
| Hex | 70 | 34 | 45 | 0 | 36 | 26 | 38 | 157 | 25 | 20 |
| Octal | 160 | 64 | 105 | 0 | 66 | 46 | 70 | 527 | 45 | 40 |
| Binary | 1110000 | 110100 | 1000101 | 0 | 110110 | 100110 | 111000 | 101010111 | 100101 | 100000 |
Color Harmonies of #703445
Complementary color
Monochromatic Colors of #703445
Black with #703445
Text Example
Text Example
White with #703445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703445; }
p { color: rgb(112,52,69); }
H1.HeaderClassName
{
color: #703445;
}
.AnyTagClassName
{
color: #703445;
}
</style>
background-color css
<style>
a { background-color: #703445; }
a { background-color: rgb(112,52,69); }
div.DivClassName
{
background-color: #703445;
}
.BgClassName
{
background-color: #703445;
}
</style>
border-color css
<style>
span { border-color: #703445; }
span { border-color: rgb(112,52,69); }
td.TdClassName
{
border-color: #703445;
}
.TagClassName
{
border-color: #703445;
}
</style>