#953150

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

Shades of Lipstick #953150

Tints of Lipstick #953150

Color information

#953150 (or 0x953150) is unknown color: approx Lipstick. HEX triplet: 95, 31 and 50. RGB value is (149,49,80). Sum of RGB (Red+Green+Blue) = 149+49+80=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #953150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953150 is #6ACEAF. Grayscale: #525252. Windows color (decimal): -6999728 or 5255573. OLE color: 5255573.

HSL color Cylindrical-coordinate representation of color #953150: hue angle of 341.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953150 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1494980-
CMYK00.670.460.42
HSL341.4º50.51%38.82%-
HSV(B)341.4º67.11%58.43%-
XYZ14.949.178.57-
YUV82.43126.63175.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.60%
GREEN value IS 49 (19.53% from 255) = 17.63%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=53.60%
G=17.63%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149498000.670.460.42341.450.5138.82
Hex9531500432E2A1553327
Octal22561120010356525256347
Binary10010101110001101000001000011101110101010101010101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953150; }

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

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

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

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

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

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

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

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