#642246

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

Shades of Pompadour #642246

Tints of Pompadour #642246

Color information

#642246 (or 0x642246) is unknown color: approx Pompadour. HEX triplet: 64, 22 and 46. RGB value is (100,34,70). Sum of RGB (Red+Green+Blue) = 100+34+70=204 (27% of max value = 765). Red value is 100 (39.45% from 255 or 49.02% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 100 - color contains mainly: red. Hex color #642246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642246 is #9BDDB9. Grayscale: #393939. Windows color (decimal): -10214842 or 4596324. OLE color: 4596324.

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

Color convert

RGB1003470-
CMYK00.660.300.61
HSL327.27º49.25%26.27%-
HSV(B)327.27º66%39.22%-
XYZ6.934.36.26-
YUV57.84134.87158.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.02%
GREEN value IS 34 (13.67% from 255) = 16.67%
BLUE value IS 70 (27.73% from 255) = 34.31%
R=49.02%
G=16.67%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100347000.660.300.61327.2749.2526.27
Hex6422460421E3D147311a
Octal14442106010236755076132
Binary11001001000101000110010000101111011110110100011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642246; }

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

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

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

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

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

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

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

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