#991E5B

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

Shades of Lipstick #991E5B

Tints of Lipstick #991E5B

Color information

#991E5B (or 0x991E5B) is unknown color: approx Lipstick. HEX triplet: 99, 1E and 5B. RGB value is (153,30,91). Sum of RGB (Red+Green+Blue) = 153+30+91=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #991E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991E5B is #66E1A4. Grayscale: #494949. Windows color (decimal): -6742437 or 5971609. OLE color: 5971609.

HSL color Cylindrical-coordinate representation of color #991E5B: hue angle of 330.24º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991E5B is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB1533091-
CMYK00.800.410.4
HSL330.24º67.21%35.88%-
HSV(B)330.24º80.39%60%-
XYZ15.498.4610.71-
YUV73.73137.75184.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.84%
GREEN value IS 30 (12.11% from 255) = 10.95%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=55.84%
G=10.95%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153309100.800.410.4330.2467.2135.88
Hex991E5B050292814a4324
Octal231361330120515051210344
Binary10011001111101011011010100001010011010001010010101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,30,91); }

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

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

 a { background-color: rgb(153,30,91); }

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

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

 span { border-color: rgb(153,30,91); }

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