#9A355E

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

Shades of Lipstick #9A355E

Tints of Lipstick #9A355E

Color information

#9A355E (or 0x9A355E) is unknown color: approx Lipstick. HEX triplet: 9A, 35 and 5E. RGB value is (154,53,94). Sum of RGB (Red+Green+Blue) = 154+53+94=301 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.16% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 154 - color contains mainly: red. Hex color #9A355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A355E is #65CAA1. Grayscale: #575757. Windows color (decimal): -6671010 or 6174106. OLE color: 6174106.

HSL color Cylindrical-coordinate representation of color #9A355E: hue angle of 335.64º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A355E is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1545394-
CMYK00.660.390.40
HSL335.64º48.79%40.59%-
HSV(B)335.64º65.58%60.39%-
XYZ16.6210.2211.69-
YUV87.87131.46175.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.16%
GREEN value IS 53 (21.09% from 255) = 17.61%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=51.16%
G=17.61%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154539400.660.390.40335.6448.7940.59
Hex9A355E04227281503129
Octal23265136010247505206151
Binary10011010110101101111001000010100111101000101010000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,53,94); }

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

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

 a { background-color: rgb(154,53,94); }

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

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

 span { border-color: rgb(154,53,94); }

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