#981B57

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

Shades of Lipstick #981B57

Tints of Lipstick #981B57

Color information

#981B57 (or 0x981B57) is unknown color: approx Lipstick. HEX triplet: 98, 1B and 57. RGB value is (152,27,87). Sum of RGB (Red+Green+Blue) = 152+27+87=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #981B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981B57 is #67E4A8. Grayscale: #474747. Windows color (decimal): -6808745 or 5708696. OLE color: 5708696.

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

Color convert

RGB1522787-
CMYK00.820.430.40
HSL331.2º69.83%35.1%-
HSV(B)331.2º82.24%59.61%-
XYZ15.068.159.8-
YUV71.22136.91185.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.14%
GREEN value IS 27 (10.94% from 255) = 10.15%
BLUE value IS 87 (34.38% from 255) = 32.71%
R=57.14%
G=10.15%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152278700.820.430.40331.269.8335.1
Hex981B570522B2814b4623
Octal230331270122535051310643
Binary10011000110111010111010100101010111010001010010111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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