Shades of Tawny Port #703949
Tints of Tawny Port #703949
RGB
CMYK
RGB Variations
Color information
#703949 (or 0x703949) is known color: Tawny Port. HEX triplet: 70, 39 and 49. RGB value is (112,57,73). Sum of RGB (Red+Green+Blue) = 112+57+73=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #703949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703949 is #8FC6B6. Grayscale: #4B4B4B. Windows color (decimal): -9422519 or 4798832. OLE color: 4798832.
HSL color Cylindrical-coordinate representation of color #703949: hue angle of 342.55º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #703949 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 57 | 73 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.56 |
| HSL | 342.55º | 0.33% | 0.33% | - |
| HSV(B) | 342.55º | 0.49% | 0.44% | - |
| XYZ | 9.35 | 6.85 | 7.13 | - |
| YUV | 75.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 73 | 0 | 0.49 | 0.35 | 0.56 | 342.55 | 0.33 | 0.33 |
| Hex | 70 | 39 | 49 | 0 | 31 | 23 | 38 | 157 | 21 | 21 |
| Octal | 160 | 71 | 111 | 0 | 61 | 43 | 70 | 527 | 41 | 41 |
| Binary | 1110000 | 111001 | 1001001 | 0 | 110001 | 100011 | 111000 | 101010111 | 100001 | 100001 |
Color Harmonies of #703949
Complementary color
Monochromatic Colors of #703949
Black with #703949
Text Example
Text Example
White with #703949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703949; }
p { color: rgb(112,57,73); }
H1.HeaderClassName
{
color: #703949;
}
.AnyTagClassName
{
color: #703949;
}
</style>
background-color css
<style>
a { background-color: #703949; }
a { background-color: rgb(112,57,73); }
div.DivClassName
{
background-color: #703949;
}
.BgClassName
{
background-color: #703949;
}
</style>
border-color css
<style>
span { border-color: #703949; }
span { border-color: rgb(112,57,73); }
td.TdClassName
{
border-color: #703949;
}
.TagClassName
{
border-color: #703949;
}
</style>