#952660

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

Shades of Lipstick #952660

Tints of Lipstick #952660

Color information

#952660 (or 0x952660) is unknown color: approx Lipstick. HEX triplet: 95, 26 and 60. RGB value is (149,38,96). Sum of RGB (Red+Green+Blue) = 149+38+96=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #952660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952660 is #6AD99F. Grayscale: #4D4D4D. Windows color (decimal): -7002528 or 6301333. OLE color: 6301333.

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

Color convert

RGB1493896-
CMYK00.740.360.42
HSL328.65º59.36%36.67%-
HSV(B)328.65º74.5%58.43%-
XYZ15.28.6211.93-
YUV77.8138.27178.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.65%
GREEN value IS 38 (15.23% from 255) = 13.43%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=52.65%
G=13.43%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149389600.740.360.42328.6559.3636.67
Hex95266004A242A1493b25
Octal22546140011244525117345
Binary10010101100110110000001001010100100101010101001001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952660; }

 p { color: rgb(149,38,96); }

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

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

 a { background-color: rgb(149,38,96); }

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

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

 span { border-color: rgb(149,38,96); }

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