#64204C

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

Shades of Pompadour #64204C

Tints of Pompadour #64204C

Color information

#64204C (or 0x64204C) is unknown color: approx Pompadour. HEX triplet: 64, 20 and 4C. RGB value is (100,32,76). Sum of RGB (Red+Green+Blue) = 100+32+76=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #64204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64204C is #9BDFB3. Grayscale: #393939. Windows color (decimal): -10215348 or 4989028. OLE color: 4989028.

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

Color convert

RGB1003276-
CMYK00.680.240.61
HSL321.18º51.52%25.88%-
HSV(B)321.18º68%39.22%-
XYZ7.084.267.29-
YUV57.35138.53158.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.08%
GREEN value IS 32 (12.89% from 255) = 15.38%
BLUE value IS 76 (30.08% from 255) = 36.54%
R=48.08%
G=15.38%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100327600.680.240.61321.1851.5225.88
Hex64204C044183D141341a
Octal14440114010430755016432
Binary11001001000001001100010001001100011110110100000111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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