#9A325D

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

Shades of Lipstick #9A325D

Tints of Lipstick #9A325D

Color information

#9A325D (or 0x9A325D) is unknown color: approx Lipstick. HEX triplet: 9A, 32 and 5D. RGB value is (154,50,93). Sum of RGB (Red+Green+Blue) = 154+50+93=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A325D is #65CDA2. Grayscale: #555555. Windows color (decimal): -6671779 or 6107802. OLE color: 6107802.

HSL color Cylindrical-coordinate representation of color #9A325D: hue angle of 335.19º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A325D is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB1545093-
CMYK00.680.400.40
HSL335.19º50.98%40%-
HSV(B)335.19º67.53%60.39%-
XYZ16.449.9411.41-
YUV86131.96176.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.85%
GREEN value IS 50 (19.92% from 255) = 16.84%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=51.85%
G=16.84%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154509300.680.400.40335.1950.9840
Hex9A325D044282814f3328
Octal23262135010450505176350
Binary10011010110010101110101000100101000101000101001111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A325D; }

 p { color: rgb(154,50,93); }

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

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

 a { background-color: rgb(154,50,93); }

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

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

 span { border-color: rgb(154,50,93); }

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