Shades of Tawny Port #65334C
Tints of Tawny Port #65334C
RGB
CMYK
RGB Variations
Color information
#65334C (or 0x65334C) is known color: Tawny Port. HEX triplet: 65, 33 and 4C. RGB value is (101,51,76). Sum of RGB (Red+Green+Blue) = 101+51+76=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #65334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65334C is #9ACCB3. Grayscale: #444444. Windows color (decimal): -10144948 or 4993893. OLE color: 4993893.
HSL color Cylindrical-coordinate representation of color #65334C: hue angle of 330º 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 #65334C is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 51 | 76 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.60 |
| HSL | 330º | 0.33% | 0.3% | - |
| HSV(B) | 330º | 0.5% | 0.4% | - |
| XYZ | 7.86 | 5.66 | 7.52 | - |
| YUV | 68.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 76 | 0 | 0.50 | 0.25 | 0.60 | 330 | 0.33 | 0.3 |
| Hex | 65 | 33 | 4C | 0 | 32 | 19 | 3C | 14A | 21 | 1E |
| Octal | 145 | 63 | 114 | 0 | 62 | 31 | 74 | 512 | 41 | 36 |
| Binary | 1100101 | 110011 | 1001100 | 0 | 110010 | 11001 | 111100 | 101001010 | 100001 | 11110 |
Color Harmonies of #65334C
Complementary color
Monochromatic Colors of #65334C
Black with #65334C
Text Example
Text Example
White with #65334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65334C; }
p { color: rgb(101,51,76); }
H1.HeaderClassName
{
color: #65334C;
}
.AnyTagClassName
{
color: #65334C;
}
</style>
background-color css
<style>
a { background-color: #65334C; }
a { background-color: rgb(101,51,76); }
div.DivClassName
{
background-color: #65334C;
}
.BgClassName
{
background-color: #65334C;
}
</style>
border-color css
<style>
span { border-color: #65334C; }
span { border-color: rgb(101,51,76); }
td.TdClassName
{
border-color: #65334C;
}
.TagClassName
{
border-color: #65334C;
}
</style>