#982764

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

Shades of Lipstick #982764

Tints of Lipstick #982764

Color information

#982764 (or 0x982764) is unknown color: approx Lipstick. HEX triplet: 98, 27 and 64. RGB value is (152,39,100). Sum of RGB (Red+Green+Blue) = 152+39+100=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #982764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982764 is #67D89B. Grayscale: #4F4F4F. Windows color (decimal): -6805660 or 6563736. OLE color: 6563736.

HSL color Cylindrical-coordinate representation of color #982764: hue angle of 327.61º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982764 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB15239100-
CMYK00.740.340.40
HSL327.61º59.16%37.45%-
HSV(B)327.61º74.34%59.61%-
XYZ15.979.0512.96-
YUV79.74139.44179.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.23%
GREEN value IS 39 (15.62% from 255) = 13.40%
BLUE value IS 100 (39.45% from 255) = 34.36%
R=52.23%
G=13.40%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523910000.740.340.40327.6159.1637.45
Hex98276404A22281483b25
Octal23047144011242505107345
Binary10011000100111110010001001010100010101000101001000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982764; }

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

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

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

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

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

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

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

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