#9D2F51

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

Shades of Lipstick #9D2F51

Tints of Lipstick #9D2F51

Color information

#9D2F51 (or 0x9D2F51) is unknown color: approx Lipstick. HEX triplet: 9D, 2F and 51. RGB value is (157,47,81). Sum of RGB (Red+Green+Blue) = 157+47+81=285 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.09% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2F51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2F51 is #62D0AE. Grayscale: #535353. Windows color (decimal): -6475951 or 5320605. OLE color: 5320605.

HSL color Cylindrical-coordinate representation of color #9D2F51: hue angle of 341.45º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D2F51 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB1574781-
CMYK00.700.480.38
HSL341.45º53.92%40%-
HSV(B)341.45º70.06%61.57%-
XYZ16.419.88.81-
YUV83.77126.44180.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.09%
GREEN value IS 47 (18.75% from 255) = 16.49%
BLUE value IS 81 (32.03% from 255) = 28.42%
R=55.09%
G=16.49%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157478100.700.480.38341.4553.9240
Hex9D2F5104630261553628
Octal23557121010660465256650
Binary10011101101111101000101000110110000100110101010101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,47,81); }

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

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

 a { background-color: rgb(157,47,81); }

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

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

 span { border-color: rgb(157,47,81); }

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