Shades of Tawny Port #65334F
Tints of Tawny Port #65334F
RGB
CMYK
RGB Variations
Color information
#65334F (or 0x65334F) is known color: Tawny Port. HEX triplet: 65, 33 and 4F. RGB value is (101,51,79). Sum of RGB (Red+Green+Blue) = 101+51+79=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #65334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65334F is #9ACCB0. Grayscale: #454545. Windows color (decimal): -10144945 or 5190501. OLE color: 5190501.
HSL color Cylindrical-coordinate representation of color #65334F: hue angle of 326.4º 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 #65334F is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 51 | 79 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.60 |
| HSL | 326.4º | 0.33% | 0.3% | - |
| HSV(B) | 326.4º | 0.5% | 0.4% | - |
| XYZ | 7.96 | 5.7 | 8.08 | - |
| YUV | 69.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 79 | 0 | 0.50 | 0.22 | 0.60 | 326.4 | 0.33 | 0.3 |
| Hex | 65 | 33 | 4F | 0 | 32 | 16 | 3C | 146 | 21 | 1E |
| Octal | 145 | 63 | 117 | 0 | 62 | 26 | 74 | 506 | 41 | 36 |
| Binary | 1100101 | 110011 | 1001111 | 0 | 110010 | 10110 | 111100 | 101000110 | 100001 | 11110 |
Color Harmonies of #65334F
Complementary color
Monochromatic Colors of #65334F
Black with #65334F
Text Example
Text Example
White with #65334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65334F; }
p { color: rgb(101,51,79); }
H1.HeaderClassName
{
color: #65334F;
}
.AnyTagClassName
{
color: #65334F;
}
</style>
background-color css
<style>
a { background-color: #65334F; }
a { background-color: rgb(101,51,79); }
div.DivClassName
{
background-color: #65334F;
}
.BgClassName
{
background-color: #65334F;
}
</style>
border-color css
<style>
span { border-color: #65334F; }
span { border-color: rgb(101,51,79); }
td.TdClassName
{
border-color: #65334F;
}
.TagClassName
{
border-color: #65334F;
}
</style>