#662147

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

Shades of Pompadour #662147

Tints of Pompadour #662147

Color information

#662147 (or 0x662147) is unknown color: approx Pompadour. HEX triplet: 66, 21 and 47. RGB value is (102,33,71). Sum of RGB (Red+Green+Blue) = 102+33+71=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #662147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662147 is #99DEB8. Grayscale: #393939. Windows color (decimal): -10084025 or 4661606. OLE color: 4661606.

HSL color Cylindrical-coordinate representation of color #662147: hue angle of 326.96º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662147 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB1023371-
CMYK00.680.300.6
HSL326.96º51.11%26.47%-
HSV(B)326.96º67.65%40%-
XYZ7.164.376.43-
YUV57.96135.36159.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.51%
GREEN value IS 33 (13.28% from 255) = 16.02%
BLUE value IS 71 (28.12% from 255) = 34.47%
R=49.51%
G=16.02%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102337100.680.300.6326.9651.1126.47
Hex6621470441E3C147331a
Octal14641107010436745076332
Binary11001101000011000111010001001111011110010100011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662147; }

 p { color: rgb(102,33,71); }

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

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

 a { background-color: rgb(102,33,71); }

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

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

 span { border-color: rgb(102,33,71); }

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