#64324B

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

Shades of Tawny Port #64324B

Tints of Tawny Port #64324B

Color information

#64324B (or 0x64324B) is unknown color: approx Tawny Port. HEX triplet: 64, 32 and 4B. RGB value is (100,50,75). Sum of RGB (Red+Green+Blue) = 100+50+75=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #64324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64324B is #9BCDB4. Grayscale: #434343. Windows color (decimal): -10210741 or 4928100. OLE color: 4928100.

HSL color Cylindrical-coordinate representation of color #64324B: hue angle of 330º 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 #64324B is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB1005075-
CMYK00.500.250.61
HSL330º33.33%29.41%-
HSV(B)330º50%39.22%-
XYZ7.675.57.31-
YUV67.8132.06150.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.44%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=44.44%
G=22.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100507500.500.250.6133033.3329.41
Hex64324B032193D14a211d
Octal1446211306231755124135
Binary1100100110010100101101100101100111110110100101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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