#953661

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

Shades of Lipstick #953661

Tints of Lipstick #953661

Color information

#953661 (or 0x953661) is unknown color: approx Lipstick. HEX triplet: 95, 36 and 61. RGB value is (149,54,97). Sum of RGB (Red+Green+Blue) = 149+54+97=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #953661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953661 is #6AC99E. Grayscale: #575757. Windows color (decimal): -6998431 or 6370965. OLE color: 6370965.

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

Color convert

RGB1495497-
CMYK00.640.350.42
HSL332.84º46.8%39.8%-
HSV(B)332.84º63.76%58.43%-
XYZ15.879.8912.38-
YUV87.31133.47172-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 54 (21.48% from 255) = 18%
BLUE value IS 97 (38.28% from 255) = 32.33%
R=49.67%
G=18%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149549700.640.350.42332.8446.839.8
Hex953661040232A14d2f28
Octal22566141010043525155750
Binary10010101110110110000101000000100011101010101001101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953661; }

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

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

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

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

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

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

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

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