#952960

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

Shades of Lipstick #952960

Tints of Lipstick #952960

Color information

#952960 (or 0x952960) is unknown color: approx Lipstick. HEX triplet: 95, 29 and 60. RGB value is (149,41,96). Sum of RGB (Red+Green+Blue) = 149+41+96=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #952960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952960 is #6AD69F. Grayscale: #4F4F4F. Windows color (decimal): -7001760 or 6302101. OLE color: 6302101.

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

Color convert

RGB1494196-
CMYK00.720.360.42
HSL329.44º56.84%37.25%-
HSV(B)329.44º72.48%58.43%-
XYZ15.38.8211.96-
YUV79.56137.28177.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.10%
GREEN value IS 41 (16.41% from 255) = 14.34%
BLUE value IS 96 (37.89% from 255) = 33.57%
R=52.10%
G=14.34%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149419600.720.360.42329.4456.8437.25
Hex952960048242A1493925
Octal22551140011044525117145
Binary10010101101001110000001001000100100101010101001001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952960; }

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

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

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

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

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

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

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

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