#642D46

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

Shades of Pompadour #642D46

Tints of Pompadour #642D46

Color information

#642D46 (or 0x642D46) is unknown color: approx Pompadour. HEX triplet: 64, 2D and 46. RGB value is (100,45,70). Sum of RGB (Red+Green+Blue) = 100+45+70=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #642D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642D46 is #9BD2B9. Grayscale: #404040. Windows color (decimal): -10212026 or 4599140. OLE color: 4599140.

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

Color convert

RGB1004570-
CMYK00.550.300.61
HSL332.73º37.93%28.43%-
HSV(B)332.73º55%39.22%-
XYZ7.35.036.38-
YUV64.3131.22153.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.51%
GREEN value IS 45 (17.97% from 255) = 20.93%
BLUE value IS 70 (27.73% from 255) = 32.56%
R=46.51%
G=20.93%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100457000.550.300.61332.7337.9328.43
Hex642D460371E3D14d261c
Octal1445510606736755154634
Binary1100100101101100011001101111111011110110100110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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