#993361

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

Shades of Lipstick #993361

Tints of Lipstick #993361

Color information

#993361 (or 0x993361) is unknown color: approx Lipstick. HEX triplet: 99, 33 and 61. RGB value is (153,51,97). Sum of RGB (Red+Green+Blue) = 153+51+97=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #993361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993361 is #66CC9E. Grayscale: #565656. Windows color (decimal): -6737055 or 6370201. OLE color: 6370201.

HSL color Cylindrical-coordinate representation of color #993361: hue angle of 332.94º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993361 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB1535197-
CMYK00.670.370.4
HSL332.94º50%40%-
HSV(B)332.94º66.67%60%-
XYZ16.481012.37-
YUV86.74133.79175.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 97 (38.28% from 255) = 32.23%
R=50.83%
G=16.94%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153519700.670.370.4332.945040
Hex993361043252814d3228
Octal23163141010345505156250
Binary10011001110011110000101000011100101101000101001101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993361; }

 p { color: rgb(153,51,97); }

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

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

 a { background-color: rgb(153,51,97); }

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

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

 span { border-color: rgb(153,51,97); }

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