#963551

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

Shades of Lipstick #963551

Tints of Lipstick #963551

Color information

#963551 (or 0x963551) is unknown color: approx Lipstick. HEX triplet: 96, 35 and 51. RGB value is (150,53,81). Sum of RGB (Red+Green+Blue) = 150+53+81=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #963551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963551 is #69CAAE. Grayscale: #555555. Windows color (decimal): -6933167 or 5322134. OLE color: 5322134.

HSL color Cylindrical-coordinate representation of color #963551: hue angle of 342.68º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963551 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB1505381-
CMYK00.650.460.41
HSL342.68º47.78%39.8%-
HSV(B)342.68º64.67%58.82%-
XYZ15.349.628.83-
YUV85.2125.64174.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 53 (21.09% from 255) = 18.66%
BLUE value IS 81 (32.03% from 255) = 28.52%
R=52.82%
G=18.66%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150538100.650.460.41342.6847.7839.8
Hex9635510412E291573028
Octal22665121010156515276050
Binary10010110110101101000101000001101110101001101010111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963551; }

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

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

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

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

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

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

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

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