#952560

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

Shades of Lipstick #952560

Tints of Lipstick #952560

Color information

#952560 (or 0x952560) is unknown color: approx Lipstick. HEX triplet: 95, 25 and 60. RGB value is (149,37,96). Sum of RGB (Red+Green+Blue) = 149+37+96=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #952560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952560 is #6ADA9F. Grayscale: #4D4D4D. Windows color (decimal): -7002784 or 6301077. OLE color: 6301077.

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

Color convert

RGB1493796-
CMYK00.750.360.42
HSL328.39º60.22%36.47%-
HSV(B)328.39º75.17%58.43%-
XYZ15.178.5611.92-
YUV77.21138.61179.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.84%
GREEN value IS 37 (14.84% from 255) = 13.12%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=52.84%
G=13.12%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149379600.750.360.42328.3960.2236.47
Hex95256004B242A1483c24
Octal22545140011344525107444
Binary10010101100101110000001001011100100101010101001000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952560; }

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

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

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

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

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

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

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

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