#962d59

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

Shades of Lipstick #962D59

Tints of Lipstick #962D59

Color information

#962D59 (or 0x962D59) is unknown color: approx Lipstick. HEX triplet: 96, 2D and 59. RGB value is (150,45,89). Sum of RGB (Red+Green+Blue) = 150+45+89=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #962D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962D59 is #69D2A6. Grayscale: #515151. Windows color (decimal): -6935207 or 5844374. OLE color: 5844374.

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

Color convert

RGB1504589-
CMYK00.700.410.41
HSL334.86º53.85%38.24%-
HSV(B)334.86º70%58.82%-
XYZ15.329.0810.4-
YUV81.41132.29176.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 45 (17.97% from 255) = 15.85%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=52.82%
G=15.85%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150458900.700.410.41334.8653.8538.24
Hex962D59046292914f3626
Octal22655131010651515176646
Binary10010110101101101100101000110101001101001101001111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962d59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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