#962E4C

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

Shades of Lipstick #962E4C

Tints of Lipstick #962E4C

Color information

#962E4C (or 0x962E4C) is unknown color: approx Lipstick. HEX triplet: 96, 2E and 4C. RGB value is (150,46,76). Sum of RGB (Red+Green+Blue) = 150+46+76=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #962E4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E4C is #69D1B3. Grayscale: #505050. Windows color (decimal): -6934964 or 4992662. OLE color: 4992662.

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

Color convert

RGB1504676-
CMYK00.690.490.41
HSL342.69º53.06%38.43%-
HSV(B)342.69º69.33%58.82%-
XYZ14.868.967.78-
YUV80.52125.46177.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.15%
GREEN value IS 46 (18.36% from 255) = 16.91%
BLUE value IS 76 (30.08% from 255) = 27.94%
R=55.15%
G=16.91%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150467600.690.490.41342.6953.0638.43
Hex962E4C04531291573526
Octal22656114010561515276546
Binary10010110101110100110001000101110001101001101010111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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