Shades of Tawny Port #663149
Tints of Tawny Port #663149
RGB
CMYK
RGB Variations
Color information
#663149 (or 0x663149) is known color: Tawny Port. HEX triplet: 66, 31 and 49. RGB value is (102,49,73). Sum of RGB (Red+Green+Blue) = 102+49+73=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #663149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663149 is #99CEB6. Grayscale: #434343. Windows color (decimal): -10079927 or 4796774. OLE color: 4796774.
HSL color Cylindrical-coordinate representation of color #663149: hue angle of 332.83º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663149 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 49 | 73 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.6 |
| HSL | 332.83º | 0.35% | 0.3% | - |
| HSV(B) | 332.83º | 0.52% | 0.4% | - |
| XYZ | 7.78 | 5.5 | 6.96 | - |
| YUV | 67.58 | 131.06 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 73 | 0 | 0.52 | 0.28 | 0.6 | 332.83 | 0.35 | 0.3 |
| Hex | 66 | 31 | 49 | 0 | 34 | 1C | 3C | 14D | 23 | 1E |
| Octal | 146 | 61 | 111 | 0 | 64 | 34 | 74 | 515 | 43 | 36 |
| Binary | 1100110 | 110001 | 1001001 | 0 | 110100 | 11100 | 111100 | 101001101 | 100011 | 11110 |
Color Harmonies of #663149
Complementary color
Monochromatic Colors of #663149
Black with #663149
Text Example
Text Example
White with #663149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663149; }
p { color: rgb(102,49,73); }
H1.HeaderClassName
{
color: #663149;
}
.AnyTagClassName
{
color: #663149;
}
</style>
background-color css
<style>
a { background-color: #663149; }
a { background-color: rgb(102,49,73); }
div.DivClassName
{
background-color: #663149;
}
.BgClassName
{
background-color: #663149;
}
</style>
border-color css
<style>
span { border-color: #663149; }
span { border-color: rgb(102,49,73); }
td.TdClassName
{
border-color: #663149;
}
.TagClassName
{
border-color: #663149;
}
</style>