#952756

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

Shades of Lipstick #952756

Tints of Lipstick #952756

Color information

#952756 (or 0x952756) is unknown color: approx Lipstick. HEX triplet: 95, 27 and 56. RGB value is (149,39,86). Sum of RGB (Red+Green+Blue) = 149+39+86=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #952756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952756 is #6AD8A9. Grayscale: #4D4D4D. Windows color (decimal): -7002282 or 5646229. OLE color: 5646229.

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

Color convert

RGB1493986-
CMYK00.740.420.42
HSL334.36º58.51%36.86%-
HSV(B)334.36º73.83%58.43%-
XYZ14.88.519.67-
YUV77.25132.94179.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.38%
GREEN value IS 39 (15.62% from 255) = 14.23%
BLUE value IS 86 (33.98% from 255) = 31.39%
R=54.38%
G=14.23%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149398600.740.420.42334.3658.5136.86
Hex95275604A2A2A14e3b25
Octal22547126011252525167345
Binary10010101100111101011001001010101010101010101001110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952756; }

 p { color: rgb(149,39,86); }

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

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

 a { background-color: rgb(149,39,86); }

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

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

 span { border-color: rgb(149,39,86); }

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