#9D2A4D

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

Shades of Lipstick #9D2A4D

Tints of Lipstick #9D2A4D

Color information

#9D2A4D (or 0x9D2A4D) is unknown color: approx Lipstick. HEX triplet: 9D, 2A and 4D. RGB value is (157,42,77). Sum of RGB (Red+Green+Blue) = 157+42+77=276 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.88% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2A4D is #62D5B2. Grayscale: #505050. Windows color (decimal): -6477235 or 5057181. OLE color: 5057181.

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

Color convert

RGB1574277-
CMYK00.730.510.38
HSL341.74º57.79%39.02%-
HSV(B)341.74º73.25%61.57%-
XYZ16.079.367.98-
YUV80.38126.1182.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.88%
GREEN value IS 42 (16.80% from 255) = 15.22%
BLUE value IS 77 (30.47% from 255) = 27.90%
R=56.88%
G=15.22%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157427700.730.510.38341.7457.7939.02
Hex9D2A4D04933261563a27
Octal23552115011163465267247
Binary10011101101010100110101001001110011100110101010110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,42,77); }

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

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

 a { background-color: rgb(157,42,77); }

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

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

 span { border-color: rgb(157,42,77); }

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