Shades of Tawny Port #65324C
Tints of Tawny Port #65324C
RGB
CMYK
RGB Variations
Color information
#65324C (or 0x65324C) is known color: Tawny Port. HEX triplet: 65, 32 and 4C. RGB value is (101,50,76). Sum of RGB (Red+Green+Blue) = 101+50+76=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #65324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65324C is #9ACDB3. Grayscale: #444444. Windows color (decimal): -10145204 or 4993637. OLE color: 4993637.
HSL color Cylindrical-coordinate representation of color #65324C: hue angle of 329.41º 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 #65324C is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 50 | 76 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.60 |
| HSL | 329.41º | 0.34% | 0.3% | - |
| HSV(B) | 329.41º | 0.5% | 0.4% | - |
| XYZ | 7.81 | 5.57 | 7.5 | - |
| YUV | 68.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 76 | 0 | 0.50 | 0.25 | 0.60 | 329.41 | 0.34 | 0.3 |
| Hex | 65 | 32 | 4C | 0 | 32 | 19 | 3C | 149 | 22 | 1E |
| Octal | 145 | 62 | 114 | 0 | 62 | 31 | 74 | 511 | 42 | 36 |
| Binary | 1100101 | 110010 | 1001100 | 0 | 110010 | 11001 | 111100 | 101001001 | 100010 | 11110 |
Color Harmonies of #65324C
Complementary color
Monochromatic Colors of #65324C
Black with #65324C
Text Example
Text Example
White with #65324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65324C; }
p { color: rgb(101,50,76); }
H1.HeaderClassName
{
color: #65324C;
}
.AnyTagClassName
{
color: #65324C;
}
</style>
background-color css
<style>
a { background-color: #65324C; }
a { background-color: rgb(101,50,76); }
div.DivClassName
{
background-color: #65324C;
}
.BgClassName
{
background-color: #65324C;
}
</style>
border-color css
<style>
span { border-color: #65324C; }
span { border-color: rgb(101,50,76); }
td.TdClassName
{
border-color: #65324C;
}
.TagClassName
{
border-color: #65324C;
}
</style>