#992E49

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

Shades of Lipstick #992E49

Tints of Lipstick #992E49

Color information

#992E49 (or 0x992E49) is unknown color: approx Lipstick. HEX triplet: 99, 2E and 49. RGB value is (153,46,73). Sum of RGB (Red+Green+Blue) = 153+46+73=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #992E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992E49 is #66D1B6. Grayscale: #515151. Windows color (decimal): -6738359 or 4796057. OLE color: 4796057.

HSL color Cylindrical-coordinate representation of color #992E49: hue angle of 344.86º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #992E49 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB1534673-
CMYK00.700.520.4
HSL344.86º53.77%39.02%-
HSV(B)344.86º69.93%60%-
XYZ15.329.217.27-
YUV81.07123.45179.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.25%
GREEN value IS 46 (18.36% from 255) = 16.91%
BLUE value IS 73 (28.91% from 255) = 26.84%
R=56.25%
G=16.91%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153467300.700.520.4344.8653.7739.02
Hex992E4904634281593627
Octal23156111010664505316647
Binary10011001101110100100101000110110100101000101011001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992E49; }

 p { color: rgb(153,46,73); }

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

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

 a { background-color: rgb(153,46,73); }

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

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

 span { border-color: rgb(153,46,73); }

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