#9A3355

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

Shades of Lipstick #9A3355

Tints of Lipstick #9A3355

Color information

#9A3355 (or 0x9A3355) is unknown color: approx Lipstick. HEX triplet: 9A, 33 and 55. RGB value is (154,51,85). Sum of RGB (Red+Green+Blue) = 154+51+85=290 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.10% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3355 is #65CCAA. Grayscale: #555555. Windows color (decimal): -6671531 or 5583770. OLE color: 5583770.

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

Color convert

RGB1545185-
CMYK00.670.450.40
HSL340.19º50.24%40.2%-
HSV(B)340.19º66.88%60.39%-
XYZ16.159.899.65-
YUV85.67127.62176.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.10%
GREEN value IS 51 (20.31% from 255) = 17.59%
BLUE value IS 85 (33.59% from 255) = 29.31%
R=53.10%
G=17.59%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154518500.670.450.40340.1950.2440.2
Hex9A33550432D281543228
Octal23263125010355505246250
Binary10011010110011101010101000011101101101000101010100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,51,85); }

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

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

 a { background-color: rgb(154,51,85); }

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

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

 span { border-color: rgb(154,51,85); }

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