#991140

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

Shades of Lipstick #991140

Tints of Lipstick #991140

Color information

#991140 (or 0x991140) is unknown color: approx Lipstick. HEX triplet: 99, 11 and 40. RGB value is (153,17,64). Sum of RGB (Red+Green+Blue) = 153+17+64=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #991140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991140 is #66EEBF. Grayscale: #3E3E3E. Windows color (decimal): -6745792 or 4198809. OLE color: 4198809.

HSL color Cylindrical-coordinate representation of color #991140: hue angle of 339.26º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991140 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB1531764-
CMYK00.890.580.4
HSL339.26º80%33.33%-
HSV(B)339.26º88.89%60%-
XYZ14.267.545.55-
YUV63.02128.56192.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.38%
GREEN value IS 17 (7.03% from 255) = 7.26%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=65.38%
G=7.26%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153176400.890.580.4339.268033.33
Hex9911400593A281535021
Octal231211000131725052312041
Binary10011001100011000000010110011110101010001010100111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991140; }

 p { color: rgb(153,17,64); }

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

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

 a { background-color: rgb(153,17,64); }

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

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

 span { border-color: rgb(153,17,64); }

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