Shades of Tawny Port #66314E
Tints of Tawny Port #66314E
RGB
CMYK
RGB Variations
Color information
#66314E (or 0x66314E) is known color: Tawny Port. HEX triplet: 66, 31 and 4E. RGB value is (102,49,78). Sum of RGB (Red+Green+Blue) = 102+49+78=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #66314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66314E is #99CEB1. Grayscale: #444444. Windows color (decimal): -10079922 or 5124454. OLE color: 5124454.
HSL color Cylindrical-coordinate representation of color #66314E: hue angle of 327.17º 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 #66314E is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 49 | 78 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.6 |
| HSL | 327.17º | 0.35% | 0.3% | - |
| HSV(B) | 327.17º | 0.52% | 0.4% | - |
| XYZ | 7.95 | 5.57 | 7.86 | - |
| YUV | 68.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 78 | 0 | 0.52 | 0.24 | 0.6 | 327.17 | 0.35 | 0.3 |
| Hex | 66 | 31 | 4E | 0 | 34 | 18 | 3C | 147 | 23 | 1E |
| Octal | 146 | 61 | 116 | 0 | 64 | 30 | 74 | 507 | 43 | 36 |
| Binary | 1100110 | 110001 | 1001110 | 0 | 110100 | 11000 | 111100 | 101000111 | 100011 | 11110 |
Color Harmonies of #66314E
Complementary color
Monochromatic Colors of #66314E
Black with #66314E
Text Example
Text Example
White with #66314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66314E; }
p { color: rgb(102,49,78); }
H1.HeaderClassName
{
color: #66314E;
}
.AnyTagClassName
{
color: #66314E;
}
</style>
background-color css
<style>
a { background-color: #66314E; }
a { background-color: rgb(102,49,78); }
div.DivClassName
{
background-color: #66314E;
}
.BgClassName
{
background-color: #66314E;
}
</style>
border-color css
<style>
span { border-color: #66314E; }
span { border-color: rgb(102,49,78); }
td.TdClassName
{
border-color: #66314E;
}
.TagClassName
{
border-color: #66314E;
}
</style>