#953364

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

Shades of Lipstick #953364

Tints of Lipstick #953364

Color information

#953364 (or 0x953364) is unknown color: approx Lipstick. HEX triplet: 95, 33 and 64. RGB value is (149,51,100). Sum of RGB (Red+Green+Blue) = 149+51+100=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #953364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953364 is #6ACC9B. Grayscale: #555555. Windows color (decimal): -6999196 or 6566805. OLE color: 6566805.

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

Color convert

RGB14951100-
CMYK00.660.330.42
HSL330º49%39.22%-
HSV(B)330º65.77%58.43%-
XYZ15.889.6813.09-
YUV85.89135.97173.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 51 (20.31% from 255) = 17%
BLUE value IS 100 (39.45% from 255) = 33.33%
R=49.67%
G=17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495110000.660.330.423304939.22
Hex953364042212A14a3127
Octal22563144010241525126147
Binary10010101110011110010001000010100001101010101001010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953364; }

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

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

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

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

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

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

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

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