Shades of Tawny Port #66324E
Tints of Tawny Port #66324E
RGB
CMYK
RGB Variations
Color information
#66324E (or 0x66324E) is known color: Tawny Port. HEX triplet: 66, 32 and 4E. RGB value is (102,50,78). Sum of RGB (Red+Green+Blue) = 102+50+78=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #66324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66324E is #99CDB1. Grayscale: #444444. Windows color (decimal): -10079666 or 5124710. OLE color: 5124710.
HSL color Cylindrical-coordinate representation of color #66324E: hue angle of 327.69º 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 #66324E is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 78 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.6 |
| HSL | 327.69º | 0.34% | 0.3% | - |
| HSV(B) | 327.69º | 0.51% | 0.4% | - |
| XYZ | 8 | 5.66 | 7.88 | - |
| YUV | 68.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 78 | 0 | 0.51 | 0.24 | 0.6 | 327.69 | 0.34 | 0.3 |
| Hex | 66 | 32 | 4E | 0 | 33 | 18 | 3C | 148 | 22 | 1E |
| Octal | 146 | 62 | 116 | 0 | 63 | 30 | 74 | 510 | 42 | 36 |
| Binary | 1100110 | 110010 | 1001110 | 0 | 110011 | 11000 | 111100 | 101001000 | 100010 | 11110 |
Color Harmonies of #66324E
Complementary color
Monochromatic Colors of #66324E
Black with #66324E
Text Example
Text Example
White with #66324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66324E; }
p { color: rgb(102,50,78); }
H1.HeaderClassName
{
color: #66324E;
}
.AnyTagClassName
{
color: #66324E;
}
</style>
background-color css
<style>
a { background-color: #66324E; }
a { background-color: rgb(102,50,78); }
div.DivClassName
{
background-color: #66324E;
}
.BgClassName
{
background-color: #66324E;
}
</style>
border-color css
<style>
span { border-color: #66324E; }
span { border-color: rgb(102,50,78); }
td.TdClassName
{
border-color: #66324E;
}
.TagClassName
{
border-color: #66324E;
}
</style>