#642750

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

Shades of Pompadour #642750

Tints of Pompadour #642750

Color information

#642750 (or 0x642750) is unknown color: approx Pompadour. HEX triplet: 64, 27 and 50. RGB value is (100,39,80). Sum of RGB (Red+Green+Blue) = 100+39+80=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #642750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642750 is #9BD8AF. Grayscale: #3D3D3D. Windows color (decimal): -10213552 or 5252964. OLE color: 5252964.

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

Color convert

RGB1003980-
CMYK00.610.20.61
HSL319.67º43.88%27.25%-
HSV(B)319.67º61%39.22%-
XYZ7.434.748.11-
YUV61.91138.21155.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.66%
GREEN value IS 39 (15.62% from 255) = 17.81%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=45.66%
G=17.81%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100398000.610.20.61319.6743.8827.25
Hex64275003D143D1402c1b
Octal1444712007524755005433
Binary1100100100111101000001111011010011110110100000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642750; }

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

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

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

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

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

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

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

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