#662B47

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

Shades of Pompadour #662B47

Tints of Pompadour #662B47

Color information

#662B47 (or 0x662B47) is unknown color: approx Pompadour. HEX triplet: 66, 2B and 47. RGB value is (102,43,71). Sum of RGB (Red+Green+Blue) = 102+43+71=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #662B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662B47 is #99D4B8. Grayscale: #3F3F3F. Windows color (decimal): -10081465 or 4664166. OLE color: 4664166.

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

Color convert

RGB1024371-
CMYK00.580.300.6
HSL331.53º40.69%28.43%-
HSV(B)331.53º57.84%40%-
XYZ7.485.016.53-
YUV63.83132.05155.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 71 (28.12% from 255) = 32.87%
R=47.22%
G=19.91%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102437100.580.300.6331.5340.6928.43
Hex662B4703A1E3C14c291c
Octal1465310707236745145134
Binary1100110101011100011101110101111011110010100110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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