#9C2361

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

Shades of Lipstick #9C2361

Tints of Lipstick #9C2361

Color information

#9C2361 (or 0x9C2361) is unknown color: approx Lipstick. HEX triplet: 9C, 23 and 61. RGB value is (156,35,97). Sum of RGB (Red+Green+Blue) = 156+35+97=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2361 is #63DC9E. Grayscale: #4E4E4E. Windows color (decimal): -6544543 or 6366108. OLE color: 6366108.

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

Color convert

RGB1563597-
CMYK00.780.380.39
HSL329.26º63.35%37.45%-
HSV(B)329.26º77.56%61.18%-
XYZ16.479.1312.2-
YUV78.25138.59183.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.17%
GREEN value IS 35 (14.06% from 255) = 12.15%
BLUE value IS 97 (38.28% from 255) = 33.68%
R=54.17%
G=12.15%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156359700.780.380.39329.2663.3537.45
Hex9C236104E26271493f25
Octal23443141011646475117745
Binary10011100100011110000101001110100110100111101001001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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