#9C3461

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

Shades of Lipstick #9C3461

Tints of Lipstick #9C3461

Color information

#9C3461 (or 0x9C3461) is unknown color: approx Lipstick. HEX triplet: 9C, 34 and 61. RGB value is (156,52,97). Sum of RGB (Red+Green+Blue) = 156+52+97=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3461 is #63CB9E. Grayscale: #585858. Windows color (decimal): -6540191 or 6370460. OLE color: 6370460.

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

Color convert

RGB1565297-
CMYK00.670.380.39
HSL334.04º50%40.78%-
HSV(B)334.04º66.67%61.18%-
XYZ17.110.3912.41-
YUV88.23132.96176.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.15%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 97 (38.28% from 255) = 31.80%
R=51.15%
G=17.05%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156529700.670.380.39334.045040.78
Hex9C3461043262714e3229
Octal23464141010346475166251
Binary10011100110100110000101000011100110100111101001110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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