#993150

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

Shades of Lipstick #993150

Tints of Lipstick #993150

Color information

#993150 (or 0x993150) is unknown color: approx Lipstick. HEX triplet: 99, 31 and 50. RGB value is (153,49,80). Sum of RGB (Red+Green+Blue) = 153+49+80=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #993150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993150 is #66CEAF. Grayscale: #535353. Windows color (decimal): -6737584 or 5255577. OLE color: 5255577.

HSL color Cylindrical-coordinate representation of color #993150: hue angle of 342.12º 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 #993150 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB1534980-
CMYK00.680.480.4
HSL342.12º51.49%39.61%-
HSV(B)342.12º67.97%60%-
XYZ15.689.558.61-
YUV83.63125.96177.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.26%
GREEN value IS 49 (19.53% from 255) = 17.38%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=54.26%
G=17.38%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153498000.680.480.4342.1251.4939.61
Hex99315004430281563328
Octal23161120010460505266350
Binary10011001110001101000001000100110000101000101010110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993150; }

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

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

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

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

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

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

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

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