#9A385C

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

Shades of Lipstick #9A385C

Tints of Lipstick #9A385C

Color information

#9A385C (or 0x9A385C) is unknown color: approx Lipstick. HEX triplet: 9A, 38 and 5C. RGB value is (154,56,92). Sum of RGB (Red+Green+Blue) = 154+56+92=302 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.99% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 154 - color contains mainly: red. Hex color #9A385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A385C is #65C7A3. Grayscale: #595959. Windows color (decimal): -6670244 or 6043802. OLE color: 6043802.

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

Color convert

RGB1545692-
CMYK00.640.400.40
HSL337.96º46.67%41.18%-
HSV(B)337.96º63.64%60.39%-
XYZ16.6710.4711.27-
YUV89.41129.47174.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.99%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 92 (36.33% from 255) = 30.46%
R=50.99%
G=18.54%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154569200.640.400.40337.9646.6741.18
Hex9A385C04028281522f29
Octal23270134010050505225751
Binary10011010111000101110001000000101000101000101010010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,56,92); }

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

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

 a { background-color: rgb(154,56,92); }

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

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

 span { border-color: rgb(154,56,92); }

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