#642640

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

Shades of Pompadour #642640

Tints of Pompadour #642640

Color information

#642640 (or 0x642640) is unknown color: approx Pompadour. HEX triplet: 64, 26 and 40. RGB value is (100,38,64). Sum of RGB (Red+Green+Blue) = 100+38+64=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #642640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642640 is #9BD9BF. Grayscale: #3B3B3B. Windows color (decimal): -10213824 or 4204132. OLE color: 4204132.

HSL color Cylindrical-coordinate representation of color #642640: hue angle of 334.84º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #642640 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB1003864-
CMYK00.620.360.61
HSL334.84º44.93%27.06%-
HSV(B)334.84º62%39.22%-
XYZ6.874.475.35-
YUV59.5130.54156.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.50%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=49.50%
G=18.81%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100386400.620.360.61334.8444.9327.06
Hex64264003E243D14f2d1b
Octal1444610007644755175533
Binary11001001001101000000011111010010011110110100111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642640; }

 p { color: rgb(100,38,64); }

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

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

 a { background-color: rgb(100,38,64); }

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

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

 span { border-color: rgb(100,38,64); }

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