#962D69

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

Shades of Lipstick #962D69

Tints of Lipstick #962D69

Color information

#962D69 (or 0x962D69) is unknown color: approx Lipstick. HEX triplet: 96, 2D and 69. RGB value is (150,45,105). Sum of RGB (Red+Green+Blue) = 150+45+105=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #962D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962D69 is #69D296. Grayscale: #535353. Windows color (decimal): -6935191 or 6892950. OLE color: 6892950.

HSL color Cylindrical-coordinate representation of color #962D69: hue angle of 325.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #962D69 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB15045105-
CMYK00.700.300.41
HSL325.71º53.85%38.24%-
HSV(B)325.71º70%58.82%-
XYZ16.079.3814.33-
YUV83.24140.29175.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50%
GREEN value IS 45 (17.97% from 255) = 15%
BLUE value IS 105 (41.41% from 255) = 35%
R=50%
G=15%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504510500.700.300.41325.7153.8538.24
Hex962D690461E291463626
Octal22655151010636515066646
Binary1001011010110111010010100011011110101001101000110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,45,105); }

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

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

 a { background-color: rgb(150,45,105); }

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

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

 span { border-color: rgb(150,45,105); }

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