#952164

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

Shades of Lipstick #952164

Tints of Lipstick #952164

Color information

#952164 (or 0x952164) is unknown color: approx Lipstick. HEX triplet: 95, 21 and 64. RGB value is (149,33,100). Sum of RGB (Red+Green+Blue) = 149+33+100=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #952164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952164 is #6ADE9B. Grayscale: #4B4B4B. Windows color (decimal): -7003804 or 6562197. OLE color: 6562197.

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

Color convert

RGB14933100-
CMYK00.780.330.42
HSL325.34º63.74%35.69%-
HSV(B)325.34º77.85%58.43%-
XYZ15.248.412.87-
YUV75.32141.93180.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.84%
GREEN value IS 33 (13.28% from 255) = 11.70%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=52.84%
G=11.70%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493310000.780.330.42325.3463.7435.69
Hex95216404E212A1454024
Octal225411440116415250510044
Binary100101011000011100100010011101000011010101010001011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952164; }

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

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

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

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

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

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

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

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