#662146

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

Shades of Pompadour #662146

Tints of Pompadour #662146

Color information

#662146 (or 0x662146) is unknown color: approx Pompadour. HEX triplet: 66, 21 and 46. RGB value is (102,33,70). Sum of RGB (Red+Green+Blue) = 102+33+70=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #662146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662146 is #99DEB9. Grayscale: #393939. Windows color (decimal): -10084026 or 4596070. OLE color: 4596070.

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

Color convert

RGB1023370-
CMYK00.680.310.6
HSL327.83º51.11%26.47%-
HSV(B)327.83º67.65%40%-
XYZ7.134.356.26-
YUV57.85134.86159.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 33 (13.28% from 255) = 16.10%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=49.76%
G=16.10%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102337000.680.310.6327.8351.1126.47
Hex6621460441F3C148331a
Octal14641106010437745106332
Binary11001101000011000110010001001111111110010100100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662146; }

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

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

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

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

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

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

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

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