#953361

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

Shades of Lipstick #953361

Tints of Lipstick #953361

Color information

#953361 (or 0x953361) is unknown color: approx Lipstick. HEX triplet: 95, 33 and 61. RGB value is (149,51,97). Sum of RGB (Red+Green+Blue) = 149+51+97=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #953361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953361 is #6ACC9E. Grayscale: #555555. Windows color (decimal): -6999199 or 6370197. OLE color: 6370197.

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

Color convert

RGB1495197-
CMYK00.660.350.42
HSL331.84º49%39.22%-
HSV(B)331.84º65.77%58.43%-
XYZ15.749.6212.34-
YUV85.55134.47173.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=50.17%
G=17.17%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149519700.660.350.42331.844939.22
Hex953361042232A14c3127
Octal22563141010243525146147
Binary10010101110011110000101000010100011101010101001100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953361; }

 p { color: rgb(149,51,97); }

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

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

 a { background-color: rgb(149,51,97); }

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

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

 span { border-color: rgb(149,51,97); }

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