Shades of Tawny Port #65374C
Tints of Tawny Port #65374C
RGB
CMYK
RGB Variations
Color information
#65374C (or 0x65374C) is known color: Tawny Port. HEX triplet: 65, 37 and 4C. RGB value is (101,55,76). Sum of RGB (Red+Green+Blue) = 101+55+76=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #65374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65374C is #9AC8B3. Grayscale: #474747. Windows color (decimal): -10143924 or 4994917. OLE color: 4994917.
HSL color Cylindrical-coordinate representation of color #65374C: hue angle of 332.61º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65374C is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 55 | 76 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.60 |
| HSL | 332.61º | 0.29% | 0.31% | - |
| HSV(B) | 332.61º | 0.46% | 0.4% | - |
| XYZ | 8.04 | 6.02 | 7.58 | - |
| YUV | 71.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 55 | 76 | 0 | 0.46 | 0.25 | 0.60 | 332.61 | 0.29 | 0.31 |
| Hex | 65 | 37 | 4C | 0 | 2E | 19 | 3C | 14D | 1D | 1F |
| Octal | 145 | 67 | 114 | 0 | 56 | 31 | 74 | 515 | 35 | 37 |
| Binary | 1100101 | 110111 | 1001100 | 0 | 101110 | 11001 | 111100 | 101001101 | 11101 | 11111 |
Color Harmonies of #65374C
Complementary color
Monochromatic Colors of #65374C
Black with #65374C
Text Example
Text Example
White with #65374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65374C; }
p { color: rgb(101,55,76); }
H1.HeaderClassName
{
color: #65374C;
}
.AnyTagClassName
{
color: #65374C;
}
</style>
background-color css
<style>
a { background-color: #65374C; }
a { background-color: rgb(101,55,76); }
div.DivClassName
{
background-color: #65374C;
}
.BgClassName
{
background-color: #65374C;
}
</style>
border-color css
<style>
span { border-color: #65374C; }
span { border-color: rgb(101,55,76); }
td.TdClassName
{
border-color: #65374C;
}
.TagClassName
{
border-color: #65374C;
}
</style>