Shades of Tawny Port #65344E
Tints of Tawny Port #65344E
RGB
CMYK
RGB Variations
Color information
#65344E (or 0x65344E) is known color: Tawny Port. HEX triplet: 65, 34 and 4E. RGB value is (101,52,78). Sum of RGB (Red+Green+Blue) = 101+52+78=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #65344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65344E is #9ACBB1. Grayscale: #454545. Windows color (decimal): -10144690 or 5125221. OLE color: 5125221.
HSL color Cylindrical-coordinate representation of color #65344E: hue angle of 328.16º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65344E is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 52 | 78 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.60 |
| HSL | 328.16º | 0.32% | 0.3% | - |
| HSV(B) | 328.16º | 0.49% | 0.4% | - |
| XYZ | 7.97 | 5.77 | 7.9 | - |
| YUV | 69.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 52 | 78 | 0 | 0.49 | 0.23 | 0.60 | 328.16 | 0.32 | 0.3 |
| Hex | 65 | 34 | 4E | 0 | 31 | 17 | 3C | 148 | 20 | 1E |
| Octal | 145 | 64 | 116 | 0 | 61 | 27 | 74 | 510 | 40 | 36 |
| Binary | 1100101 | 110100 | 1001110 | 0 | 110001 | 10111 | 111100 | 101001000 | 100000 | 11110 |
Color Harmonies of #65344E
Complementary color
Monochromatic Colors of #65344E
Black with #65344E
Text Example
Text Example
White with #65344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65344E; }
p { color: rgb(101,52,78); }
H1.HeaderClassName
{
color: #65344E;
}
.AnyTagClassName
{
color: #65344E;
}
</style>
background-color css
<style>
a { background-color: #65344E; }
a { background-color: rgb(101,52,78); }
div.DivClassName
{
background-color: #65344E;
}
.BgClassName
{
background-color: #65344E;
}
</style>
border-color css
<style>
span { border-color: #65344E; }
span { border-color: rgb(101,52,78); }
td.TdClassName
{
border-color: #65344E;
}
.TagClassName
{
border-color: #65344E;
}
</style>