#953666

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

Shades of Lipstick #953666

Tints of Lipstick #953666

Color information

#953666 (or 0x953666) is unknown color: approx Lipstick. HEX triplet: 95, 36 and 66. RGB value is (149,54,102). Sum of RGB (Red+Green+Blue) = 149+54+102=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #953666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953666 is #6AC999. Grayscale: #575757. Windows color (decimal): -6998426 or 6698645. OLE color: 6698645.

HSL color Cylindrical-coordinate representation of color #953666: hue angle of 329.68º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953666 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14954102-
CMYK00.640.320.42
HSL329.68º46.8%39.8%-
HSV(B)329.68º63.76%58.43%-
XYZ16.119.9913.65-
YUV87.88135.97171.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.85%
GREEN value IS 54 (21.48% from 255) = 17.70%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=48.85%
G=17.70%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495410200.640.320.42329.6846.839.8
Hex953666040202A14a2f28
Octal22566146010040525125750
Binary10010101110110110011001000000100000101010101001010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953666; }

 p { color: rgb(149,54,102); }

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

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

 a { background-color: rgb(149,54,102); }

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

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

 span { border-color: rgb(149,54,102); }

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