#983159

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

Shades of Lipstick #983159

Tints of Lipstick #983159

Color information

#983159 (or 0x983159) is unknown color: approx Lipstick. HEX triplet: 98, 31 and 59. RGB value is (152,49,89). Sum of RGB (Red+Green+Blue) = 152+49+89=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #983159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983159 is #67CEA6. Grayscale: #545454. Windows color (decimal): -6803111 or 5845400. OLE color: 5845400.

HSL color Cylindrical-coordinate representation of color #983159: hue angle of 336.7º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983159 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB1524989-
CMYK00.680.410.40
HSL336.7º51.24%39.41%-
HSV(B)336.7º67.76%59.61%-
XYZ15.859.5910.47-
YUV84.36130.62176.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.41%
GREEN value IS 49 (19.53% from 255) = 16.90%
BLUE value IS 89 (35.16% from 255) = 30.69%
R=52.41%
G=16.90%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152498900.680.410.40336.751.2439.41
Hex98315904429281513327
Octal23061131010451505216347
Binary10011000110001101100101000100101001101000101010001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983159; }

 p { color: rgb(152,49,89); }

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

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

 a { background-color: rgb(152,49,89); }

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

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

 span { border-color: rgb(152,49,89); }

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