#9D305A

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

Shades of Lipstick #9D305A

Tints of Lipstick #9D305A

Color information

#9D305A (or 0x9D305A) is unknown color: approx Lipstick. HEX triplet: 9D, 30 and 5A. RGB value is (157,48,90). Sum of RGB (Red+Green+Blue) = 157+48+90=295 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.22% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 157 - color contains mainly: red. Hex color #9D305A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D305A is #62CFA5. Grayscale: #555555. Windows color (decimal): -6475686 or 5910685. OLE color: 5910685.

HSL color Cylindrical-coordinate representation of color #9D305A: hue angle of 336.88º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D305A is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB1574890-
CMYK00.690.430.38
HSL336.88º53.17%40.2%-
HSV(B)336.88º69.43%61.57%-
XYZ16.8110.0210.72-
YUV85.38130.61179.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.22%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=53.22%
G=16.27%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157489000.690.430.38336.8853.1740.2
Hex9D305A0452B261513528
Octal23560132010553465216550
Binary10011101110000101101001000101101011100110101010001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,48,90); }

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

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

 a { background-color: rgb(157,48,90); }

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

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

 span { border-color: rgb(157,48,90); }

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