#99296B

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

Shades of Lipstick #99296B

Tints of Lipstick #99296B

Color information

#99296B (or 0x99296B) is unknown color: approx Lipstick. HEX triplet: 99, 29 and 6B. RGB value is (153,41,107). Sum of RGB (Red+Green+Blue) = 153+41+107=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99296B is #66D694. Grayscale: #515151. Windows color (decimal): -6739605 or 7023001. OLE color: 7023001.

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

Color convert

RGB15341107-
CMYK00.730.300.4
HSL324.64º57.73%38.04%-
HSV(B)324.64º73.2%60%-
XYZ16.589.4214.85-
YUV82.01142.11178.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 41 (16.41% from 255) = 13.62%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=50.83%
G=13.62%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534110700.730.300.4324.6457.7338.04
Hex99296B0491E281453a26
Octal23151153011136505057246
Binary1001100110100111010110100100111110101000101000101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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