#991F56

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

Shades of Lipstick #991F56

Tints of Lipstick #991F56

Color information

#991F56 (or 0x991F56) is unknown color: approx Lipstick. HEX triplet: 99, 1F and 56. RGB value is (153,31,86). Sum of RGB (Red+Green+Blue) = 153+31+86=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #991F56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991F56 is #66E0A9. Grayscale: #494949. Windows color (decimal): -6742186 or 5644185. OLE color: 5644185.

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

Color convert

RGB1533186-
CMYK00.800.440.4
HSL332.95º66.3%36.08%-
HSV(B)332.95º79.74%60%-
XYZ15.318.429.62-
YUV73.75134.92184.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.67%
GREEN value IS 31 (12.5% from 255) = 11.48%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=56.67%
G=11.48%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153318600.800.440.4332.9566.336.08
Hex991F560502C2814d4224
Octal231371260120545051510244
Binary10011001111111010110010100001011001010001010011011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,31,86); }

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

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

 a { background-color: rgb(153,31,86); }

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

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

 span { border-color: rgb(153,31,86); }

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