#663050

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

Shades of Pompadour #663050

Tints of Pompadour #663050

Color information

#663050 (or 0x663050) is unknown color: approx Pompadour. HEX triplet: 66, 30 and 50. RGB value is (102,48,80). Sum of RGB (Red+Green+Blue) = 102+48+80=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #663050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663050 is #99CFAF. Grayscale: #434343. Windows color (decimal): -10080176 or 5255270. OLE color: 5255270.

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

Color convert

RGB1024880-
CMYK00.530.220.6
HSL324.44º36%29.41%-
HSV(B)324.44º52.94%40%-
XYZ7.985.528.23-
YUV67.79134.89152.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.35%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=44.35%
G=20.87%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102488000.530.220.6324.443629.41
Hex663050035163C144241d
Octal1466012006526745044435
Binary1100110110000101000001101011011011110010100010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663050; }

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

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

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

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

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

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

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

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