#642844

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

Shades of Pompadour #642844

Tints of Pompadour #642844

Color information

#642844 (or 0x642844) is unknown color: approx Pompadour. HEX triplet: 64, 28 and 44. RGB value is (100,40,68). Sum of RGB (Red+Green+Blue) = 100+40+68=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #642844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642844 is #9BD7BB. Grayscale: #3D3D3D. Windows color (decimal): -10213308 or 4466788. OLE color: 4466788.

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

Color convert

RGB1004068-
CMYK00.60.320.61
HSL332º42.86%27.45%-
HSV(B)332º60%39.22%-
XYZ7.064.645.99-
YUV61.13131.88155.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.08%
GREEN value IS 40 (16.02% from 255) = 19.23%
BLUE value IS 68 (26.95% from 255) = 32.69%
R=48.08%
G=19.23%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100406800.60.320.6133242.8627.45
Hex64284403C203D14c2b1b
Octal1445010407440755145333
Binary11001001010001000100011110010000011110110100110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642844; }

 p { color: rgb(100,40,68); }

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

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

 a { background-color: rgb(100,40,68); }

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

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

 span { border-color: rgb(100,40,68); }

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