#95325E

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

Shades of Lipstick #95325E

Tints of Lipstick #95325E

Color information

#95325E (or 0x95325E) is unknown color: approx Lipstick. HEX triplet: 95, 32 and 5E. RGB value is (149,50,94). Sum of RGB (Red+Green+Blue) = 149+50+94=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95325E is #6ACDA1. Grayscale: #545454. Windows color (decimal): -6999458 or 6173333. OLE color: 6173333.

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

Color convert

RGB1495094-
CMYK00.660.370.42
HSL333.33º49.75%39.02%-
HSV(B)333.33º66.44%58.43%-
XYZ15.569.4811.6-
YUV84.62133.3173.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.85%
GREEN value IS 50 (19.92% from 255) = 17.06%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=50.85%
G=17.06%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149509400.660.370.42333.3349.7539.02
Hex95325E042252A14d3227
Octal22562136010245525156247
Binary10010101110010101111001000010100101101010101001101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95325E; }

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

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

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

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

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

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

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

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