#643150

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

Shades of Pompadour #643150

Tints of Pompadour #643150

Color information

#643150 (or 0x643150) is unknown color: approx Pompadour. HEX triplet: 64, 31 and 50. RGB value is (100,49,80). Sum of RGB (Red+Green+Blue) = 100+49+80=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #643150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643150 is #9BCEAF. Grayscale: #434343. Windows color (decimal): -10210992 or 5255524. OLE color: 5255524.

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

Color convert

RGB1004980-
CMYK00.510.20.61
HSL323.53º34.23%29.22%-
HSV(B)323.53º51%39.22%-
XYZ7.85.498.24-
YUV67.78134.9150.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.67%
GREEN value IS 49 (19.53% from 255) = 21.40%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=43.67%
G=21.40%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100498000.510.20.61323.5334.2329.22
Hex643150033143D144221d
Octal1446112006324755044235
Binary1100100110001101000001100111010011110110100010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643150; }

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

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

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

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

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

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

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

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