#953664

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

Shades of Lipstick #953664

Tints of Lipstick #953664

Color information

#953664 (or 0x953664) is unknown color: approx Lipstick. HEX triplet: 95, 36 and 64. RGB value is (149,54,100). Sum of RGB (Red+Green+Blue) = 149+54+100=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #953664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953664 is #6AC99B. Grayscale: #575757. Windows color (decimal): -6998428 or 6567573. OLE color: 6567573.

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

Color convert

RGB14954100-
CMYK00.640.330.42
HSL330.95º46.8%39.8%-
HSV(B)330.95º63.76%58.43%-
XYZ16.019.9513.13-
YUV87.65134.97171.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 54 (21.48% from 255) = 17.82%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=49.17%
G=17.82%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495410000.640.330.42330.9546.839.8
Hex953664040212A14b2f28
Octal22566144010041525135750
Binary10010101110110110010001000000100001101010101001011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953664; }

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

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

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

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

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

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

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

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