#662A4F

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

Shades of Pompadour #662A4F

Tints of Pompadour #662A4F

Color information

#662A4F (or 0x662A4F) is unknown color: approx Pompadour. HEX triplet: 66, 2A and 4F. RGB value is (102,42,79). Sum of RGB (Red+Green+Blue) = 102+42+79=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #662A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662A4F is #99D5B0. Grayscale: #404040. Windows color (decimal): -10081713 or 5188198. OLE color: 5188198.

HSL color Cylindrical-coordinate representation of color #662A4F: hue angle of 323º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #662A4F is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB1024279-
CMYK00.590.230.6
HSL323º41.67%28.24%-
HSV(B)323º58.82%40%-
XYZ7.725.057.96-
YUV64.16136.38154.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.74%
GREEN value IS 42 (16.80% from 255) = 18.83%
BLUE value IS 79 (31.25% from 255) = 35.43%
R=45.74%
G=18.83%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102427900.590.230.632341.6728.24
Hex662A4F03B173C1432a1c
Octal1465211707327745035234
Binary1100110101010100111101110111011111110010100001110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662A4F; }

 p { color: rgb(102,42,79); }

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

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

 a { background-color: rgb(102,42,79); }

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

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

 span { border-color: rgb(102,42,79); }

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