#991A51

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

Shades of Lipstick #991A51

Tints of Lipstick #991A51

Color information

#991A51 (or 0x991A51) is unknown color: approx Lipstick. HEX triplet: 99, 1A and 51. RGB value is (153,26,81). Sum of RGB (Red+Green+Blue) = 153+26+81=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #991A51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991A51 is #66E5AE. Grayscale: #464646. Windows color (decimal): -6743471 or 5315225. OLE color: 5315225.

HSL color Cylindrical-coordinate representation of color #991A51: hue angle of 334.02º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #991A51 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.4.

Color convert

RGB1532681-
CMYK00.830.470.4
HSL334.02º70.95%35.1%-
HSV(B)334.02º83.01%60%-
XYZ14.998.118.56-
YUV70.24134.08187.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.85%
GREEN value IS 26 (10.55% from 255) = 10%
BLUE value IS 81 (32.03% from 255) = 31.15%
R=58.85%
G=10%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153268100.830.470.4334.0270.9535.1
Hex991A510532F2814e4723
Octal231321210123575051610743
Binary10011001110101010001010100111011111010001010011101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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