#99295D

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

Shades of Lipstick #99295D

Tints of Lipstick #99295D

Color information

#99295D (or 0x99295D) is unknown color: approx Lipstick. HEX triplet: 99, 29 and 5D. RGB value is (153,41,93). Sum of RGB (Red+Green+Blue) = 153+41+93=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #99295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99295D is #66D6A2. Grayscale: #505050. Windows color (decimal): -6739619 or 6105497. OLE color: 6105497.

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

Color convert

RGB1534193-
CMYK00.730.390.4
HSL332.14º57.73%38.04%-
HSV(B)332.14º73.2%60%-
XYZ15.919.1511.28-
YUV80.42135.11179.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 41 (16.41% from 255) = 14.29%
BLUE value IS 93 (36.72% from 255) = 32.40%
R=53.31%
G=14.29%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153419300.730.390.4332.1457.7338.04
Hex99295D049272814c3a26
Octal23151135011147505147246
Binary10011001101001101110101001001100111101000101001100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99295D; }

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

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

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

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

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

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

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

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