#953268

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

Shades of Lipstick #953268

Tints of Lipstick #953268

Color information

#953268 (or 0x953268) is unknown color: approx Lipstick. HEX triplet: 95, 32 and 68. RGB value is (149,50,104). Sum of RGB (Red+Green+Blue) = 149+50+104=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #953268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953268 is #6ACD97. Grayscale: #555555. Windows color (decimal): -6999448 or 6828693. OLE color: 6828693.

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

Color convert

RGB14950104-
CMYK00.660.300.42
HSL327.27º49.75%39.02%-
HSV(B)327.27º66.44%58.43%-
XYZ16.039.6714.12-
YUV85.76138.3173.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 50 (19.92% from 255) = 16.50%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=49.17%
G=16.50%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495010400.660.300.42327.2749.7539.02
Hex9532680421E2A1473227
Octal22562150010236525076247
Binary1001010111001011010000100001011110101010101000111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953268; }

 p { color: rgb(149,50,104); }

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

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

 a { background-color: rgb(149,50,104); }

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

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

 span { border-color: rgb(149,50,104); }

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