Shades of Tawny Port #65354E
Tints of Tawny Port #65354E
RGB
CMYK
RGB Variations
Color information
#65354E (or 0x65354E) is known color: Tawny Port. HEX triplet: 65, 35 and 4E. RGB value is (101,53,78). Sum of RGB (Red+Green+Blue) = 101+53+78=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #65354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65354E is #9ACAB1. Grayscale: #464646. Windows color (decimal): -10144434 or 5125477. OLE color: 5125477.
HSL color Cylindrical-coordinate representation of color #65354E: hue angle of 328.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65354E is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 53 | 78 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.60 |
| HSL | 328.75º | 0.31% | 0.3% | - |
| HSV(B) | 328.75º | 0.48% | 0.4% | - |
| XYZ | 8.02 | 5.86 | 7.92 | - |
| YUV | 70.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 78 | 0 | 0.48 | 0.23 | 0.60 | 328.75 | 0.31 | 0.3 |
| Hex | 65 | 35 | 4E | 0 | 30 | 17 | 3C | 149 | 1F | 1E |
| Octal | 145 | 65 | 116 | 0 | 60 | 27 | 74 | 511 | 37 | 36 |
| Binary | 1100101 | 110101 | 1001110 | 0 | 110000 | 10111 | 111100 | 101001001 | 11111 | 11110 |
Color Harmonies of #65354E
Complementary color
Monochromatic Colors of #65354E
Black with #65354E
Text Example
Text Example
White with #65354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65354E; }
p { color: rgb(101,53,78); }
H1.HeaderClassName
{
color: #65354E;
}
.AnyTagClassName
{
color: #65354E;
}
</style>
background-color css
<style>
a { background-color: #65354E; }
a { background-color: rgb(101,53,78); }
div.DivClassName
{
background-color: #65354E;
}
.BgClassName
{
background-color: #65354E;
}
</style>
border-color css
<style>
span { border-color: #65354E; }
span { border-color: rgb(101,53,78); }
td.TdClassName
{
border-color: #65354E;
}
.TagClassName
{
border-color: #65354E;
}
</style>