#981f60

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

Shades of Lipstick #981F60

Tints of Lipstick #981F60

Color information

#981F60 (or 0x981F60) is unknown color: approx Lipstick. HEX triplet: 98, 1F and 60. RGB value is (152,31,96). Sum of RGB (Red+Green+Blue) = 152+31+96=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #981F60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981F60 is #67E09F. Grayscale: #4A4A4A. Windows color (decimal): -6807712 or 6299544. OLE color: 6299544.

HSL color Cylindrical-coordinate representation of color #981F60: hue angle of 327.77º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981F60 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB1523196-
CMYK00.800.370.40
HSL327.77º66.12%35.88%-
HSV(B)327.77º79.61%59.61%-
XYZ15.558.511.89-
YUV74.59140.09183.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.48%
GREEN value IS 31 (12.5% from 255) = 11.11%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=54.48%
G=11.11%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152319600.800.370.40327.7766.1235.88
Hex981F6005025281484224
Octal230371400120455051010244
Binary10011000111111100000010100001001011010001010010001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981f60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981f60; }

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

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

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

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

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

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

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

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