#953663

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

Shades of Lipstick #953663

Tints of Lipstick #953663

Color information

#953663 (or 0x953663) is unknown color: approx Lipstick. HEX triplet: 95, 36 and 63. RGB value is (149,54,99). Sum of RGB (Red+Green+Blue) = 149+54+99=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #953663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953663 is #6AC99C. Grayscale: #575757. Windows color (decimal): -6998429 or 6502037. OLE color: 6502037.

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

Color convert

RGB1495499-
CMYK00.640.340.42
HSL331.58º46.8%39.8%-
HSV(B)331.58º63.76%58.43%-
XYZ15.979.9312.88-
YUV87.54134.47171.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.34%
GREEN value IS 54 (21.48% from 255) = 17.88%
BLUE value IS 99 (39.06% from 255) = 32.78%
R=49.34%
G=17.88%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149549900.640.340.42331.5846.839.8
Hex953663040222A14c2f28
Octal22566143010042525145750
Binary10010101110110110001101000000100010101010101001100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953663; }

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

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

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

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

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

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

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

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