#982959

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

Shades of Lipstick #982959

Tints of Lipstick #982959

Color information

#982959 (or 0x982959) is unknown color: approx Lipstick. HEX triplet: 98, 29 and 59. RGB value is (152,41,89). Sum of RGB (Red+Green+Blue) = 152+41+89=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #982959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982959 is #67D6A6. Grayscale: #4F4F4F. Windows color (decimal): -6805159 or 5843352. OLE color: 5843352.

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

Color convert

RGB1524189-
CMYK00.730.410.40
HSL334.05º57.51%37.84%-
HSV(B)334.05º73.03%59.61%-
XYZ15.558.9810.37-
YUV79.66133.27179.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.90%
GREEN value IS 41 (16.41% from 255) = 14.54%
BLUE value IS 89 (35.16% from 255) = 31.56%
R=53.90%
G=14.54%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152418900.730.410.40334.0557.5137.84
Hex982959049292814e3a26
Octal23051131011151505167246
Binary10011000101001101100101001001101001101000101001110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982959; }

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

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

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

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

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

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

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

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