#983169

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

Shades of Lipstick #983169

Tints of Lipstick #983169

Color information

#983169 (or 0x983169) is unknown color: approx Lipstick. HEX triplet: 98, 31 and 69. RGB value is (152,49,105). Sum of RGB (Red+Green+Blue) = 152+49+105=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #983169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983169 is #67CE96. Grayscale: #565656. Windows color (decimal): -6803095 or 6893976. OLE color: 6893976.

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

Color convert

RGB15249105-
CMYK00.680.310.40
HSL327.38º51.24%39.41%-
HSV(B)327.38º67.76%59.61%-
XYZ16.69.8914.4-
YUV86.18138.62174.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.67%
GREEN value IS 49 (19.53% from 255) = 16.01%
BLUE value IS 105 (41.41% from 255) = 34.31%
R=49.67%
G=16.01%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524910500.680.310.40327.3851.2439.41
Hex9831690441F281473327
Octal23061151010437505076347
Binary1001100011000111010010100010011111101000101000111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983169; }

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

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

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

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

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

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

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

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