#662E50

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

Shades of Pompadour #662E50

Tints of Pompadour #662E50

Color information

#662E50 (or 0x662E50) is unknown color: approx Pompadour. HEX triplet: 66, 2E and 50. RGB value is (102,46,80). Sum of RGB (Red+Green+Blue) = 102+46+80=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #662E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662E50 is #99D1AF. Grayscale: #424242. Windows color (decimal): -10080688 or 5254758. OLE color: 5254758.

HSL color Cylindrical-coordinate representation of color #662E50: hue angle of 323.57º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #662E50 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB1024680-
CMYK00.550.220.6
HSL323.57º37.84%29.02%-
HSV(B)323.57º54.9%40%-
XYZ7.95.368.21-
YUV66.62135.55153.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 46 (18.36% from 255) = 20.18%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=44.74%
G=20.18%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102468000.550.220.6323.5737.8429.02
Hex662E50037163C144261d
Octal1465612006726745044635
Binary1100110101110101000001101111011011110010100010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,46,80); }

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

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

 a { background-color: rgb(102,46,80); }

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

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

 span { border-color: rgb(102,46,80); }

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