#991E50

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

Shades of Lipstick #991E50

Tints of Lipstick #991E50

Color information

#991E50 (or 0x991E50) is unknown color: approx Lipstick. HEX triplet: 99, 1E and 50. RGB value is (153,30,80). Sum of RGB (Red+Green+Blue) = 153+30+80=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #991E50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991E50 is #66E1AF. Grayscale: #484848. Windows color (decimal): -6742448 or 5250713. OLE color: 5250713.

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

Color convert

RGB1533080-
CMYK00.800.480.4
HSL335.61º67.21%35.88%-
HSV(B)335.61º80.39%60%-
XYZ15.058.288.39-
YUV72.48132.25185.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.17%
GREEN value IS 30 (12.11% from 255) = 11.41%
BLUE value IS 80 (31.64% from 255) = 30.42%
R=58.17%
G=11.41%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153308000.800.480.4335.6167.2135.88
Hex991E5005030281504324
Octal231361200120605052010344
Binary10011001111101010000010100001100001010001010100001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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