#991C57

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

Shades of Lipstick #991C57

Tints of Lipstick #991C57

Color information

#991C57 (or 0x991C57) is unknown color: approx Lipstick. HEX triplet: 99, 1C and 57. RGB value is (153,28,87). Sum of RGB (Red+Green+Blue) = 153+28+87=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #991C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991C57 is #66E3A8. Grayscale: #474747. Windows color (decimal): -6742953 or 5708953. OLE color: 5708953.

HSL color Cylindrical-coordinate representation of color #991C57: hue angle of 331.68º 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 #991C57 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB1532887-
CMYK00.820.430.4
HSL331.68º69.06%35.49%-
HSV(B)331.68º81.7%60%-
XYZ15.278.299.81-
YUV72.1136.41185.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.09%
GREEN value IS 28 (11.33% from 255) = 10.45%
BLUE value IS 87 (34.38% from 255) = 32.46%
R=57.09%
G=10.45%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153288700.820.430.4331.6869.0635.49
Hex991C570522B2814c4523
Octal231341270122535051410543
Binary10011001111001010111010100101010111010001010011001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991C57; }

 p { color: rgb(153,28,87); }

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

<style>
 a { background-color: #991C57; }

 a { background-color: rgb(153,28,87); }

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

<style>
 span { border-color: #991C57; }

 span { border-color: rgb(153,28,87); }

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