Shades of Tawny Port #703849
Tints of Tawny Port #703849
RGB
CMYK
RGB Variations
Color information
#703849 (or 0x703849) is known color: Tawny Port. HEX triplet: 70, 38 and 49. RGB value is (112,56,73). Sum of RGB (Red+Green+Blue) = 112+56+73=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #703849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703849 is #8FC7B6. Grayscale: #4A4A4A. Windows color (decimal): -9422775 or 4798576. OLE color: 4798576.
HSL color Cylindrical-coordinate representation of color #703849: hue angle of 341.79º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #703849 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 56 | 73 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.56 |
| HSL | 341.79º | 0.33% | 0.33% | - |
| HSV(B) | 341.79º | 0.5% | 0.44% | - |
| XYZ | 9.3 | 6.75 | 7.12 | - |
| YUV | 74.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 73 | 0 | 0.50 | 0.35 | 0.56 | 341.79 | 0.33 | 0.33 |
| Hex | 70 | 38 | 49 | 0 | 32 | 23 | 38 | 156 | 21 | 21 |
| Octal | 160 | 70 | 111 | 0 | 62 | 43 | 70 | 526 | 41 | 41 |
| Binary | 1110000 | 111000 | 1001001 | 0 | 110010 | 100011 | 111000 | 101010110 | 100001 | 100001 |
Color Harmonies of #703849
Complementary color
Monochromatic Colors of #703849
Black with #703849
Text Example
Text Example
White with #703849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703849; }
p { color: rgb(112,56,73); }
H1.HeaderClassName
{
color: #703849;
}
.AnyTagClassName
{
color: #703849;
}
</style>
background-color css
<style>
a { background-color: #703849; }
a { background-color: rgb(112,56,73); }
div.DivClassName
{
background-color: #703849;
}
.BgClassName
{
background-color: #703849;
}
</style>
border-color css
<style>
span { border-color: #703849; }
span { border-color: rgb(112,56,73); }
td.TdClassName
{
border-color: #703849;
}
.TagClassName
{
border-color: #703849;
}
</style>