#982C5A

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

Shades of Lipstick #982C5A

Tints of Lipstick #982C5A

Color information

#982C5A (or 0x982C5A) is unknown color: approx Lipstick. HEX triplet: 98, 2C and 5A. RGB value is (152,44,90). Sum of RGB (Red+Green+Blue) = 152+44+90=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #982C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982C5A is #67D3A5. Grayscale: #515151. Windows color (decimal): -6804390 or 5909656. OLE color: 5909656.

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

Color convert

RGB1524490-
CMYK00.710.410.40
HSL334.44º55.1%38.43%-
HSV(B)334.44º71.05%59.61%-
XYZ15.79.2110.62-
YUV81.54132.78178.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.15%
GREEN value IS 44 (17.58% from 255) = 15.38%
BLUE value IS 90 (35.55% from 255) = 31.47%
R=53.15%
G=15.38%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152449000.710.410.40334.4455.138.43
Hex982C5A047292814e3726
Octal23054132010751505166746
Binary10011000101100101101001000111101001101000101001110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,44,90); }

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

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

 a { background-color: rgb(152,44,90); }

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

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

 span { border-color: rgb(152,44,90); }

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