#9C3261

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

Shades of Lipstick #9C3261

Tints of Lipstick #9C3261

Color information

#9C3261 (or 0x9C3261) is unknown color: approx Lipstick. HEX triplet: 9C, 32 and 61. RGB value is (156,50,97). Sum of RGB (Red+Green+Blue) = 156+50+97=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3261 is #63CD9E. Grayscale: #565656. Windows color (decimal): -6540703 or 6369948. OLE color: 6369948.

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

Color convert

RGB1565097-
CMYK00.680.380.39
HSL333.4º51.46%40.39%-
HSV(B)333.4º67.95%61.18%-
XYZ17.0110.2112.38-
YUV87.05133.62177.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.49%
GREEN value IS 50 (19.92% from 255) = 16.50%
BLUE value IS 97 (38.28% from 255) = 32.01%
R=51.49%
G=16.50%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156509700.680.380.39333.451.4640.39
Hex9C3261044262714d3328
Octal23462141010446475156350
Binary10011100110010110000101000100100110100111101001101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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