#9C375B

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

Shades of Lipstick #9C375B

Tints of Lipstick #9C375B

Color information

#9C375B (or 0x9C375B) is unknown color: approx Lipstick. HEX triplet: 9C, 37 and 5B. RGB value is (156,55,91). Sum of RGB (Red+Green+Blue) = 156+55+91=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C375B is #63C8A4. Grayscale: #595959. Windows color (decimal): -6539429 or 5978012. OLE color: 5978012.

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

Color convert

RGB1565591-
CMYK00.650.420.39
HSL338.61º47.87%41.37%-
HSV(B)338.61º64.74%61.18%-
XYZ16.9610.5611.04-
YUV89.3128.96175.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.66%
GREEN value IS 55 (21.88% from 255) = 18.21%
BLUE value IS 91 (35.94% from 255) = 30.13%
R=51.66%
G=18.21%
B=30.13%

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
Decimal156559100.650.420.39338.6147.8741.37
Hex9C375B0412A271533029
Octal23467133010152475236051
Binary10011100110111101101101000001101010100111101010011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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