#981C5A

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

Shades of Lipstick #981C5A

Tints of Lipstick #981C5A

Color information

#981C5A (or 0x981C5A) is unknown color: approx Lipstick. HEX triplet: 98, 1C and 5A. RGB value is (152,28,90). Sum of RGB (Red+Green+Blue) = 152+28+90=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #981C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981C5A is #67E3A5. Grayscale: #484848. Windows color (decimal): -6808486 or 5905560. OLE color: 5905560.

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

Color convert

RGB1522890-
CMYK00.820.410.40
HSL330º68.89%35.29%-
HSV(B)330º81.58%59.61%-
XYZ15.218.2410.46-
YUV72.14138.08184.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.30%
GREEN value IS 28 (11.33% from 255) = 10.37%
BLUE value IS 90 (35.55% from 255) = 33.33%
R=56.30%
G=10.37%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152289000.820.410.4033068.8935.29
Hex981C5A052292814a4523
Octal230341320122515051210543
Binary10011000111001011010010100101010011010001010010101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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