#952155

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

Shades of Lipstick #952155

Tints of Lipstick #952155

Color information

#952155 (or 0x952155) is unknown color: approx Lipstick. HEX triplet: 95, 21 and 55. RGB value is (149,33,85). Sum of RGB (Red+Green+Blue) = 149+33+85=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #952155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952155 is #6ADEAA. Grayscale: #494949. Windows color (decimal): -7003819 or 5579157. OLE color: 5579157.

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

Color convert

RGB1493385-
CMYK00.780.430.42
HSL333.1º63.74%35.69%-
HSV(B)333.1º77.85%58.43%-
XYZ14.588.139.4-
YUV73.61134.43181.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.81%
GREEN value IS 33 (13.28% from 255) = 12.36%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=55.81%
G=12.36%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149338500.780.430.42333.163.7435.69
Hex95215504E2B2A14d4024
Octal225411250116535251510044
Binary100101011000011010101010011101010111010101010011011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952155; }

 p { color: rgb(149,33,85); }

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

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

 a { background-color: rgb(149,33,85); }

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

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

 span { border-color: rgb(149,33,85); }

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