#66214C

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

Shades of Pompadour #66214C

Tints of Pompadour #66214C

Color information

#66214C (or 0x66214C) is unknown color: approx Pompadour. HEX triplet: 66, 21 and 4C. RGB value is (102,33,76). Sum of RGB (Red+Green+Blue) = 102+33+76=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #66214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66214C is #99DEB3. Grayscale: #3A3A3A. Windows color (decimal): -10084020 or 4989286. OLE color: 4989286.

HSL color Cylindrical-coordinate representation of color #66214C: hue angle of 322.61º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66214C is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1023376-
CMYK00.680.250.6
HSL322.61º51.11%26.47%-
HSV(B)322.61º67.65%40%-
XYZ7.334.437.31-
YUV58.53137.86159-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.34%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=48.34%
G=15.64%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102337600.680.250.6322.6151.1126.47
Hex66214C044193C143331a
Octal14641114010431745036332
Binary11001101000011001100010001001100111110010100001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,33,76); }

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

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

 a { background-color: rgb(102,33,76); }

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

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

 span { border-color: rgb(102,33,76); }

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