#642350

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

Shades of Pompadour #642350

Tints of Pompadour #642350

Color information

#642350 (or 0x642350) is unknown color: approx Pompadour. HEX triplet: 64, 23 and 50. RGB value is (100,35,80). Sum of RGB (Red+Green+Blue) = 100+35+80=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #642350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642350 is #9BDCAF. Grayscale: #3B3B3B. Windows color (decimal): -10214576 or 5251940. OLE color: 5251940.

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

Color convert

RGB1003580-
CMYK00.650.20.61
HSL318.46º48.15%26.47%-
HSV(B)318.46º65%39.22%-
XYZ7.34.498.07-
YUV59.56139.53156.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.51%
GREEN value IS 35 (14.06% from 255) = 16.28%
BLUE value IS 80 (31.64% from 255) = 37.21%
R=46.51%
G=16.28%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100358000.650.20.61318.4648.1526.47
Hex642350041143D13e301a
Octal14443120010124754766032
Binary11001001000111010000010000011010011110110011111011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642350; }

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

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

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

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

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

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

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

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