#991E54

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

Shades of Lipstick #991E54

Tints of Lipstick #991E54

Color information

#991E54 (or 0x991E54) is unknown color: approx Lipstick. HEX triplet: 99, 1E and 54. RGB value is (153,30,84). Sum of RGB (Red+Green+Blue) = 153+30+84=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #991E54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991E54 is #66E1AB. Grayscale: #484848. Windows color (decimal): -6742444 or 5512857. OLE color: 5512857.

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

Color convert

RGB1533084-
CMYK00.800.450.4
HSL333.66º67.21%35.88%-
HSV(B)333.66º80.39%60%-
XYZ15.28.349.2-
YUV72.93134.25185.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.30%
GREEN value IS 30 (12.11% from 255) = 11.24%
BLUE value IS 84 (33.20% from 255) = 31.46%
R=57.30%
G=11.24%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153308400.800.450.4333.6667.2135.88
Hex991E540502D2814e4324
Octal231361240120555051610344
Binary10011001111101010100010100001011011010001010011101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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