#993161

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

Shades of Lipstick #993161

Tints of Lipstick #993161

Color information

#993161 (or 0x993161) is unknown color: approx Lipstick. HEX triplet: 99, 31 and 61. RGB value is (153,49,97). Sum of RGB (Red+Green+Blue) = 153+49+97=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #993161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993161 is #66CE9E. Grayscale: #555555. Windows color (decimal): -6737567 or 6369689. OLE color: 6369689.

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

Color convert

RGB1534997-
CMYK00.680.370.4
HSL332.31º51.49%39.61%-
HSV(B)332.31º67.97%60%-
XYZ16.399.8312.34-
YUV85.57134.46176.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.17%
GREEN value IS 49 (19.53% from 255) = 16.39%
BLUE value IS 97 (38.28% from 255) = 32.44%
R=51.17%
G=16.39%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153499700.680.370.4332.3151.4939.61
Hex993161044252814c3328
Octal23161141010445505146350
Binary10011001110001110000101000100100101101000101001100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993161; }

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

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

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

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

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

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

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

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