#952664

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

Shades of Lipstick #952664

Tints of Lipstick #952664

Color information

#952664 (or 0x952664) is unknown color: approx Lipstick. HEX triplet: 95, 26 and 64. RGB value is (149,38,100). Sum of RGB (Red+Green+Blue) = 149+38+100=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #952664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952664 is #6AD99B. Grayscale: #4E4E4E. Windows color (decimal): -7002524 or 6563477. OLE color: 6563477.

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

Color convert

RGB14938100-
CMYK00.740.330.42
HSL326.49º59.36%36.67%-
HSV(B)326.49º74.5%58.43%-
XYZ15.398.712.92-
YUV78.26140.27178.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 38 (15.23% from 255) = 13.24%
BLUE value IS 100 (39.45% from 255) = 34.84%
R=51.92%
G=13.24%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493810000.740.330.42326.4959.3636.67
Hex95266404A212A1463b25
Octal22546144011241525067345
Binary10010101100110110010001001010100001101010101000110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952664; }

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

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

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

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

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

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

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

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