#962347

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

Shades of Lipstick #962347

Tints of Lipstick #962347

Color information

#962347 (or 0x962347) is unknown color: approx Lipstick. HEX triplet: 96, 23 and 47. RGB value is (150,35,71). Sum of RGB (Red+Green+Blue) = 150+35+71=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #962347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962347 is #69DCB8. Grayscale: #494949. Windows color (decimal): -6937785 or 4662166. OLE color: 4662166.

HSL color Cylindrical-coordinate representation of color #962347: hue angle of 341.22º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962347 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB1503571-
CMYK00.770.530.41
HSL341.22º62.16%36.27%-
HSV(B)341.22º76.67%58.82%-
XYZ14.328.146.78-
YUV73.49126.6182.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.59%
GREEN value IS 35 (14.06% from 255) = 13.67%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=58.59%
G=13.67%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150357100.770.530.41341.2262.1636.27
Hex96234704D35291553e24
Octal22643107011565515257644
Binary10010110100011100011101001101110101101001101010101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962347; }

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

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

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

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

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

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

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

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