#981C53

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

Shades of Lipstick #981C53

Tints of Lipstick #981C53

Color information

#981C53 (or 0x981C53) is unknown color: approx Lipstick. HEX triplet: 98, 1C and 53. RGB value is (152,28,83). Sum of RGB (Red+Green+Blue) = 152+28+83=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #981C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981C53 is #67E3AC. Grayscale: #474747. Windows color (decimal): -6808493 or 5446808. OLE color: 5446808.

HSL color Cylindrical-coordinate representation of color #981C53: hue angle of 333.39º 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 #981C53 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB1522883-
CMYK00.820.450.40
HSL333.39º68.89%35.29%-
HSV(B)333.39º81.58%59.61%-
XYZ14.938.138.97-
YUV71.35134.58185.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.79%
GREEN value IS 28 (11.33% from 255) = 10.65%
BLUE value IS 83 (32.81% from 255) = 31.56%
R=57.79%
G=10.65%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152288300.820.450.40333.3968.8935.29
Hex981C530522D2814d4523
Octal230341230122555051510543
Binary10011000111001010011010100101011011010001010011011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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