#991E51

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

Shades of Lipstick #991E51

Tints of Lipstick #991E51

Color information

#991E51 (or 0x991E51) is unknown color: approx Lipstick. HEX triplet: 99, 1E and 51. RGB value is (153,30,81). Sum of RGB (Red+Green+Blue) = 153+30+81=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #991E51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991E51 is #66E1AE. Grayscale: #484848. Windows color (decimal): -6742447 or 5316249. OLE color: 5316249.

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

Color convert

RGB1533081-
CMYK00.800.470.4
HSL335.12º67.21%35.88%-
HSV(B)335.12º80.39%60%-
XYZ15.098.298.59-
YUV72.59132.75185.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.95%
GREEN value IS 30 (12.11% from 255) = 11.36%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=57.95%
G=11.36%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153308100.800.470.4335.1267.2135.88
Hex991E510502F2814f4324
Octal231361210120575051710344
Binary10011001111101010001010100001011111010001010011111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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