#9A385F

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

Shades of Lipstick #9A385F

Tints of Lipstick #9A385F

Color information

#9A385F (or 0x9A385F) is unknown color: approx Lipstick. HEX triplet: 9A, 38 and 5F. RGB value is (154,56,95). Sum of RGB (Red+Green+Blue) = 154+56+95=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A385F is #65C7A0. Grayscale: #595959. Windows color (decimal): -6670241 or 6240410. OLE color: 6240410.

HSL color Cylindrical-coordinate representation of color #9A385F: hue angle of 336.12º 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 #9A385F is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB1545695-
CMYK00.640.380.40
HSL336.12º46.67%41.18%-
HSV(B)336.12º63.64%60.39%-
XYZ16.8110.5211.97-
YUV89.75130.97173.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.49%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 95 (37.5% from 255) = 31.15%
R=50.49%
G=18.36%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154569500.640.380.40336.1246.6741.18
Hex9A385F04026281502f29
Octal23270137010046505205751
Binary10011010111000101111101000000100110101000101010000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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