#992955

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

Shades of Lipstick #992955

Tints of Lipstick #992955

Color information

#992955 (or 0x992955) is unknown color: approx Lipstick. HEX triplet: 99, 29 and 55. RGB value is (153,41,85). Sum of RGB (Red+Green+Blue) = 153+41+85=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #992955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992955 is #66D6AA. Grayscale: #4F4F4F. Windows color (decimal): -6739627 or 5581209. OLE color: 5581209.

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

Color convert

RGB1534185-
CMYK00.730.440.4
HSL336.43º57.73%38.04%-
HSV(B)336.43º73.2%60%-
XYZ15.579.019.51-
YUV79.5131.11180.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.84%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 85 (33.59% from 255) = 30.47%
R=54.84%
G=14.70%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153418500.730.440.4336.4357.7338.04
Hex9929550492C281503a26
Octal23151125011154505207246
Binary10011001101001101010101001001101100101000101010000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992955; }

 p { color: rgb(153,41,85); }

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

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

 a { background-color: rgb(153,41,85); }

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

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

 span { border-color: rgb(153,41,85); }

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