Shades of Tawny Port #703745
Tints of Tawny Port #703745
RGB
CMYK
RGB Variations
Color information
#703745 (or 0x703745) is known color: Tawny Port. HEX triplet: 70, 37 and 45. RGB value is (112,55,69). Sum of RGB (Red+Green+Blue) = 112+55+69=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #703745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703745 is #8FC8BA. Grayscale: #494949. Windows color (decimal): -9423035 or 4536176. OLE color: 4536176.
HSL color Cylindrical-coordinate representation of color #703745: hue angle of 345.26º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #703745 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 55 | 69 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.56 |
| HSL | 345.26º | 0.34% | 0.33% | - |
| HSV(B) | 345.26º | 0.51% | 0.44% | - |
| XYZ | 9.12 | 6.61 | 6.42 | - |
| YUV | 73.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 69 | 0 | 0.51 | 0.38 | 0.56 | 345.26 | 0.34 | 0.33 |
| Hex | 70 | 37 | 45 | 0 | 33 | 26 | 38 | 159 | 22 | 21 |
| Octal | 160 | 67 | 105 | 0 | 63 | 46 | 70 | 531 | 42 | 41 |
| Binary | 1110000 | 110111 | 1000101 | 0 | 110011 | 100110 | 111000 | 101011001 | 100010 | 100001 |
Color Harmonies of #703745
Complementary color
Monochromatic Colors of #703745
Black with #703745
Text Example
Text Example
White with #703745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703745; }
p { color: rgb(112,55,69); }
H1.HeaderClassName
{
color: #703745;
}
.AnyTagClassName
{
color: #703745;
}
</style>
background-color css
<style>
a { background-color: #703745; }
a { background-color: rgb(112,55,69); }
div.DivClassName
{
background-color: #703745;
}
.BgClassName
{
background-color: #703745;
}
</style>
border-color css
<style>
span { border-color: #703745; }
span { border-color: rgb(112,55,69); }
td.TdClassName
{
border-color: #703745;
}
.TagClassName
{
border-color: #703745;
}
</style>