#953764

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

Shades of Lipstick #953764

Tints of Lipstick #953764

Color information

#953764 (or 0x953764) is unknown color: approx Lipstick. HEX triplet: 95, 37 and 64. RGB value is (149,55,100). Sum of RGB (Red+Green+Blue) = 149+55+100=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #953764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953764 is #6AC89B. Grayscale: #585858. Windows color (decimal): -6998172 or 6567829. OLE color: 6567829.

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

Color convert

RGB14955100-
CMYK00.630.330.42
HSL331.28º46.08%40%-
HSV(B)331.28º63.09%58.43%-
XYZ16.0610.0413.15-
YUV88.24134.64171.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 55 (21.88% from 255) = 18.09%
BLUE value IS 100 (39.45% from 255) = 32.89%
R=49.01%
G=18.09%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495510000.630.330.42331.2846.0840
Hex95376403F212A14b2e28
Octal2256714407741525135650
Binary1001010111011111001000111111100001101010101001011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953764; }

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

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

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

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

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

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

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

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