#663052

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

Shades of Pompadour #663052

Tints of Pompadour #663052

Color information

#663052 (or 0x663052) is unknown color: approx Pompadour. HEX triplet: 66, 30 and 52. RGB value is (102,48,82). Sum of RGB (Red+Green+Blue) = 102+48+82=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #663052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663052 is #99CFAD. Grayscale: #434343. Windows color (decimal): -10080174 or 5386342. OLE color: 5386342.

HSL color Cylindrical-coordinate representation of color #663052: hue angle of 322.22º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663052 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB1024882-
CMYK00.530.200.6
HSL322.22º36%29.41%-
HSV(B)322.22º52.94%40%-
XYZ8.065.558.63-
YUV68.02135.89152.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 48 (19.14% from 255) = 20.69%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=43.97%
G=20.69%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102488200.530.200.6322.223629.41
Hex663052035143C142241d
Octal1466012206524745024435
Binary1100110110000101001001101011010011110010100001010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663052; }

 p { color: rgb(102,48,82); }

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

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

 a { background-color: rgb(102,48,82); }

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

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

 span { border-color: rgb(102,48,82); }

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