#962351

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

Shades of Lipstick #962351

Tints of Lipstick #962351

Color information

#962351 (or 0x962351) is unknown color: approx Lipstick. HEX triplet: 96, 23 and 51. RGB value is (150,35,81). Sum of RGB (Red+Green+Blue) = 150+35+81=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #962351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962351 is #69DCAE. Grayscale: #4A4A4A. Windows color (decimal): -6937775 or 5317526. OLE color: 5317526.

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

Color convert

RGB1503581-
CMYK00.770.460.41
HSL336º62.16%36.27%-
HSV(B)336º76.67%58.82%-
XYZ14.668.288.61-
YUV74.63131.6181.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.39%
GREEN value IS 35 (14.06% from 255) = 13.16%
BLUE value IS 81 (32.03% from 255) = 30.45%
R=56.39%
G=13.16%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150358100.770.460.4133662.1636.27
Hex96235104D2E291503e24
Octal22643121011556515207644
Binary10010110100011101000101001101101110101001101010000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962351; }

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

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

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

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

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

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

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

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