#962E47

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

Shades of Lipstick #962E47

Tints of Lipstick #962E47

Color information

#962E47 (or 0x962E47) is unknown color: approx Lipstick. HEX triplet: 96, 2E and 47. RGB value is (150,46,71). Sum of RGB (Red+Green+Blue) = 150+46+71=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #962E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E47 is #69D1B8. Grayscale: #4F4F4F. Windows color (decimal): -6934969 or 4664982. OLE color: 4664982.

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

Color convert

RGB1504671-
CMYK00.690.530.41
HSL345.58º53.06%38.43%-
HSV(B)345.58º69.33%58.82%-
XYZ14.698.896.9-
YUV79.95122.96177.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.18%
GREEN value IS 46 (18.36% from 255) = 17.23%
BLUE value IS 71 (28.12% from 255) = 26.59%
R=56.18%
G=17.23%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150467100.690.530.41345.5853.0638.43
Hex962E47045352915a3526
Octal22656107010565515326546
Binary10010110101110100011101000101110101101001101011010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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