#982B66

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

Shades of Lipstick #982B66

Tints of Lipstick #982B66

Color information

#982B66 (or 0x982B66) is unknown color: approx Lipstick. HEX triplet: 98, 2B and 66. RGB value is (152,43,102). Sum of RGB (Red+Green+Blue) = 152+43+102=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #982B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982B66 is #67D499. Grayscale: #525252. Windows color (decimal): -6804634 or 6695832. OLE color: 6695832.

HSL color Cylindrical-coordinate representation of color #982B66: hue angle of 327.52º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982B66 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB15243102-
CMYK00.720.330.40
HSL327.52º55.9%38.24%-
HSV(B)327.52º71.71%59.61%-
XYZ16.219.3613.52-
YUV82.32139.11177.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 43 (17.19% from 255) = 14.48%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=51.18%
G=14.48%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524310200.720.330.40327.5255.938.24
Hex982B6604821281483826
Octal23053146011041505107046
Binary10011000101011110011001001000100001101000101001000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,43,102); }

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

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

 a { background-color: rgb(152,43,102); }

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

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

 span { border-color: rgb(152,43,102); }

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