#962952

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

Shades of Lipstick #962952

Tints of Lipstick #962952

Color information

#962952 (or 0x962952) is unknown color: approx Lipstick. HEX triplet: 96, 29 and 52. RGB value is (150,41,82). Sum of RGB (Red+Green+Blue) = 150+41+82=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #962952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962952 is #69D6AD. Grayscale: #4E4E4E. Windows color (decimal): -6936238 or 5384598. OLE color: 5384598.

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

Color convert

RGB1504182-
CMYK00.730.450.41
HSL337.43º57.07%37.45%-
HSV(B)337.43º72.67%58.82%-
XYZ14.898.688.87-
YUV78.26130.11179.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.95%
GREEN value IS 41 (16.41% from 255) = 15.02%
BLUE value IS 82 (32.42% from 255) = 30.04%
R=54.95%
G=15.02%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150418200.730.450.41337.4357.0737.45
Hex9629520492D291513925
Octal22651122011155515217145
Binary10010110101001101001001001001101101101001101010001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962952; }

 p { color: rgb(150,41,82); }

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

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

 a { background-color: rgb(150,41,82); }

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

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

 span { border-color: rgb(150,41,82); }

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