#66164c

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

Shades of Pompadour #66164C

Tints of Pompadour #66164C

Color information

#66164C (or 0x66164C) is unknown color: approx Pompadour. HEX triplet: 66, 16 and 4C. RGB value is (102,22,76). Sum of RGB (Red+Green+Blue) = 102+22+76=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66164C is #99E9B3. Grayscale: #333333. Windows color (decimal): -10086836 or 4986470. OLE color: 4986470.

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

Color convert

RGB1022276-
CMYK00.780.250.6
HSL319.5º64.52%24.31%-
HSV(B)319.5º78.43%40%-
XYZ7.073.927.22-
YUV52.08141.5163.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51%
GREEN value IS 22 (8.98% from 255) = 11%
BLUE value IS 76 (30.08% from 255) = 38%
R=51%
G=11%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102227600.780.250.6319.564.5224.31
Hex66164C04E193C1404118
Octal146261140116317450010130
Binary11001101011010011000100111011001111100101000000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66164c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66164c; }

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

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

<style>
 a { background-color: #66164c; }

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

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

<style>
 span { border-color: #66164c; }

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

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