#962550

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

Shades of Lipstick #962550

Tints of Lipstick #962550

Color information

#962550 (or 0x962550) is unknown color: approx Lipstick. HEX triplet: 96, 25 and 50. RGB value is (150,37,80). Sum of RGB (Red+Green+Blue) = 150+37+80=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #962550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962550 is #69DAAF. Grayscale: #4B4B4B. Windows color (decimal): -6937264 or 5252502. OLE color: 5252502.

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

Color convert

RGB1503780-
CMYK00.750.470.41
HSL337.17º60.43%36.67%-
HSV(B)337.17º75.33%58.82%-
XYZ14.698.398.43-
YUV75.69130.44181-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.18%
GREEN value IS 37 (14.84% from 255) = 13.86%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=56.18%
G=13.86%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150378000.750.470.41337.1760.4336.67
Hex96255004B2F291513c25
Octal22645120011357515217445
Binary10010110100101101000001001011101111101001101010001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962550; }

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

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

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

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

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

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

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

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