Shades of Tawny Port #65334D
Tints of Tawny Port #65334D
RGB
CMYK
RGB Variations
Color information
#65334D (or 0x65334D) is known color: Tawny Port. HEX triplet: 65, 33 and 4D. RGB value is (101,51,77). Sum of RGB (Red+Green+Blue) = 101+51+77=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 101 - color contains mainly: red. Hex color #65334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65334D is #9ACCB2. Grayscale: #444444. Windows color (decimal): -10144947 or 5059429. OLE color: 5059429.
HSL color Cylindrical-coordinate representation of color #65334D: hue angle of 328.8º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65334D is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 51 | 77 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.60 |
| HSL | 328.8º | 0.33% | 0.3% | - |
| HSV(B) | 328.8º | 0.5% | 0.4% | - |
| XYZ | 7.89 | 5.67 | 7.7 | - |
| YUV | 68.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 77 | 0 | 0.50 | 0.24 | 0.60 | 328.8 | 0.33 | 0.3 |
| Hex | 65 | 33 | 4D | 0 | 32 | 18 | 3C | 149 | 21 | 1E |
| Octal | 145 | 63 | 115 | 0 | 62 | 30 | 74 | 511 | 41 | 36 |
| Binary | 1100101 | 110011 | 1001101 | 0 | 110010 | 11000 | 111100 | 101001001 | 100001 | 11110 |
Color Harmonies of #65334D
Complementary color
Monochromatic Colors of #65334D
Black with #65334D
Text Example
Text Example
White with #65334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65334D; }
p { color: rgb(101,51,77); }
H1.HeaderClassName
{
color: #65334D;
}
.AnyTagClassName
{
color: #65334D;
}
</style>
background-color css
<style>
a { background-color: #65334D; }
a { background-color: rgb(101,51,77); }
div.DivClassName
{
background-color: #65334D;
}
.BgClassName
{
background-color: #65334D;
}
</style>
border-color css
<style>
span { border-color: #65334D; }
span { border-color: rgb(101,51,77); }
td.TdClassName
{
border-color: #65334D;
}
.TagClassName
{
border-color: #65334D;
}
</style>