#66204F

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

Shades of Pompadour #66204F

Tints of Pompadour #66204F

Color information

#66204F (or 0x66204F) is unknown color: approx Pompadour. HEX triplet: 66, 20 and 4F. RGB value is (102,32,79). Sum of RGB (Red+Green+Blue) = 102+32+79=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #66204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66204F is #99DFB0. Grayscale: #3A3A3A. Windows color (decimal): -10084273 or 5185638. OLE color: 5185638.

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

Color convert

RGB1023279-
CMYK00.690.230.6
HSL319.71º52.24%26.27%-
HSV(B)319.71º68.63%40%-
XYZ7.414.427.86-
YUV58.29139.69159.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.89%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 79 (31.25% from 255) = 37.09%
R=47.89%
G=15.02%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102327900.690.230.6319.7152.2426.27
Hex66204F045173C140341a
Octal14640117010527745006432
Binary11001101000001001111010001011011111110010100000011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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