Shades of Tawny Port #65394D
Tints of Tawny Port #65394D
RGB
CMYK
RGB Variations
Color information
#65394D (or 0x65394D) is known color: Tawny Port. HEX triplet: 65, 39 and 4D. RGB value is (101,57,77). Sum of RGB (Red+Green+Blue) = 101+57+77=235 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.98% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 101 - color contains mainly: red. Hex color #65394D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65394D is #9AC6B2. Grayscale: #484848. Windows color (decimal): -10143411 or 5060965. OLE color: 5060965.
HSL color Cylindrical-coordinate representation of color #65394D: hue angle of 332.73º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65394D is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 57 | 77 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.60 |
| HSL | 332.73º | 0.28% | 0.31% | - |
| HSV(B) | 332.73º | 0.44% | 0.4% | - |
| XYZ | 8.17 | 6.23 | 7.79 | - |
| YUV | 72.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 57 | 77 | 0 | 0.44 | 0.24 | 0.60 | 332.73 | 0.28 | 0.31 |
| Hex | 65 | 39 | 4D | 0 | 2C | 18 | 3C | 14D | 1C | 1F |
| Octal | 145 | 71 | 115 | 0 | 54 | 30 | 74 | 515 | 34 | 37 |
| Binary | 1100101 | 111001 | 1001101 | 0 | 101100 | 11000 | 111100 | 101001101 | 11100 | 11111 |
Color Harmonies of #65394D
Complementary color
Monochromatic Colors of #65394D
Black with #65394D
Text Example
Text Example
White with #65394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65394D; }
p { color: rgb(101,57,77); }
H1.HeaderClassName
{
color: #65394D;
}
.AnyTagClassName
{
color: #65394D;
}
</style>
background-color css
<style>
a { background-color: #65394D; }
a { background-color: rgb(101,57,77); }
div.DivClassName
{
background-color: #65394D;
}
.BgClassName
{
background-color: #65394D;
}
</style>
border-color css
<style>
span { border-color: #65394D; }
span { border-color: rgb(101,57,77); }
td.TdClassName
{
border-color: #65394D;
}
.TagClassName
{
border-color: #65394D;
}
</style>