#913150

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

Shades of Lipstick #913150

Tints of Lipstick #913150

Color information

#913150 (or 0x913150) is unknown color: approx Lipstick. HEX triplet: 91, 31 and 50. RGB value is (145,49,80). Sum of RGB (Red+Green+Blue) = 145+49+80=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #913150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913150 is #6ECEAF. Grayscale: #515151. Windows color (decimal): -7261872 or 5255569. OLE color: 5255569.

HSL color Cylindrical-coordinate representation of color #913150: hue angle of 340.62º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913150 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB1454980-
CMYK00.660.450.43
HSL340.62º49.48%38.04%-
HSV(B)340.62º66.21%56.86%-
XYZ14.228.88.54-
YUV81.24127.3173.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.92%
GREEN value IS 49 (19.53% from 255) = 17.88%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=52.92%
G=17.88%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145498000.660.450.43340.6249.4838.04
Hex9131500422D2B1553126
Octal22161120010255535256146
Binary10010001110001101000001000010101101101011101010101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913150; }

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

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

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

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

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

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

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

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