#99295B

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

Shades of Lipstick #99295B

Tints of Lipstick #99295B

Color information

#99295B (or 0x99295B) is unknown color: approx Lipstick. HEX triplet: 99, 29 and 5B. RGB value is (153,41,91). Sum of RGB (Red+Green+Blue) = 153+41+91=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #99295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99295B is #66D6A4. Grayscale: #505050. Windows color (decimal): -6739621 or 5974425. OLE color: 5974425.

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

Color convert

RGB1534191-
CMYK00.730.410.4
HSL333.21º57.73%38.04%-
HSV(B)333.21º73.2%60%-
XYZ15.829.1110.82-
YUV80.19134.11179.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 41 (16.41% from 255) = 14.39%
BLUE value IS 91 (35.94% from 255) = 31.93%
R=53.68%
G=14.39%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153419100.730.410.4333.2157.7338.04
Hex99295B049292814d3a26
Octal23151133011151505157246
Binary10011001101001101101101001001101001101000101001101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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