#962562

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

Shades of Lipstick #962562

Tints of Lipstick #962562

Color information

#962562 (or 0x962562) is unknown color: approx Lipstick. HEX triplet: 96, 25 and 62. RGB value is (150,37,98). Sum of RGB (Red+Green+Blue) = 150+37+98=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #962562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962562 is #69DA9D. Grayscale: #4D4D4D. Windows color (decimal): -6937246 or 6432150. OLE color: 6432150.

HSL color Cylindrical-coordinate representation of color #962562: hue angle of 327.61º 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 #962562 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB1503798-
CMYK00.750.350.41
HSL327.61º60.43%36.67%-
HSV(B)327.61º75.33%58.82%-
XYZ15.448.6912.42-
YUV77.74139.44179.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 37 (14.84% from 255) = 12.98%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=52.63%
G=12.98%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150379800.750.350.41327.6160.4336.67
Hex96256204B23291483c25
Octal22645142011343515107445
Binary10010110100101110001001001011100011101001101001000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962562; }

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

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

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

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

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

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

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

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