#953662

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

Shades of Lipstick #953662

Tints of Lipstick #953662

Color information

#953662 (or 0x953662) is unknown color: approx Lipstick. HEX triplet: 95, 36 and 62. RGB value is (149,54,98). Sum of RGB (Red+Green+Blue) = 149+54+98=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #953662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953662 is #6AC99D. Grayscale: #575757. Windows color (decimal): -6998430 or 6436501. OLE color: 6436501.

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

Color convert

RGB1495498-
CMYK00.640.340.42
HSL332.21º46.8%39.8%-
HSV(B)332.21º63.76%58.43%-
XYZ15.929.9112.63-
YUV87.42133.97171.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 54 (21.48% from 255) = 17.94%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=49.50%
G=17.94%
B=32.56%

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
Decimal149549800.640.340.42332.2146.839.8
Hex953662040222A14c2f28
Octal22566142010042525145750
Binary10010101110110110001001000000100010101010101001100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953662; }

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

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

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

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

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

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

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

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