#953465

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

Shades of Lipstick #953465

Tints of Lipstick #953465

Color information

#953465 (or 0x953465) is unknown color: approx Lipstick. HEX triplet: 95, 34 and 65. RGB value is (149,52,101). Sum of RGB (Red+Green+Blue) = 149+52+101=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #953465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953465 is #6ACB9A. Grayscale: #565656. Windows color (decimal): -6998939 or 6632597. OLE color: 6632597.

HSL color Cylindrical-coordinate representation of color #953465: hue angle of 329.69º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #953465 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14952101-
CMYK00.650.320.42
HSL329.69º48.26%39.41%-
HSV(B)329.69º65.1%58.43%-
XYZ15.979.7913.36-
YUV86.59136.14172.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.34%
GREEN value IS 52 (20.70% from 255) = 17.22%
BLUE value IS 101 (39.84% from 255) = 33.44%
R=49.34%
G=17.22%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495210100.650.320.42329.6948.2639.41
Hex953465041202A14a3027
Octal22564145010140525126047
Binary10010101110100110010101000001100000101010101001010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953465; }

 p { color: rgb(149,52,101); }

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

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

 a { background-color: rgb(149,52,101); }

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

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

 span { border-color: rgb(149,52,101); }

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