#962357

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

Shades of Lipstick #962357

Tints of Lipstick #962357

Color information

#962357 (or 0x962357) is unknown color: approx Lipstick. HEX triplet: 96, 23 and 57. RGB value is (150,35,87). Sum of RGB (Red+Green+Blue) = 150+35+87=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #962357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962357 is #69DCA8. Grayscale: #4B4B4B. Windows color (decimal): -6937769 or 5710742. OLE color: 5710742.

HSL color Cylindrical-coordinate representation of color #962357: hue angle of 332.87º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962357 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB1503587-
CMYK00.770.420.41
HSL332.87º62.16%36.27%-
HSV(B)332.87º76.67%58.82%-
XYZ14.98.379.85-
YUV75.31134.6181.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.15%
GREEN value IS 35 (14.06% from 255) = 12.87%
BLUE value IS 87 (34.38% from 255) = 31.99%
R=55.15%
G=12.87%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150358700.770.420.41332.8762.1636.27
Hex96235704D2A2914d3e24
Octal22643127011552515157644
Binary10010110100011101011101001101101010101001101001101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962357; }

 p { color: rgb(150,35,87); }

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

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

 a { background-color: rgb(150,35,87); }

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

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

 span { border-color: rgb(150,35,87); }

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