#95326B

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

Shades of Lipstick #95326B

Tints of Lipstick #95326B

Color information

#95326B (or 0x95326B) is unknown color: approx Lipstick. HEX triplet: 95, 32 and 6B. RGB value is (149,50,107). Sum of RGB (Red+Green+Blue) = 149+50+107=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #95326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95326B is #6ACD94. Grayscale: #555555. Windows color (decimal): -6999445 or 7025301. OLE color: 7025301.

HSL color Cylindrical-coordinate representation of color #95326B: hue angle of 325.45º 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 #95326B is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14950107-
CMYK00.660.280.42
HSL325.45º49.75%39.02%-
HSV(B)325.45º66.44%58.43%-
XYZ16.199.7314.94-
YUV86.1139.8172.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.69%
GREEN value IS 50 (19.92% from 255) = 16.34%
BLUE value IS 107 (42.19% from 255) = 34.97%
R=48.69%
G=16.34%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495010700.660.280.42325.4549.7539.02
Hex95326B0421C2A1453227
Octal22562153010234525056247
Binary1001010111001011010110100001011100101010101000101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95326B; }

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

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

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

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

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

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

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

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