#9D335A

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

Shades of Lipstick #9D335A

Tints of Lipstick #9D335A

Color information

#9D335A (or 0x9D335A) is unknown color: approx Lipstick. HEX triplet: 9D, 33 and 5A. RGB value is (157,51,90). Sum of RGB (Red+Green+Blue) = 157+51+90=298 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.68% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 157 - color contains mainly: red. Hex color #9D335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D335A is #62CCA5. Grayscale: #575757. Windows color (decimal): -6474918 or 5911453. OLE color: 5911453.

HSL color Cylindrical-coordinate representation of color #9D335A: hue angle of 337.92º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D335A is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB1575190-
CMYK00.680.430.38
HSL337.92º50.96%40.78%-
HSV(B)337.92º67.52%61.57%-
XYZ16.9310.2710.76-
YUV87.14129.62177.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.68%
GREEN value IS 51 (20.31% from 255) = 17.11%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=52.68%
G=17.11%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157519000.680.430.38337.9250.9640.78
Hex9D335A0442B261523329
Octal23563132010453465226351
Binary10011101110011101101001000100101011100110101010010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,51,90); }

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

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

 a { background-color: rgb(157,51,90); }

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

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

 span { border-color: rgb(157,51,90); }

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