#962457

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

Shades of Lipstick #962457

Tints of Lipstick #962457

Color information

#962457 (or 0x962457) is unknown color: approx Lipstick. HEX triplet: 96, 24 and 57. RGB value is (150,36,87). Sum of RGB (Red+Green+Blue) = 150+36+87=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #962457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962457 is #69DBA8. Grayscale: #4B4B4B. Windows color (decimal): -6937513 or 5710998. OLE color: 5710998.

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

Color convert

RGB1503687-
CMYK00.760.420.41
HSL333.16º61.29%36.47%-
HSV(B)333.16º76%58.82%-
XYZ14.938.439.86-
YUV75.9134.27180.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.95%
GREEN value IS 36 (14.45% from 255) = 13.19%
BLUE value IS 87 (34.38% from 255) = 31.87%
R=54.95%
G=13.19%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150368700.760.420.41333.1661.2936.47
Hex96245704C2A2914d3d24
Octal22644127011452515157544
Binary10010110100100101011101001100101010101001101001101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962457; }

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

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

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

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

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

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

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

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