#963152

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

Shades of Lipstick #963152

Tints of Lipstick #963152

Color information

#963152 (or 0x963152) is unknown color: approx Lipstick. HEX triplet: 96, 31 and 52. RGB value is (150,49,82). Sum of RGB (Red+Green+Blue) = 150+49+82=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #963152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963152 is #69CEAD. Grayscale: #525252. Windows color (decimal): -6934190 or 5386646. OLE color: 5386646.

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

Color convert

RGB1504982-
CMYK00.670.450.41
HSL340.4º50.75%39.02%-
HSV(B)340.4º67.33%58.82%-
XYZ15.29.298.97-
YUV82.96127.46175.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 49 (19.53% from 255) = 17.44%
BLUE value IS 82 (32.42% from 255) = 29.18%
R=53.38%
G=17.44%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150498200.670.450.41340.450.7539.02
Hex9631520432D291543327
Octal22661122010355515246347
Binary10010110110001101001001000011101101101001101010100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963152; }

 p { color: rgb(150,49,82); }

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

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

 a { background-color: rgb(150,49,82); }

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

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

 span { border-color: rgb(150,49,82); }

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