#983161

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

Shades of Lipstick #983161

Tints of Lipstick #983161

Color information

#983161 (or 0x983161) is unknown color: approx Lipstick. HEX triplet: 98, 31 and 61. RGB value is (152,49,97). Sum of RGB (Red+Green+Blue) = 152+49+97=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #983161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983161 is #67CE9E. Grayscale: #555555. Windows color (decimal): -6803103 or 6369688. OLE color: 6369688.

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

Color convert

RGB1524997-
CMYK00.680.360.40
HSL332.04º51.24%39.41%-
HSV(B)332.04º67.76%59.61%-
XYZ16.29.7412.33-
YUV85.27134.62175.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 49 (19.53% from 255) = 16.44%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=51.01%
G=16.44%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152499700.680.360.40332.0451.2439.41
Hex983161044242814c3327
Octal23061141010444505146347
Binary10011000110001110000101000100100100101000101001100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983161; }

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

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

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

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

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

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

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

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