#991E5F

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

Shades of Lipstick #991E5F

Tints of Lipstick #991E5F

Color information

#991E5F (or 0x991E5F) is unknown color: approx Lipstick. HEX triplet: 99, 1E and 5F. RGB value is (153,30,95). Sum of RGB (Red+Green+Blue) = 153+30+95=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #991E5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991E5F is #66E1A0. Grayscale: #4A4A4A. Windows color (decimal): -6742433 or 6233753. OLE color: 6233753.

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

Color convert

RGB1533095-
CMYK00.800.380.4
HSL328.29º67.21%35.88%-
HSV(B)328.29º80.39%60%-
XYZ15.678.5311.65-
YUV74.19139.75184.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.04%
GREEN value IS 30 (12.11% from 255) = 10.79%
BLUE value IS 95 (37.5% from 255) = 34.17%
R=55.04%
G=10.79%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153309500.800.380.4328.2967.2135.88
Hex991E5F05026281484324
Octal231361370120465051010344
Binary10011001111101011111010100001001101010001010010001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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