#983160

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

Shades of Lipstick #983160

Tints of Lipstick #983160

Color information

#983160 (or 0x983160) is unknown color: approx Lipstick. HEX triplet: 98, 31 and 60. RGB value is (152,49,96). Sum of RGB (Red+Green+Blue) = 152+49+96=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #983160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983160 is #67CE9F. Grayscale: #555555. Windows color (decimal): -6803104 or 6304152. OLE color: 6304152.

HSL color Cylindrical-coordinate representation of color #983160: hue angle of 332.62º 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 #983160 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB1524996-
CMYK00.680.370.40
HSL332.62º51.24%39.41%-
HSV(B)332.62º67.76%59.61%-
XYZ16.169.7212.09-
YUV85.16134.12175.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 49 (19.53% from 255) = 16.50%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=51.18%
G=16.50%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152499600.680.370.40332.6251.2439.41
Hex983160044252814d3327
Octal23061140010445505156347
Binary10011000110001110000001000100100101101000101001101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983160; }

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

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

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

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

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

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

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

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