#962C5F

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

Shades of Lipstick #962C5F

Tints of Lipstick #962C5F

Color information

#962C5F (or 0x962C5F) is unknown color: approx Lipstick. HEX triplet: 96, 2C and 5F. RGB value is (150,44,95). Sum of RGB (Red+Green+Blue) = 150+44+95=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #962C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962C5F is #69D3A0. Grayscale: #515151. Windows color (decimal): -6935457 or 6237334. OLE color: 6237334.

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

Color convert

RGB1504495-
CMYK00.710.370.41
HSL331.13º54.64%38.04%-
HSV(B)331.13º70.67%58.82%-
XYZ15.549.1111.77-
YUV81.51135.62176.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 44 (17.58% from 255) = 15.22%
BLUE value IS 95 (37.5% from 255) = 32.87%
R=51.90%
G=15.22%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150449500.710.370.41331.1354.6438.04
Hex962C5F047252914b3726
Octal22654137010745515136746
Binary10010110101100101111101000111100101101001101001011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,44,95); }

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

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

 a { background-color: rgb(150,44,95); }

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

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

 span { border-color: rgb(150,44,95); }

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