#662044

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

Shades of Pompadour #662044

Tints of Pompadour #662044

Color information

#662044 (or 0x662044) is unknown color: approx Pompadour. HEX triplet: 66, 20 and 44. RGB value is (102,32,68). Sum of RGB (Red+Green+Blue) = 102+32+68=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #662044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662044 is #99DFBB. Grayscale: #383838. Windows color (decimal): -10084284 or 4464742. OLE color: 4464742.

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

Color convert

RGB1023268-
CMYK00.690.330.6
HSL329.14º52.24%26.27%-
HSV(B)329.14º68.63%40%-
XYZ7.044.285.92-
YUV57.03134.19160.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.50%
GREEN value IS 32 (12.89% from 255) = 15.84%
BLUE value IS 68 (26.95% from 255) = 33.66%
R=50.50%
G=15.84%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102326800.690.330.6329.1452.2426.27
Hex662044045213C149341a
Octal14640104010541745116432
Binary110011010000010001000100010110000111110010100100111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662044; }

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

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

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

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

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

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

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

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