#9C3658

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

Shades of Lipstick #9C3658

Tints of Lipstick #9C3658

Color information

#9C3658 (or 0x9C3658) is unknown color: approx Lipstick. HEX triplet: 9C, 36 and 58. RGB value is (156,54,88). Sum of RGB (Red+Green+Blue) = 156+54+88=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3658 is #63C9A7. Grayscale: #585858. Windows color (decimal): -6539688 or 5781148. OLE color: 5781148.

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

Color convert

RGB1565488-
CMYK00.650.440.39
HSL340º48.57%41.18%-
HSV(B)340º65.38%61.18%-
XYZ16.7910.4110.36-
YUV88.37127.79176.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.35%
GREEN value IS 54 (21.48% from 255) = 18.12%
BLUE value IS 88 (34.77% from 255) = 29.53%
R=52.35%
G=18.12%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156548800.650.440.3934048.5741.18
Hex9C36580412C271543129
Octal23466130010154475246151
Binary10011100110110101100001000001101100100111101010100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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