Shades of Tawny Port #65334E
Tints of Tawny Port #65334E
RGB
CMYK
RGB Variations
Color information
#65334E (or 0x65334E) is known color: Tawny Port. HEX triplet: 65, 33 and 4E. RGB value is (101,51,78). Sum of RGB (Red+Green+Blue) = 101+51+78=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #65334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65334E is #9ACCB1. Grayscale: #444444. Windows color (decimal): -10144946 or 5124965. OLE color: 5124965.
HSL color Cylindrical-coordinate representation of color #65334E: hue angle of 327.6º 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 #65334E is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 51 | 78 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.60 |
| HSL | 327.6º | 0.33% | 0.3% | - |
| HSV(B) | 327.6º | 0.5% | 0.4% | - |
| XYZ | 7.93 | 5.68 | 7.89 | - |
| YUV | 69.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 78 | 0 | 0.50 | 0.23 | 0.60 | 327.6 | 0.33 | 0.3 |
| Hex | 65 | 33 | 4E | 0 | 32 | 17 | 3C | 148 | 21 | 1E |
| Octal | 145 | 63 | 116 | 0 | 62 | 27 | 74 | 510 | 41 | 36 |
| Binary | 1100101 | 110011 | 1001110 | 0 | 110010 | 10111 | 111100 | 101001000 | 100001 | 11110 |
Color Harmonies of #65334E
Complementary color
Monochromatic Colors of #65334E
Black with #65334E
Text Example
Text Example
White with #65334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65334E; }
p { color: rgb(101,51,78); }
H1.HeaderClassName
{
color: #65334E;
}
.AnyTagClassName
{
color: #65334E;
}
</style>
background-color css
<style>
a { background-color: #65334E; }
a { background-color: rgb(101,51,78); }
div.DivClassName
{
background-color: #65334E;
}
.BgClassName
{
background-color: #65334E;
}
</style>
border-color css
<style>
span { border-color: #65334E; }
span { border-color: rgb(101,51,78); }
td.TdClassName
{
border-color: #65334E;
}
.TagClassName
{
border-color: #65334E;
}
</style>