#962D58

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

Shades of Lipstick #962D58

Tints of Lipstick #962D58

Color information

#962D58 (or 0x962D58) is unknown color: approx Lipstick. HEX triplet: 96, 2D and 58. RGB value is (150,45,88). Sum of RGB (Red+Green+Blue) = 150+45+88=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #962D58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962D58 is #69D2A7. Grayscale: #515151. Windows color (decimal): -6935208 or 5778838. OLE color: 5778838.

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

Color convert

RGB1504588-
CMYK00.700.410.41
HSL335.43º53.85%38.24%-
HSV(B)335.43º70%58.82%-
XYZ15.289.0710.18-
YUV81.3131.79177-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 45 (17.97% from 255) = 15.90%
BLUE value IS 88 (34.77% from 255) = 31.10%
R=53.00%
G=15.90%
B=31.10%

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
Decimal150458800.700.410.41335.4353.8538.24
Hex962D58046292914f3626
Octal22655130010651515176646
Binary10010110101101101100001000110101001101001101001111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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