Shades of Tawny Port #66324B
Tints of Tawny Port #66324B
RGB
CMYK
RGB Variations
Color information
#66324B (or 0x66324B) is known color: Tawny Port. HEX triplet: 66, 32 and 4B. RGB value is (102,50,75). Sum of RGB (Red+Green+Blue) = 102+50+75=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #66324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66324B is #99CDB4. Grayscale: #444444. Windows color (decimal): -10079669 or 4928102. OLE color: 4928102.
HSL color Cylindrical-coordinate representation of color #66324B: hue angle of 331.15º 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 #66324B is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 75 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.6 |
| HSL | 331.15º | 0.34% | 0.3% | - |
| HSV(B) | 331.15º | 0.51% | 0.4% | - |
| XYZ | 7.89 | 5.61 | 7.32 | - |
| YUV | 68.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 75 | 0 | 0.51 | 0.26 | 0.6 | 331.15 | 0.34 | 0.3 |
| Hex | 66 | 32 | 4B | 0 | 33 | 1A | 3C | 14B | 22 | 1E |
| Octal | 146 | 62 | 113 | 0 | 63 | 32 | 74 | 513 | 42 | 36 |
| Binary | 1100110 | 110010 | 1001011 | 0 | 110011 | 11010 | 111100 | 101001011 | 100010 | 11110 |
Color Harmonies of #66324B
Complementary color
Monochromatic Colors of #66324B
Black with #66324B
Text Example
Text Example
White with #66324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66324B; }
p { color: rgb(102,50,75); }
H1.HeaderClassName
{
color: #66324B;
}
.AnyTagClassName
{
color: #66324B;
}
</style>
background-color css
<style>
a { background-color: #66324B; }
a { background-color: rgb(102,50,75); }
div.DivClassName
{
background-color: #66324B;
}
.BgClassName
{
background-color: #66324B;
}
</style>
border-color css
<style>
span { border-color: #66324B; }
span { border-color: rgb(102,50,75); }
td.TdClassName
{
border-color: #66324B;
}
.TagClassName
{
border-color: #66324B;
}
</style>