#962E6A

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

Shades of Lipstick #962E6A

Tints of Lipstick #962E6A

Color information

#962E6A (or 0x962E6A) is unknown color: approx Lipstick. HEX triplet: 96, 2E and 6A. RGB value is (150,46,106). Sum of RGB (Red+Green+Blue) = 150+46+106=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #962E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962E6A is #69D195. Grayscale: #535353. Windows color (decimal): -6934934 or 6958742. OLE color: 6958742.

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

Color convert

RGB15046106-
CMYK00.690.290.41
HSL325.38º53.06%38.43%-
HSV(B)325.38º69.33%58.82%-
XYZ16.169.4814.61-
YUV83.94140.46175.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.67%
GREEN value IS 46 (18.36% from 255) = 15.23%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=49.67%
G=15.23%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504610600.690.290.41325.3853.0638.43
Hex962E6A0451D291453526
Octal22656152010535515056546
Binary1001011010111011010100100010111101101001101000101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,46,106); }

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

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

 a { background-color: rgb(150,46,106); }

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

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

 span { border-color: rgb(150,46,106); }

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