#982B5B

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

Shades of Lipstick #982B5B

Tints of Lipstick #982B5B

Color information

#982B5B (or 0x982B5B) is unknown color: approx Lipstick. HEX triplet: 98, 2B and 5B. RGB value is (152,43,91). Sum of RGB (Red+Green+Blue) = 152+43+91=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #982B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982B5B is #67D4A4. Grayscale: #505050. Windows color (decimal): -6804645 or 5974936. OLE color: 5974936.

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

Color convert

RGB1524391-
CMYK00.720.400.40
HSL333.58º55.9%38.24%-
HSV(B)333.58º71.71%59.61%-
XYZ15.79.1610.84-
YUV81.06133.61178.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.15%
GREEN value IS 43 (17.19% from 255) = 15.03%
BLUE value IS 91 (35.94% from 255) = 31.82%
R=53.15%
G=15.03%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152439100.720.400.40333.5855.938.24
Hex982B5B048282814e3826
Octal23053133011050505167046
Binary10011000101011101101101001000101000101000101001110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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