#9D2361

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

Shades of Lipstick #9D2361

Tints of Lipstick #9D2361

Color information

#9D2361 (or 0x9D2361) is unknown color: approx Lipstick. HEX triplet: 9D, 23 and 61. RGB value is (157,35,97). Sum of RGB (Red+Green+Blue) = 157+35+97=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2361 is #62DC9E. Grayscale: #4E4E4E. Windows color (decimal): -6479007 or 6366109. OLE color: 6366109.

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

Color convert

RGB1573597-
CMYK00.780.380.38
HSL329.51º63.54%37.65%-
HSV(B)329.51º77.71%61.57%-
XYZ16.669.2312.21-
YUV78.55138.42183.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.33%
GREEN value IS 35 (14.06% from 255) = 12.11%
BLUE value IS 97 (38.28% from 255) = 33.56%
R=54.33%
G=12.11%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157359700.780.380.38329.5163.5437.65
Hex9D236104E262614a4026
Octal235431410116464651210046
Binary100111011000111100001010011101001101001101010010101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,35,97); }

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

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

 a { background-color: rgb(157,35,97); }

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

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

 span { border-color: rgb(157,35,97); }

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