#66164B

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

Shades of Pompadour #66164B

Tints of Pompadour #66164B

Color information

#66164B (or 0x66164B) is unknown color: approx Pompadour. HEX triplet: 66, 16 and 4B. RGB value is (102,22,75). Sum of RGB (Red+Green+Blue) = 102+22+75=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66164B is #99E9B4. Grayscale: #333333. Windows color (decimal): -10086837 or 4920934. OLE color: 4920934.

HSL color Cylindrical-coordinate representation of color #66164B: hue angle of 320.25º 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 #66164B is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB1022275-
CMYK00.780.260.6
HSL320.25º64.52%24.31%-
HSV(B)320.25º78.43%40%-
XYZ7.043.917.04-
YUV51.96141163.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=51.26%
G=11.06%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102227500.780.260.6320.2564.5224.31
Hex66164B04E1A3C1404118
Octal146261130116327450010130
Binary11001101011010010110100111011010111100101000000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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