#952163

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

Shades of Lipstick #952163

Tints of Lipstick #952163

Color information

#952163 (or 0x952163) is unknown color: approx Lipstick. HEX triplet: 95, 21 and 63. RGB value is (149,33,99). Sum of RGB (Red+Green+Blue) = 149+33+99=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #952163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952163 is #6ADE9C. Grayscale: #4B4B4B. Windows color (decimal): -7003805 or 6496661. OLE color: 6496661.

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

Color convert

RGB1493399-
CMYK00.780.340.42
HSL325.86º63.74%35.69%-
HSV(B)325.86º77.85%58.43%-
XYZ15.198.3812.62-
YUV75.21141.43180.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.02%
GREEN value IS 33 (13.28% from 255) = 11.74%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=53.02%
G=11.74%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149339900.780.340.42325.8663.7435.69
Hex95216304E222A1464024
Octal225411430116425250610044
Binary100101011000011100011010011101000101010101010001101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952163; }

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

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

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

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

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

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

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

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