#963158

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

Shades of Lipstick #963158

Tints of Lipstick #963158

Color information

#963158 (or 0x963158) is unknown color: approx Lipstick. HEX triplet: 96, 31 and 58. RGB value is (150,49,88). Sum of RGB (Red+Green+Blue) = 150+49+88=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #963158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963158 is #69CEA7. Grayscale: #535353. Windows color (decimal): -6934184 or 5779862. OLE color: 5779862.

HSL color Cylindrical-coordinate representation of color #963158: hue angle of 336.83º 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 #963158 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB1504988-
CMYK00.670.410.41
HSL336.83º50.75%39.02%-
HSV(B)336.83º67.33%58.82%-
XYZ15.449.3910.23-
YUV83.64130.46175.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=52.26%
G=17.07%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150498800.670.410.41336.8350.7539.02
Hex96315804329291513327
Octal22661130010351515216347
Binary10010110110001101100001000011101001101001101010001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963158; }

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

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

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

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

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

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

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

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