#962753

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

Shades of Lipstick #962753

Tints of Lipstick #962753

Color information

#962753 (or 0x962753) is unknown color: approx Lipstick. HEX triplet: 96, 27 and 53. RGB value is (150,39,83). Sum of RGB (Red+Green+Blue) = 150+39+83=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #962753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962753 is #69D8AC. Grayscale: #4D4D4D. Windows color (decimal): -6936749 or 5449622. OLE color: 5449622.

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

Color convert

RGB1503983-
CMYK00.740.450.41
HSL336.22º58.73%37.06%-
HSV(B)336.22º74%58.82%-
XYZ14.868.569.05-
YUV77.2131.27179.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.15%
GREEN value IS 39 (15.62% from 255) = 14.34%
BLUE value IS 83 (32.81% from 255) = 30.51%
R=55.15%
G=14.34%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150398300.740.450.41336.2258.7337.06
Hex96275304A2D291503b25
Octal22647123011255515207345
Binary10010110100111101001101001010101101101001101010000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962753; }

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

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

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

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

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

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

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

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