#65334F

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

Shades of Tawny Port #65334F

Tints of Tawny Port #65334F

Color information

#65334F (or 0x65334F) is unknown color: approx Tawny Port. HEX triplet: 65, 33 and 4F. RGB value is (101,51,79). Sum of RGB (Red+Green+Blue) = 101+51+79=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #65334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65334F is #9ACCB0. Grayscale: #454545. Windows color (decimal): -10144945 or 5190501. OLE color: 5190501.

HSL color Cylindrical-coordinate representation of color #65334F: hue angle of 326.4º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65334F is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB1015179-
CMYK00.500.220.60
HSL326.4º32.89%29.8%-
HSV(B)326.4º49.5%39.61%-
XYZ7.965.78.08-
YUV69.14133.56150.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.72%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=43.72%
G=22.08%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101517900.500.220.60326.432.8929.8
Hex65334F032163C146211e
Octal1456311706226745064136
Binary1100101110011100111101100101011011110010100011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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