#9C365B

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

Shades of Lipstick #9C365B

Tints of Lipstick #9C365B

Color information

#9C365B (or 0x9C365B) is unknown color: approx Lipstick. HEX triplet: 9C, 36 and 5B. RGB value is (156,54,91). Sum of RGB (Red+Green+Blue) = 156+54+91=301 (39% of max value = 765). Red value is 156 (61.33% from 255 or 51.83% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 156 - color contains mainly: red. Hex color #9C365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C365B is #63C9A4. Grayscale: #585858. Windows color (decimal): -6539685 or 5977756. OLE color: 5977756.

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

Color convert

RGB1565491-
CMYK00.650.420.39
HSL338.24º48.57%41.18%-
HSV(B)338.24º65.38%61.18%-
XYZ16.9210.4611.03-
YUV88.72129.29175.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.83%
GREEN value IS 54 (21.48% from 255) = 17.94%
BLUE value IS 91 (35.94% from 255) = 30.23%
R=51.83%
G=17.94%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156549100.650.420.39338.2448.5741.18
Hex9C365B0412A271523129
Octal23466133010152475226151
Binary10011100110110101101101000001101010100111101010010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,54,91); }

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

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

 a { background-color: rgb(156,54,91); }

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

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

 span { border-color: rgb(156,54,91); }

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