#962460

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

Shades of Lipstick #962460

Tints of Lipstick #962460

Color information

#962460 (or 0x962460) is unknown color: approx Lipstick. HEX triplet: 96, 24 and 60. RGB value is (150,36,96). Sum of RGB (Red+Green+Blue) = 150+36+96=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #962460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962460 is #69DB9F. Grayscale: #4C4C4C. Windows color (decimal): -6937504 or 6300822. OLE color: 6300822.

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

Color convert

RGB1503696-
CMYK00.760.360.41
HSL328.42º61.29%36.47%-
HSV(B)328.42º76%58.82%-
XYZ15.328.5911.92-
YUV76.93138.77180.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.19%
GREEN value IS 36 (14.45% from 255) = 12.77%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=53.19%
G=12.77%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150369600.760.360.41328.4261.2936.47
Hex96246004C24291483d24
Octal22644140011444515107544
Binary10010110100100110000001001100100100101001101001000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962460; }

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

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

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

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

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

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

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

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