#992755

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

Shades of Lipstick #992755

Tints of Lipstick #992755

Color information

#992755 (or 0x992755) is unknown color: approx Lipstick. HEX triplet: 99, 27 and 55. RGB value is (153,39,85). Sum of RGB (Red+Green+Blue) = 153+39+85=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #992755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992755 is #66D8AA. Grayscale: #4E4E4E. Windows color (decimal): -6740139 or 5580697. OLE color: 5580697.

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

Color convert

RGB1533985-
CMYK00.750.440.4
HSL335.79º59.38%37.65%-
HSV(B)335.79º74.51%60%-
XYZ15.58.889.49-
YUV78.33131.77181.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 39 (15.62% from 255) = 14.08%
BLUE value IS 85 (33.59% from 255) = 30.69%
R=55.23%
G=14.08%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153398500.750.440.4335.7959.3837.65
Hex99275504B2C281503b26
Octal23147125011354505207346
Binary10011001100111101010101001011101100101000101010000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992755; }

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

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

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

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

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

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

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

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