#66204A

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

Shades of Pompadour #66204A

Tints of Pompadour #66204A

Color information

#66204A (or 0x66204A) is unknown color: approx Pompadour. HEX triplet: 66, 20 and 4A. RGB value is (102,32,74). Sum of RGB (Red+Green+Blue) = 102+32+74=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #66204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66204A is #99DFB5. Grayscale: #393939. Windows color (decimal): -10084278 or 4857958. OLE color: 4857958.

HSL color Cylindrical-coordinate representation of color #66204A: hue angle of 324º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66204A is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB1023274-
CMYK00.690.270.6
HSL324º52.24%26.27%-
HSV(B)324º68.63%40%-
XYZ7.234.356.94-
YUV57.72137.19159.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 32 (12.89% from 255) = 15.38%
BLUE value IS 74 (29.30% from 255) = 35.58%
R=49.04%
G=15.38%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102327400.690.270.632452.2426.27
Hex66204A0451B3C144341a
Octal14640112010533745046432
Binary11001101000001001010010001011101111110010100010011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,32,74); }

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

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

 a { background-color: rgb(102,32,74); }

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

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

 span { border-color: rgb(102,32,74); }

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