Shades of Tawny Port #703649
Tints of Tawny Port #703649
RGB
CMYK
RGB Variations
Color information
#703649 (or 0x703649) is known color: Tawny Port. HEX triplet: 70, 36 and 49. RGB value is (112,54,73). Sum of RGB (Red+Green+Blue) = 112+54+73=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #703649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703649 is #8FC9B6. Grayscale: #494949. Windows color (decimal): -9423287 or 4798064. OLE color: 4798064.
HSL color Cylindrical-coordinate representation of color #703649: hue angle of 340.34º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #703649 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 54 | 73 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.56 |
| HSL | 340.34º | 0.35% | 0.33% | - |
| HSV(B) | 340.34º | 0.52% | 0.44% | - |
| XYZ | 9.2 | 6.56 | 7.09 | - |
| YUV | 73.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 73 | 0 | 0.52 | 0.35 | 0.56 | 340.34 | 0.35 | 0.33 |
| Hex | 70 | 36 | 49 | 0 | 34 | 23 | 38 | 154 | 23 | 21 |
| Octal | 160 | 66 | 111 | 0 | 64 | 43 | 70 | 524 | 43 | 41 |
| Binary | 1110000 | 110110 | 1001001 | 0 | 110100 | 100011 | 111000 | 101010100 | 100011 | 100001 |
Color Harmonies of #703649
Complementary color
Monochromatic Colors of #703649
Black with #703649
Text Example
Text Example
White with #703649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703649; }
p { color: rgb(112,54,73); }
H1.HeaderClassName
{
color: #703649;
}
.AnyTagClassName
{
color: #703649;
}
</style>
background-color css
<style>
a { background-color: #703649; }
a { background-color: rgb(112,54,73); }
div.DivClassName
{
background-color: #703649;
}
.BgClassName
{
background-color: #703649;
}
</style>
border-color css
<style>
span { border-color: #703649; }
span { border-color: rgb(112,54,73); }
td.TdClassName
{
border-color: #703649;
}
.TagClassName
{
border-color: #703649;
}
</style>