#662149

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

Shades of Pompadour #662149

Tints of Pompadour #662149

Color information

#662149 (or 0x662149) is unknown color: approx Pompadour. HEX triplet: 66, 21 and 49. RGB value is (102,33,73). Sum of RGB (Red+Green+Blue) = 102+33+73=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #662149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662149 is #99DEB6. Grayscale: #3A3A3A. Windows color (decimal): -10084023 or 4792678. OLE color: 4792678.

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

Color convert

RGB1023373-
CMYK00.680.280.6
HSL325.22º51.11%26.47%-
HSV(B)325.22º67.65%40%-
XYZ7.234.396.77-
YUV58.19136.36159.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 33 (13.28% from 255) = 15.87%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=49.04%
G=15.87%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102337300.680.280.6325.2251.1126.47
Hex6621490441C3C145331a
Octal14641111010434745056332
Binary11001101000011001001010001001110011110010100010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662149; }

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

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

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

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

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

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

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

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