#952860

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

Shades of Lipstick #952860

Tints of Lipstick #952860

Color information

#952860 (or 0x952860) is unknown color: approx Lipstick. HEX triplet: 95, 28 and 60. RGB value is (149,40,96). Sum of RGB (Red+Green+Blue) = 149+40+96=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #952860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952860 is #6AD79F. Grayscale: #4E4E4E. Windows color (decimal): -7002016 or 6301845. OLE color: 6301845.

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

Color convert

RGB1494096-
CMYK00.730.360.42
HSL329.17º57.67%37.06%-
HSV(B)329.17º73.15%58.43%-
XYZ15.268.7511.95-
YUV78.97137.61177.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.28%
GREEN value IS 40 (16.02% from 255) = 14.04%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=52.28%
G=14.04%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149409600.730.360.42329.1757.6737.06
Hex952860049242A1493a25
Octal22550140011144525117245
Binary10010101101000110000001001001100100101010101001001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952860; }

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

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

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

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

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

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

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

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