#642648

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

Shades of Pompadour #642648

Tints of Pompadour #642648

Color information

#642648 (or 0x642648) is unknown color: approx Pompadour. HEX triplet: 64, 26 and 48. RGB value is (100,38,72). Sum of RGB (Red+Green+Blue) = 100+38+72=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #642648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642648 is #9BD9B7. Grayscale: #3C3C3C. Windows color (decimal): -10213816 or 4728420. OLE color: 4728420.

HSL color Cylindrical-coordinate representation of color #642648: hue angle of 327.1º 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 #642648 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB1003872-
CMYK00.620.280.61
HSL327.1º44.93%27.06%-
HSV(B)327.1º62%39.22%-
XYZ7.124.566.64-
YUV60.41134.54156.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=47.62%
G=18.10%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100387200.620.280.61327.144.9327.06
Hex64264803E1C3D1472d1b
Octal1444611007634755075533
Binary1100100100110100100001111101110011110110100011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642648; }

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

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

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

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

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

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

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

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