#953163

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

Shades of Lipstick #953163

Tints of Lipstick #953163

Color information

#953163 (or 0x953163) is unknown color: approx Lipstick. HEX triplet: 95, 31 and 63. RGB value is (149,49,99). Sum of RGB (Red+Green+Blue) = 149+49+99=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #953163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953163 is #6ACE9C. Grayscale: #545454. Windows color (decimal): -6999709 or 6500757. OLE color: 6500757.

HSL color Cylindrical-coordinate representation of color #953163: hue angle of 330º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953163 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1494999-
CMYK00.670.340.42
HSL330º50.51%38.82%-
HSV(B)330º67.11%58.43%-
XYZ15.749.4912.81-
YUV84.6136.13173.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 49 (19.53% from 255) = 16.50%
BLUE value IS 99 (39.06% from 255) = 33.33%
R=50.17%
G=16.50%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149499900.670.340.4233050.5138.82
Hex953163043222A14a3327
Octal22561143010342525126347
Binary10010101110001110001101000011100010101010101001010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953163; }

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

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

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

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

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

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

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

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