#65344F

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

Shades of Tawny Port #65344F

Tints of Tawny Port #65344F

Color information

#65344F (or 0x65344F) is unknown color: approx Tawny Port. HEX triplet: 65, 34 and 4F. RGB value is (101,52,79). Sum of RGB (Red+Green+Blue) = 101+52+79=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #65344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65344F is #9ACBB0. Grayscale: #454545. Windows color (decimal): -10144689 or 5190757. OLE color: 5190757.

HSL color Cylindrical-coordinate representation of color #65344F: hue angle of 326.94º 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 #65344F is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB1015279-
CMYK00.490.220.60
HSL326.94º32.03%30%-
HSV(B)326.94º48.51%39.61%-
XYZ8.015.798.09-
YUV69.73133.23150.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.53%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=43.53%
G=22.41%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101527900.490.220.60326.9432.0330
Hex65344F031163C147201e
Octal1456411706126745074036
Binary1100101110100100111101100011011011110010100011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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