#662A49

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

Shades of Pompadour #662A49

Tints of Pompadour #662A49

Color information

#662A49 (or 0x662A49) is unknown color: approx Pompadour. HEX triplet: 66, 2A and 49. RGB value is (102,42,73). Sum of RGB (Red+Green+Blue) = 102+42+73=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #662A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662A49 is #99D5B6. Grayscale: #3F3F3F. Windows color (decimal): -10081719 or 4794982. OLE color: 4794982.

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

Color convert

RGB1024273-
CMYK00.590.280.6
HSL329º41.67%28.24%-
HSV(B)329º58.82%40%-
XYZ7.514.966.87-
YUV63.47133.38155.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 42 (16.80% from 255) = 19.35%
BLUE value IS 73 (28.91% from 255) = 33.64%
R=47.00%
G=19.35%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102427300.590.280.632941.6728.24
Hex662A4903B1C3C1492a1c
Octal1465211107334745115234
Binary1100110101010100100101110111110011110010100100110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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