#9D285C

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

Shades of Lipstick #9D285C

Tints of Lipstick #9D285C

Color information

#9D285C (or 0x9D285C) is unknown color: approx Lipstick. HEX triplet: 9D, 28 and 5C. RGB value is (157,40,92). Sum of RGB (Red+Green+Blue) = 157+40+92=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D285C is #62D7A3. Grayscale: #505050. Windows color (decimal): -6477732 or 6039709. OLE color: 6039709.

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

Color convert

RGB1574092-
CMYK00.750.410.38
HSL333.33º59.39%38.63%-
HSV(B)333.33º74.52%61.57%-
XYZ16.69.4611.08-
YUV80.91134.26182.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.33%
GREEN value IS 40 (16.02% from 255) = 13.84%
BLUE value IS 92 (36.33% from 255) = 31.83%
R=54.33%
G=13.84%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157409200.750.410.38333.3359.3938.63
Hex9D285C04B292614d3b27
Octal23550134011351465157347
Binary10011101101000101110001001011101001100110101001101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,40,92); }

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

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

 a { background-color: rgb(157,40,92); }

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

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

 span { border-color: rgb(157,40,92); }

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