#981A57

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

Shades of Lipstick #981A57

Tints of Lipstick #981A57

Color information

#981A57 (or 0x981A57) is unknown color: approx Lipstick. HEX triplet: 98, 1A and 57. RGB value is (152,26,87). Sum of RGB (Red+Green+Blue) = 152+26+87=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #981A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981A57 is #67E5A8. Grayscale: #464646. Windows color (decimal): -6809001 or 5708440. OLE color: 5708440.

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

Color convert

RGB1522687-
CMYK00.830.430.40
HSL330.95º70.79%34.9%-
HSV(B)330.95º82.89%59.61%-
XYZ15.048.19.79-
YUV70.63137.24186.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.36%
GREEN value IS 26 (10.55% from 255) = 9.81%
BLUE value IS 87 (34.38% from 255) = 32.83%
R=57.36%
G=9.81%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152268700.830.430.40330.9570.7934.9
Hex981A570532B2814b4723
Octal230321270123535051310743
Binary10011000110101010111010100111010111010001010010111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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