#962C56

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

Shades of Lipstick #962C56

Tints of Lipstick #962C56

Color information

#962C56 (or 0x962C56) is unknown color: approx Lipstick. HEX triplet: 96, 2C and 56. RGB value is (150,44,86). Sum of RGB (Red+Green+Blue) = 150+44+86=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #962C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962C56 is #69D3A9. Grayscale: #505050. Windows color (decimal): -6935466 or 5647510. OLE color: 5647510.

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

Color convert

RGB1504486-
CMYK00.710.430.41
HSL336.23º54.64%38.04%-
HSV(B)336.23º70.67%58.82%-
XYZ15.168.969.73-
YUV80.48131.12177.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 44 (17.58% from 255) = 15.71%
BLUE value IS 86 (33.98% from 255) = 30.71%
R=53.57%
G=15.71%
B=30.71%

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
Decimal150448600.710.430.41336.2354.6438.04
Hex962C560472B291503726
Octal22654126010753515206746
Binary10010110101100101011001000111101011101001101010000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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