#66204E

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

Shades of Pompadour #66204E

Tints of Pompadour #66204E

Color information

#66204E (or 0x66204E) is unknown color: approx Pompadour. HEX triplet: 66, 20 and 4E. RGB value is (102,32,78). Sum of RGB (Red+Green+Blue) = 102+32+78=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66204E is #99DFB1. Grayscale: #3A3A3A. Windows color (decimal): -10084274 or 5120102. OLE color: 5120102.

HSL color Cylindrical-coordinate representation of color #66204E: hue angle of 320.57º 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 #66204E is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB1023278-
CMYK00.690.240.6
HSL320.57º52.24%26.27%-
HSV(B)320.57º68.63%40%-
XYZ7.374.417.67-
YUV58.17139.19159.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=48.11%
G=15.09%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102327800.690.240.6320.5752.2426.27
Hex66204E045183C141341a
Octal14640116010530745016432
Binary11001101000001001110010001011100011110010100000111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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