#64324E

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

Shades of Tawny Port #64324E

Tints of Tawny Port #64324E

Color information

#64324E (or 0x64324E) is unknown color: approx Tawny Port. HEX triplet: 64, 32 and 4E. RGB value is (100,50,78). Sum of RGB (Red+Green+Blue) = 100+50+78=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 100 - color contains mainly: red. Hex color #64324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64324E is #9BCDB1. Grayscale: #444444. Windows color (decimal): -10210738 or 5124708. OLE color: 5124708.

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

Color convert

RGB1005078-
CMYK00.500.220.61
HSL326.4º33.33%29.41%-
HSV(B)326.4º50%39.22%-
XYZ7.775.547.87-
YUV68.14133.56150.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.86%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=43.86%
G=21.93%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100507800.500.220.61326.433.3329.41
Hex64324E032163D146211d
Octal1446211606226755064135
Binary1100100110010100111001100101011011110110100011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64324E; }

 p { color: rgb(100,50,78); }

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

<style>
 a { background-color: #64324E; }

 a { background-color: rgb(100,50,78); }

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

<style>
 span { border-color: #64324E; }

 span { border-color: rgb(100,50,78); }

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