#963050

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

Shades of Lipstick #963050

Tints of Lipstick #963050

Color information

#963050 (or 0x963050) is unknown color: approx Lipstick. HEX triplet: 96, 30 and 50. RGB value is (150,48,80). Sum of RGB (Red+Green+Blue) = 150+48+80=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #963050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963050 is #69CFAF. Grayscale: #525252. Windows color (decimal): -6934448 or 5255318. OLE color: 5255318.

HSL color Cylindrical-coordinate representation of color #963050: hue angle of 341.18º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963050 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB1504880-
CMYK00.680.470.41
HSL341.18º51.52%38.82%-
HSV(B)341.18º68%58.82%-
XYZ15.089.188.57-
YUV82.15126.79176.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 48 (19.14% from 255) = 17.27%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=53.96%
G=17.27%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150488000.680.470.41341.1851.5238.82
Hex9630500442F291553427
Octal22660120010457515256447
Binary10010110110000101000001000100101111101001101010101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963050; }

 p { color: rgb(150,48,80); }

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

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

 a { background-color: rgb(150,48,80); }

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

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

 span { border-color: rgb(150,48,80); }

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