#642548

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

Shades of Pompadour #642548

Tints of Pompadour #642548

Color information

#642548 (or 0x642548) is unknown color: approx Pompadour. HEX triplet: 64, 25 and 48. RGB value is (100,37,72). Sum of RGB (Red+Green+Blue) = 100+37+72=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #642548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642548 is #9BDAB7. Grayscale: #3B3B3B. Windows color (decimal): -10214072 or 4728164. OLE color: 4728164.

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

Color convert

RGB1003772-
CMYK00.630.280.61
HSL326.67º45.99%26.86%-
HSV(B)326.67º63%39.22%-
XYZ7.094.56.63-
YUV59.83134.87156.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.85%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=47.85%
G=17.70%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100377200.630.280.61326.6745.9926.86
Hex64254803F1C3D1472e1b
Octal1444511007734755075633
Binary1100100100101100100001111111110011110110100011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642548; }

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

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

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

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

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

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

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

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