#962C55

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

Shades of Lipstick #962C55

Tints of Lipstick #962C55

Color information

#962C55 (or 0x962C55) is unknown color: approx Lipstick. HEX triplet: 96, 2C and 55. RGB value is (150,44,85). Sum of RGB (Red+Green+Blue) = 150+44+85=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #962C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962C55 is #69D3AA. Grayscale: #505050. Windows color (decimal): -6935467 or 5581974. OLE color: 5581974.

HSL color Cylindrical-coordinate representation of color #962C55: hue angle of 336.79º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962C55 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB1504485-
CMYK00.710.430.41
HSL336.79º54.64%38.04%-
HSV(B)336.79º70.67%58.82%-
XYZ15.128.949.52-
YUV80.37130.62177.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.76%
GREEN value IS 44 (17.58% from 255) = 15.77%
BLUE value IS 85 (33.59% from 255) = 30.47%
R=53.76%
G=15.77%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150448500.710.430.41336.7954.6438.04
Hex962C550472B291513726
Octal22654125010753515216746
Binary10010110101100101010101000111101011101001101010001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,44,85); }

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

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

 a { background-color: rgb(150,44,85); }

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

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

 span { border-color: rgb(150,44,85); }

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