#65344D

Color #65344D Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #65344D

Tints of Tawny Port #65344D

Color information

#65344D (or 0x65344D) is unknown color: approx Tawny Port. HEX triplet: 65, 34 and 4D. RGB value is (101,52,77). Sum of RGB (Red+Green+Blue) = 101+52+77=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #65344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65344D is #9ACBB2. Grayscale: #454545. Windows color (decimal): -10144691 or 5059685. OLE color: 5059685.

HSL color Cylindrical-coordinate representation of color #65344D: hue angle of 329.39º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65344D is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB1015277-
CMYK00.490.240.60
HSL329.39º32.03%30%-
HSV(B)329.39º48.51%39.61%-
XYZ7.935.767.71-
YUV69.5132.23150.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 43.91%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=43.91%
G=22.61%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101527700.490.240.60329.3932.0330
Hex65344D031183C149201e
Octal1456411506130745114036
Binary1100101110100100110101100011100011110010100100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65344D; }

 p { color: rgb(101,52,77); }

 H1.HeaderClassName
 {
   color: #65344D;
 }
 .AnyTagClassName
 {
   color: #65344D;
 }
</style>
background-color css

<style>
 a { background-color: #65344D; }

 a { background-color: rgb(101,52,77); }

 div.DivClassName
 {
   background-color: #65344D;
 }
 .BgClassName
 {
   background-color: #65344D;
 }
</style>
border-color css

<style>
 span { border-color: #65344D; }

 span { border-color: rgb(101,52,77); }

 td.TdClassName
 {
   border-color: #65344D;
 }
 .TagClassName
 {
   border-color: #65344D;
 }
</style>