Shades of Tawny Port #703946
Tints of Tawny Port #703946
RGB
CMYK
RGB Variations
Color information
#703946 (or 0x703946) is known color: Tawny Port. HEX triplet: 70, 39 and 46. RGB value is (112,57,70). Sum of RGB (Red+Green+Blue) = 112+57+70=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #703946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703946 is #8FC6B9. Grayscale: #4A4A4A. Windows color (decimal): -9422522 or 4602224. OLE color: 4602224.
HSL color Cylindrical-coordinate representation of color #703946: hue angle of 345.82º 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 #703946 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 57 | 70 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.56 |
| HSL | 345.82º | 0.33% | 0.33% | - |
| HSV(B) | 345.82º | 0.49% | 0.44% | - |
| XYZ | 9.25 | 6.81 | 6.62 | - |
| YUV | 74.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 70 | 0 | 0.49 | 0.38 | 0.56 | 345.82 | 0.33 | 0.33 |
| Hex | 70 | 39 | 46 | 0 | 31 | 26 | 38 | 15A | 21 | 21 |
| Octal | 160 | 71 | 106 | 0 | 61 | 46 | 70 | 532 | 41 | 41 |
| Binary | 1110000 | 111001 | 1000110 | 0 | 110001 | 100110 | 111000 | 101011010 | 100001 | 100001 |
Color Harmonies of #703946
Complementary color
Monochromatic Colors of #703946
Black with #703946
Text Example
Text Example
White with #703946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703946; }
p { color: rgb(112,57,70); }
H1.HeaderClassName
{
color: #703946;
}
.AnyTagClassName
{
color: #703946;
}
</style>
background-color css
<style>
a { background-color: #703946; }
a { background-color: rgb(112,57,70); }
div.DivClassName
{
background-color: #703946;
}
.BgClassName
{
background-color: #703946;
}
</style>
border-color css
<style>
span { border-color: #703946; }
span { border-color: rgb(112,57,70); }
td.TdClassName
{
border-color: #703946;
}
.TagClassName
{
border-color: #703946;
}
</style>