#992947

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

Shades of Lipstick #992947

Tints of Lipstick #992947

Color information

#992947 (or 0x992947) is unknown color: approx Lipstick. HEX triplet: 99, 29 and 47. RGB value is (153,41,71). Sum of RGB (Red+Green+Blue) = 153+41+71=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #992947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992947 is #66D6B8. Grayscale: #4D4D4D. Windows color (decimal): -6739641 or 4663705. OLE color: 4663705.

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

Color convert

RGB1534171-
CMYK00.730.540.4
HSL343.93º57.73%38.04%-
HSV(B)343.93º73.2%60%-
XYZ15.078.816.87-
YUV77.91124.11181.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.74%
GREEN value IS 41 (16.41% from 255) = 15.47%
BLUE value IS 71 (28.12% from 255) = 26.79%
R=57.74%
G=15.47%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153417100.730.540.4343.9357.7338.04
Hex99294704936281583a26
Octal23151107011166505307246
Binary10011001101001100011101001001110110101000101011000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992947; }

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

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

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

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

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

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

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

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