#66224C

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

Shades of Pompadour #66224C

Tints of Pompadour #66224C

Color information

#66224C (or 0x66224C) is unknown color: approx Pompadour. HEX triplet: 66, 22 and 4C. RGB value is (102,34,76). Sum of RGB (Red+Green+Blue) = 102+34+76=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66224C is #99DDB3. Grayscale: #3B3B3B. Windows color (decimal): -10083764 or 4989542. OLE color: 4989542.

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

Color convert

RGB1023476-
CMYK00.670.250.6
HSL322.94º50%26.67%-
HSV(B)322.94º66.67%40%-
XYZ7.364.497.32-
YUV59.12137.53158.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 34 (13.67% from 255) = 16.04%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=48.11%
G=16.04%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102347600.670.250.6322.945026.67
Hex66224C043193C143321b
Octal14642114010331745036233
Binary11001101000101001100010000111100111110010100001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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