#962B64

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

Shades of Lipstick #962B64

Tints of Lipstick #962B64

Color information

#962B64 (or 0x962B64) is unknown color: approx Lipstick. HEX triplet: 96, 2B and 64. RGB value is (150,43,100). Sum of RGB (Red+Green+Blue) = 150+43+100=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #962B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962B64 is #69D49B. Grayscale: #515151. Windows color (decimal): -6935708 or 6564758. OLE color: 6564758.

HSL color Cylindrical-coordinate representation of color #962B64: hue angle of 328.04º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962B64 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB15043100-
CMYK00.710.330.41
HSL328.04º55.44%37.84%-
HSV(B)328.04º71.33%58.82%-
XYZ15.749.1312.99-
YUV81.49138.45176.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 43 (17.19% from 255) = 14.68%
BLUE value IS 100 (39.45% from 255) = 34.13%
R=51.19%
G=14.68%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504310000.710.330.41328.0455.4437.84
Hex962B6404721291483726
Octal22653144010741515106746
Binary10010110101011110010001000111100001101001101001000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962B64; }

 p { color: rgb(150,43,100); }

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

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

 a { background-color: rgb(150,43,100); }

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

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

 span { border-color: rgb(150,43,100); }

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