#982D6C

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

Shades of Lipstick #982D6C

Tints of Lipstick #982D6C

Color information

#982D6C (or 0x982D6C) is unknown color: approx Lipstick. HEX triplet: 98, 2D and 6C. RGB value is (152,45,108). Sum of RGB (Red+Green+Blue) = 152+45+108=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #982D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982D6C is #67D293. Grayscale: #545454. Windows color (decimal): -6804116 or 7089560. OLE color: 7089560.

HSL color Cylindrical-coordinate representation of color #982D6C: hue angle of 324.67º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #982D6C is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB15245108-
CMYK00.700.290.40
HSL324.67º54.31%38.63%-
HSV(B)324.67º70.39%59.61%-
XYZ16.599.6315.17-
YUV84.18141.45176.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.84%
GREEN value IS 45 (17.97% from 255) = 14.75%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=49.84%
G=14.75%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524510800.700.290.40324.6754.3138.63
Hex982D6C0461D281453627
Octal23055154010635505056647
Binary1001100010110111011000100011011101101000101000101110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982D6C; }

 p { color: rgb(152,45,108); }

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

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

 a { background-color: rgb(152,45,108); }

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

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

 span { border-color: rgb(152,45,108); }

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