#642746

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

Shades of Pompadour #642746

Tints of Pompadour #642746

Color information

#642746 (or 0x642746) is unknown color: approx Pompadour. HEX triplet: 64, 27 and 46. RGB value is (100,39,70). Sum of RGB (Red+Green+Blue) = 100+39+70=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #642746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642746 is #9BD8B9. Grayscale: #3C3C3C. Windows color (decimal): -10213562 or 4597604. OLE color: 4597604.

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

Color convert

RGB1003970-
CMYK00.610.300.61
HSL329.51º43.88%27.25%-
HSV(B)329.51º61%39.22%-
XYZ7.094.66.31-
YUV60.77133.21155.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.85%
GREEN value IS 39 (15.62% from 255) = 18.66%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=47.85%
G=18.66%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100397000.610.300.61329.5143.8827.25
Hex64274603D1E3D14a2c1b
Octal1444710607536755125433
Binary1100100100111100011001111011111011110110100101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642746; }

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

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

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

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

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

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

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

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