#642C4D

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

Shades of Pompadour #642C4D

Tints of Pompadour #642C4D

Color information

#642C4D (or 0x642C4D) is unknown color: approx Pompadour. HEX triplet: 64, 2C and 4D. RGB value is (100,44,77). Sum of RGB (Red+Green+Blue) = 100+44+77=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #642C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642C4D is #9BD3B2. Grayscale: #404040. Windows color (decimal): -10212275 or 5057636. OLE color: 5057636.

HSL color Cylindrical-coordinate representation of color #642C4D: hue angle of 324.64º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #642C4D is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB1004477-
CMYK00.560.230.61
HSL324.64º38.89%28.24%-
HSV(B)324.64º56%39.22%-
XYZ7.55.057.6-
YUV64.51135.05153.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.25%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 77 (30.47% from 255) = 34.84%
R=45.25%
G=19.91%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100447700.560.230.61324.6438.8928.24
Hex642C4D038173D145271c
Octal1445411507027755054734
Binary1100100101100100110101110001011111110110100010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642C4D; }

 p { color: rgb(100,44,77); }

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

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

 a { background-color: rgb(100,44,77); }

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

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

 span { border-color: rgb(100,44,77); }

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