#64294D

Color #64294D Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #64294D

Tints of Pompadour #64294D

Color information

#64294D (or 0x64294D) is unknown color: approx Pompadour. HEX triplet: 64, 29 and 4D. RGB value is (100,41,77). Sum of RGB (Red+Green+Blue) = 100+41+77=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #64294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64294D is #9BD6B2. Grayscale: #3E3E3E. Windows color (decimal): -10213043 or 5056868. OLE color: 5056868.

HSL color Cylindrical-coordinate representation of color #64294D: hue angle of 323.39º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64294D is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB1004177-
CMYK00.590.230.61
HSL323.39º41.84%27.65%-
HSV(B)323.39º59%39.22%-
XYZ7.394.837.56-
YUV62.74136.05154.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.87%
GREEN value IS 41 (16.41% from 255) = 18.81%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=45.87%
G=18.81%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100417700.590.230.61323.3941.8427.65
Hex64294D03B173D1432a1c
Octal1445111507327755035234
Binary1100100101001100110101110111011111110110100001110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64294D; }

 p { color: rgb(100,41,77); }

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

<style>
 a { background-color: #64294D; }

 a { background-color: rgb(100,41,77); }

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

<style>
 span { border-color: #64294D; }

 span { border-color: rgb(100,41,77); }

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