#991142

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

Shades of Lipstick #991142

Tints of Lipstick #991142

Color information

#991142 (or 0x991142) is unknown color: approx Lipstick. HEX triplet: 99, 11 and 42. RGB value is (153,17,66). Sum of RGB (Red+Green+Blue) = 153+17+66=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #991142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991142 is #66EEBD. Grayscale: #3F3F3F. Windows color (decimal): -6745790 or 4329881. OLE color: 4329881.

HSL color Cylindrical-coordinate representation of color #991142: hue angle of 338.38º 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 #991142 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB1531766-
CMYK00.890.570.4
HSL338.38º80%33.33%-
HSV(B)338.38º88.89%60%-
XYZ14.327.575.86-
YUV63.25129.56192.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.83%
GREEN value IS 17 (7.03% from 255) = 7.20%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=64.83%
G=7.20%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153176600.890.570.4338.388033.33
Hex99114205939281525021
Octal231211020131715052212041
Binary10011001100011000010010110011110011010001010100101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991142; }

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

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

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

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

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

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

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

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