#662B4D

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

Shades of Pompadour #662B4D

Tints of Pompadour #662B4D

Color information

#662B4D (or 0x662B4D) is unknown color: approx Pompadour. HEX triplet: 66, 2B and 4D. RGB value is (102,43,77). Sum of RGB (Red+Green+Blue) = 102+43+77=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #662B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662B4D is #99D4B2. Grayscale: #404040. Windows color (decimal): -10081459 or 5057382. OLE color: 5057382.

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

Color convert

RGB1024377-
CMYK00.580.250.6
HSL325.42º40.69%28.43%-
HSV(B)325.42º57.84%40%-
XYZ7.685.097.6-
YUV64.52135.05154.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 43 (17.19% from 255) = 19.37%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=45.95%
G=19.37%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102437700.580.250.6325.4240.6928.43
Hex662B4D03A193C145291c
Octal1465311507231745055134
Binary1100110101011100110101110101100111110010100010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,43,77); }

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

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

 a { background-color: rgb(102,43,77); }

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

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

 span { border-color: rgb(102,43,77); }

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