#962763

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

Shades of Lipstick #962763

Tints of Lipstick #962763

Color information

#962763 (or 0x962763) is unknown color: approx Lipstick. HEX triplet: 96, 27 and 63. RGB value is (150,39,99). Sum of RGB (Red+Green+Blue) = 150+39+99=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #962763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962763 is #69D89C. Grayscale: #4E4E4E. Windows color (decimal): -6936733 or 6498198. OLE color: 6498198.

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

Color convert

RGB1503999-
CMYK00.740.340.41
HSL327.57º58.73%37.06%-
HSV(B)327.57º74%58.82%-
XYZ15.568.8412.69-
YUV79.03139.27178.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.08%
GREEN value IS 39 (15.62% from 255) = 13.54%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=52.08%
G=13.54%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150399900.740.340.41327.5758.7337.06
Hex96276304A22291483b25
Octal22647143011242515107345
Binary10010110100111110001101001010100010101001101001000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962763; }

 p { color: rgb(150,39,99); }

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

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

 a { background-color: rgb(150,39,99); }

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

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

 span { border-color: rgb(150,39,99); }

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