#993661

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

Shades of Lipstick #993661

Tints of Lipstick #993661

Color information

#993661 (or 0x993661) is unknown color: approx Lipstick. HEX triplet: 99, 36 and 61. RGB value is (153,54,97). Sum of RGB (Red+Green+Blue) = 153+54+97=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #993661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993661 is #66C99E. Grayscale: #585858. Windows color (decimal): -6736287 or 6370969. OLE color: 6370969.

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

Color convert

RGB1535497-
CMYK00.650.370.4
HSL333.94º47.83%40.59%-
HSV(B)333.94º64.71%60%-
XYZ16.6110.2712.42-
YUV88.5132.8174-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 54 (21.48% from 255) = 17.76%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=50.33%
G=17.76%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153549700.650.370.4333.9447.8340.59
Hex993661041252814e3029
Octal23166141010145505166051
Binary10011001110110110000101000001100101101000101001110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993661; }

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

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

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

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

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

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

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

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