#981A58

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

Shades of Lipstick #981A58

Tints of Lipstick #981A58

Color information

#981A58 (or 0x981A58) is unknown color: approx Lipstick. HEX triplet: 98, 1A and 58. RGB value is (152,26,88). Sum of RGB (Red+Green+Blue) = 152+26+88=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #981A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981A58 is #67E5A7. Grayscale: #464646. Windows color (decimal): -6809000 or 5773976. OLE color: 5773976.

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

Color convert

RGB1522688-
CMYK00.830.420.40
HSL330.48º70.79%34.9%-
HSV(B)330.48º82.89%59.61%-
XYZ15.088.1210-
YUV70.74137.74185.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.14%
GREEN value IS 26 (10.55% from 255) = 9.77%
BLUE value IS 88 (34.77% from 255) = 33.08%
R=57.14%
G=9.77%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152268800.830.420.40330.4870.7934.9
Hex981A580532A2814a4723
Octal230321300123525051210743
Binary10011000110101011000010100111010101010001010010101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,26,88); }

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

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

 a { background-color: rgb(152,26,88); }

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

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

 span { border-color: rgb(152,26,88); }

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