#642C46

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

Shades of Pompadour #642C46

Tints of Pompadour #642C46

Color information

#642C46 (or 0x642C46) is unknown color: approx Pompadour. HEX triplet: 64, 2C and 46. RGB value is (100,44,70). Sum of RGB (Red+Green+Blue) = 100+44+70=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #642C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642C46 is #9BD3B9. Grayscale: #3F3F3F. Windows color (decimal): -10212282 or 4598884. OLE color: 4598884.

HSL color Cylindrical-coordinate representation of color #642C46: hue angle of 332.14º 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 #642C46 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB1004470-
CMYK00.560.300.61
HSL332.14º38.89%28.24%-
HSV(B)332.14º56%39.22%-
XYZ7.264.956.37-
YUV63.71131.55153.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.73%
GREEN value IS 44 (17.58% from 255) = 20.56%
BLUE value IS 70 (27.73% from 255) = 32.71%
R=46.73%
G=20.56%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100447000.560.300.61332.1438.8928.24
Hex642C460381E3D14c271c
Octal1445410607036755144734
Binary1100100101100100011001110001111011110110100110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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