#642748

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

Shades of Pompadour #642748

Tints of Pompadour #642748

Color information

#642748 (or 0x642748) is unknown color: approx Pompadour. HEX triplet: 64, 27 and 48. RGB value is (100,39,72). Sum of RGB (Red+Green+Blue) = 100+39+72=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #642748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642748 is #9BD8B7. Grayscale: #3C3C3C. Windows color (decimal): -10213560 or 4728676. OLE color: 4728676.

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

Color convert

RGB1003972-
CMYK00.610.280.61
HSL327.54º43.88%27.25%-
HSV(B)327.54º61%39.22%-
XYZ7.154.636.65-
YUV61134.21155.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.39%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=47.39%
G=18.48%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100397200.610.280.61327.5443.8827.25
Hex64274803D1C3D1482c1b
Octal1444711007534755105433
Binary1100100100111100100001111011110011110110100100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642748; }

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

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

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

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

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

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

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

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