Shades of Tawny Port #65334A
Tints of Tawny Port #65334A
RGB
CMYK
RGB Variations
Color information
#65334A (or 0x65334A) is known color: Tawny Port. HEX triplet: 65, 33 and 4A. RGB value is (101,51,74). Sum of RGB (Red+Green+Blue) = 101+51+74=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 101 - color contains mainly: red. Hex color #65334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65334A is #9ACCB5. Grayscale: #444444. Windows color (decimal): -10144950 or 4862821. OLE color: 4862821.
HSL color Cylindrical-coordinate representation of color #65334A: hue angle of 332.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 #65334A is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 51 | 74 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.60 |
| HSL | 332.4º | 0.33% | 0.3% | - |
| HSV(B) | 332.4º | 0.5% | 0.4% | - |
| XYZ | 7.79 | 5.63 | 7.15 | - |
| YUV | 68.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 74 | 0 | 0.50 | 0.27 | 0.60 | 332.4 | 0.33 | 0.3 |
| Hex | 65 | 33 | 4A | 0 | 32 | 1B | 3C | 14C | 21 | 1E |
| Octal | 145 | 63 | 112 | 0 | 62 | 33 | 74 | 514 | 41 | 36 |
| Binary | 1100101 | 110011 | 1001010 | 0 | 110010 | 11011 | 111100 | 101001100 | 100001 | 11110 |
Color Harmonies of #65334A
Complementary color
Monochromatic Colors of #65334A
Black with #65334A
Text Example
Text Example
White with #65334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65334A; }
p { color: rgb(101,51,74); }
H1.HeaderClassName
{
color: #65334A;
}
.AnyTagClassName
{
color: #65334A;
}
</style>
background-color css
<style>
a { background-color: #65334A; }
a { background-color: rgb(101,51,74); }
div.DivClassName
{
background-color: #65334A;
}
.BgClassName
{
background-color: #65334A;
}
</style>
border-color css
<style>
span { border-color: #65334A; }
span { border-color: rgb(101,51,74); }
td.TdClassName
{
border-color: #65334A;
}
.TagClassName
{
border-color: #65334A;
}
</style>