#642050

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

Shades of Pompadour #642050

Tints of Pompadour #642050

Color information

#642050 (or 0x642050) is unknown color: approx Pompadour. HEX triplet: 64, 20 and 50. RGB value is (100,32,80). Sum of RGB (Red+Green+Blue) = 100+32+80=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #642050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642050 is #9BDFAF. Grayscale: #393939. Windows color (decimal): -10215344 or 5251172. OLE color: 5251172.

HSL color Cylindrical-coordinate representation of color #642050: hue angle of 317.65º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642050 is Cyan = 0, Magento = 0.68, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB1003280-
CMYK00.680.20.61
HSL317.65º51.52%25.88%-
HSV(B)317.65º68%39.22%-
XYZ7.224.328.04-
YUV57.8140.53158.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.17%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 80 (31.64% from 255) = 37.74%
R=47.17%
G=15.09%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100328000.680.20.61317.6551.5225.88
Hex642050044143D13e341a
Octal14440120010424754766432
Binary11001001000001010000010001001010011110110011111011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642050; }

 p { color: rgb(100,32,80); }

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

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

 a { background-color: rgb(100,32,80); }

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

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

 span { border-color: rgb(100,32,80); }

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