#9D2E54

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

Shades of Lipstick #9D2E54

Tints of Lipstick #9D2E54

Color information

#9D2E54 (or 0x9D2E54) is unknown color: approx Lipstick. HEX triplet: 9D, 2E and 54. RGB value is (157,46,84). Sum of RGB (Red+Green+Blue) = 157+46+84=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2E54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2E54 is #62D1AB. Grayscale: #535353. Windows color (decimal): -6476204 or 5516957. OLE color: 5516957.

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

Color convert

RGB1574684-
CMYK00.710.460.38
HSL339.46º54.68%39.8%-
HSV(B)339.46º70.7%61.57%-
XYZ16.489.769.4-
YUV83.52128.27180.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.70%
GREEN value IS 46 (18.36% from 255) = 16.03%
BLUE value IS 84 (33.20% from 255) = 29.27%
R=54.70%
G=16.03%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157468400.710.460.38339.4654.6839.8
Hex9D2E540472E261533728
Octal23556124010756465236750
Binary10011101101110101010001000111101110100110101010011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,46,84); }

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

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

 a { background-color: rgb(157,46,84); }

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

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

 span { border-color: rgb(157,46,84); }

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