#99295A

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

Shades of Lipstick #99295A

Tints of Lipstick #99295A

Color information

#99295A (or 0x99295A) is unknown color: approx Lipstick. HEX triplet: 99, 29 and 5A. RGB value is (153,41,90). Sum of RGB (Red+Green+Blue) = 153+41+90=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #99295A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99295A is #66D6A5. Grayscale: #4F4F4F. Windows color (decimal): -6739622 or 5908889. OLE color: 5908889.

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

Color convert

RGB1534190-
CMYK00.730.410.4
HSL333.75º57.73%38.04%-
HSV(B)333.75º73.2%60%-
XYZ15.789.110.6-
YUV80.07133.61180.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.87%
GREEN value IS 41 (16.41% from 255) = 14.44%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=53.87%
G=14.44%
B=31.69%

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
Decimal153419000.730.410.4333.7557.7338.04
Hex99295A049292814e3a26
Octal23151132011151505167246
Binary10011001101001101101001001001101001101000101001110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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