#64264C

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

Shades of Pompadour #64264C

Tints of Pompadour #64264C

Color information

#64264C (or 0x64264C) is unknown color: approx Pompadour. HEX triplet: 64, 26 and 4C. RGB value is (100,38,76). Sum of RGB (Red+Green+Blue) = 100+38+76=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #64264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64264C is #9BD9B3. Grayscale: #3C3C3C. Windows color (decimal): -10213812 or 4990564. OLE color: 4990564.

HSL color Cylindrical-coordinate representation of color #64264C: hue angle of 323.23º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64264C is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB1003876-
CMYK00.620.240.61
HSL323.23º44.93%27.06%-
HSV(B)323.23º62%39.22%-
XYZ7.254.627.35-
YUV60.87136.54155.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.73%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 76 (30.08% from 255) = 35.51%
R=46.73%
G=17.76%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100387600.620.240.61323.2344.9327.06
Hex64264C03E183D1432d1b
Octal1444611407630755035533
Binary1100100100110100110001111101100011110110100001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64264C; }

 p { color: rgb(100,38,76); }

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

<style>
 a { background-color: #64264C; }

 a { background-color: rgb(100,38,76); }

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

<style>
 span { border-color: #64264C; }

 span { border-color: rgb(100,38,76); }

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