Shades of Tawny Port #65324D
Tints of Tawny Port #65324D
RGB
CMYK
RGB Variations
Color information
#65324D (or 0x65324D) is known color: Tawny Port. HEX triplet: 65, 32 and 4D. RGB value is (101,50,77). Sum of RGB (Red+Green+Blue) = 101+50+77=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #65324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65324D is #9ACDB2. Grayscale: #444444. Windows color (decimal): -10145203 or 5059173. OLE color: 5059173.
HSL color Cylindrical-coordinate representation of color #65324D: hue angle of 328.24º degrees, saturation: 0.34, 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 #65324D is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 50 | 77 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.60 |
| HSL | 328.24º | 0.34% | 0.3% | - |
| HSV(B) | 328.24º | 0.5% | 0.4% | - |
| XYZ | 7.85 | 5.58 | 7.69 | - |
| YUV | 68.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 77 | 0 | 0.50 | 0.24 | 0.60 | 328.24 | 0.34 | 0.3 |
| Hex | 65 | 32 | 4D | 0 | 32 | 18 | 3C | 148 | 22 | 1E |
| Octal | 145 | 62 | 115 | 0 | 62 | 30 | 74 | 510 | 42 | 36 |
| Binary | 1100101 | 110010 | 1001101 | 0 | 110010 | 11000 | 111100 | 101001000 | 100010 | 11110 |
Color Harmonies of #65324D
Complementary color
Monochromatic Colors of #65324D
Black with #65324D
Text Example
Text Example
White with #65324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65324D; }
p { color: rgb(101,50,77); }
H1.HeaderClassName
{
color: #65324D;
}
.AnyTagClassName
{
color: #65324D;
}
</style>
background-color css
<style>
a { background-color: #65324D; }
a { background-color: rgb(101,50,77); }
div.DivClassName
{
background-color: #65324D;
}
.BgClassName
{
background-color: #65324D;
}
</style>
border-color css
<style>
span { border-color: #65324D; }
span { border-color: rgb(101,50,77); }
td.TdClassName
{
border-color: #65324D;
}
.TagClassName
{
border-color: #65324D;
}
</style>