#662046

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

Shades of Pompadour #662046

Tints of Pompadour #662046

Color information

#662046 (or 0x662046) is unknown color: approx Pompadour. HEX triplet: 66, 20 and 46. RGB value is (102,32,70). Sum of RGB (Red+Green+Blue) = 102+32+70=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #662046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662046 is #99DFB9. Grayscale: #393939. Windows color (decimal): -10084282 or 4595814. OLE color: 4595814.

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

Color convert

RGB1023270-
CMYK00.690.310.6
HSL327.43º52.24%26.27%-
HSV(B)327.43º68.63%40%-
XYZ7.14.36.25-
YUV57.26135.19159.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 15.69%
BLUE value IS 70 (27.73% from 255) = 34.31%
R=50%
G=15.69%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102327000.690.310.6327.4352.2426.27
Hex6620460451F3C147341a
Octal14640106010537745076432
Binary11001101000001000110010001011111111110010100011111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662046; }

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

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

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

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

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

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

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

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