#982A5B

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

Shades of Lipstick #982A5B

Tints of Lipstick #982A5B

Color information

#982A5B (or 0x982A5B) is unknown color: approx Lipstick. HEX triplet: 98, 2A and 5B. RGB value is (152,42,91). Sum of RGB (Red+Green+Blue) = 152+42+91=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #982A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982A5B is #67D5A4. Grayscale: #505050. Windows color (decimal): -6804901 or 5974680. OLE color: 5974680.

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

Color convert

RGB1524291-
CMYK00.720.400.40
HSL333.27º56.7%38.04%-
HSV(B)333.27º72.37%59.61%-
XYZ15.679.0910.83-
YUV80.48133.94179.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.33%
GREEN value IS 42 (16.80% from 255) = 14.74%
BLUE value IS 91 (35.94% from 255) = 31.93%
R=53.33%
G=14.74%
B=31.93%

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
Decimal152429100.720.400.40333.2756.738.04
Hex982A5B048282814d3926
Octal23052133011050505157146
Binary10011000101010101101101001000101000101000101001101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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