Shades of Tawny Port #65384D
Tints of Tawny Port #65384D
RGB
CMYK
RGB Variations
Color information
#65384D (or 0x65384D) is known color: Tawny Port. HEX triplet: 65, 38 and 4D. RGB value is (101,56,77). Sum of RGB (Red+Green+Blue) = 101+56+77=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 101 - color contains mainly: red. Hex color #65384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65384D is #9AC7B2. Grayscale: #474747. Windows color (decimal): -10143667 or 5060709. OLE color: 5060709.
HSL color Cylindrical-coordinate representation of color #65384D: hue angle of 332º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65384D is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 56 | 77 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.60 |
| HSL | 332º | 0.29% | 0.31% | - |
| HSV(B) | 332º | 0.45% | 0.4% | - |
| XYZ | 8.12 | 6.13 | 7.78 | - |
| YUV | 71.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 56 | 77 | 0 | 0.45 | 0.24 | 0.60 | 332 | 0.29 | 0.31 |
| Hex | 65 | 38 | 4D | 0 | 2D | 18 | 3C | 14C | 1D | 1F |
| Octal | 145 | 70 | 115 | 0 | 55 | 30 | 74 | 514 | 35 | 37 |
| Binary | 1100101 | 111000 | 1001101 | 0 | 101101 | 11000 | 111100 | 101001100 | 11101 | 11111 |
Color Harmonies of #65384D
Complementary color
Monochromatic Colors of #65384D
Black with #65384D
Text Example
Text Example
White with #65384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65384D; }
p { color: rgb(101,56,77); }
H1.HeaderClassName
{
color: #65384D;
}
.AnyTagClassName
{
color: #65384D;
}
</style>
background-color css
<style>
a { background-color: #65384D; }
a { background-color: rgb(101,56,77); }
div.DivClassName
{
background-color: #65384D;
}
.BgClassName
{
background-color: #65384D;
}
</style>
border-color css
<style>
span { border-color: #65384D; }
span { border-color: rgb(101,56,77); }
td.TdClassName
{
border-color: #65384D;
}
.TagClassName
{
border-color: #65384D;
}
</style>