Shades of Tawny Port #663249
Tints of Tawny Port #663249
RGB
CMYK
RGB Variations
Color information
#663249 (or 0x663249) is known color: Tawny Port. HEX triplet: 66, 32 and 49. RGB value is (102,50,73). Sum of RGB (Red+Green+Blue) = 102+50+73=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #663249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663249 is #99CDB6. Grayscale: #444444. Windows color (decimal): -10079671 or 4797030. OLE color: 4797030.
HSL color Cylindrical-coordinate representation of color #663249: hue angle of 333.46º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #663249 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 73 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.6 |
| HSL | 333.46º | 0.34% | 0.3% | - |
| HSV(B) | 333.46º | 0.51% | 0.4% | - |
| XYZ | 7.82 | 5.59 | 6.97 | - |
| YUV | 68.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 73 | 0 | 0.51 | 0.28 | 0.6 | 333.46 | 0.34 | 0.3 |
| Hex | 66 | 32 | 49 | 0 | 33 | 1C | 3C | 14D | 22 | 1E |
| Octal | 146 | 62 | 111 | 0 | 63 | 34 | 74 | 515 | 42 | 36 |
| Binary | 1100110 | 110010 | 1001001 | 0 | 110011 | 11100 | 111100 | 101001101 | 100010 | 11110 |
Color Harmonies of #663249
Complementary color
Monochromatic Colors of #663249
Black with #663249
Text Example
Text Example
White with #663249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663249; }
p { color: rgb(102,50,73); }
H1.HeaderClassName
{
color: #663249;
}
.AnyTagClassName
{
color: #663249;
}
</style>
background-color css
<style>
a { background-color: #663249; }
a { background-color: rgb(102,50,73); }
div.DivClassName
{
background-color: #663249;
}
.BgClassName
{
background-color: #663249;
}
</style>
border-color css
<style>
span { border-color: #663249; }
span { border-color: rgb(102,50,73); }
td.TdClassName
{
border-color: #663249;
}
.TagClassName
{
border-color: #663249;
}
</style>