#952264

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

Shades of Lipstick #952264

Tints of Lipstick #952264

Color information

#952264 (or 0x952264) is unknown color: approx Lipstick. HEX triplet: 95, 22 and 64. RGB value is (149,34,100). Sum of RGB (Red+Green+Blue) = 149+34+100=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #952264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952264 is #6ADD9B. Grayscale: #4B4B4B. Windows color (decimal): -7003548 or 6562453. OLE color: 6562453.

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

Color convert

RGB14934100-
CMYK00.770.330.42
HSL325.57º62.84%35.88%-
HSV(B)325.57º77.18%58.43%-
XYZ15.278.4512.88-
YUV75.91141.6180.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.65%
GREEN value IS 34 (13.67% from 255) = 12.01%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=52.65%
G=12.01%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493410000.770.330.42325.5762.8435.88
Hex95226404D212A1463f24
Octal22542144011541525067744
Binary10010101100010110010001001101100001101010101000110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952264; }

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

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

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

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

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

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

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

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