#9D2360

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

Shades of Lipstick #9D2360

Tints of Lipstick #9D2360

Color information

#9D2360 (or 0x9D2360) is unknown color: approx Lipstick. HEX triplet: 9D, 23 and 60. RGB value is (157,35,96). Sum of RGB (Red+Green+Blue) = 157+35+96=288 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.51% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2360 is #62DC9F. Grayscale: #4E4E4E. Windows color (decimal): -6479008 or 6300573. OLE color: 6300573.

HSL color Cylindrical-coordinate representation of color #9D2360: hue angle of 330º 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 #9D2360 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB1573596-
CMYK00.780.390.38
HSL330º63.54%37.65%-
HSV(B)330º77.71%61.57%-
XYZ16.629.2111.97-
YUV78.43137.92184.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.51%
GREEN value IS 35 (14.06% from 255) = 12.15%
BLUE value IS 96 (37.89% from 255) = 33.33%
R=54.51%
G=12.15%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157359600.780.390.3833063.5437.65
Hex9D236004E272614a4026
Octal235431400116474651210046
Binary100111011000111100000010011101001111001101010010101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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