#64324A

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

Shades of Tawny Port #64324A

Tints of Tawny Port #64324A

Color information

#64324A (or 0x64324A) is unknown color: approx Tawny Port. HEX triplet: 64, 32 and 4A. RGB value is (100,50,74). Sum of RGB (Red+Green+Blue) = 100+50+74=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 100 - color contains mainly: red. Hex color #64324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64324A is #9BCDB5. Grayscale: #434343. Windows color (decimal): -10210742 or 4862564. OLE color: 4862564.

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

Color convert

RGB1005074-
CMYK00.500.260.61
HSL331.2º33.33%29.41%-
HSV(B)331.2º50%39.22%-
XYZ7.635.487.14-
YUV67.69131.56151.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.64%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=44.64%
G=22.32%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100507400.500.260.61331.233.3329.41
Hex64324A0321A3D14b211d
Octal1446211206232755134135
Binary1100100110010100101001100101101011110110100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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